Ignore:
Timestamp:
Jan 14, 2016, 11:46:14 AM (10 years ago)
Author:
Silvan Scherrer
Message:

specs: add a legacy libtiff due to name change in v4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/ghostscript.spec

    r541 r642  
    1212Version: %{gs_ver}
    1313
    14 Release: 4%{?dist}
     14Release: 5%{?dist}
    1515
    1616# Included CMap data is Redistributable, no modification permitted,
     
    1919URL: http://www.ghostscript.com/
    2020Group: Applications/Publishing
     21Vendor: bww bitwise works GmbH
    2122
    2223Source: %{name}-%{version}%{?svn_rev:-r%{svn_rev}}.zip
     
    99100Summary: HLL debug data for exception handling support.
    100101
    101 %description debug
    102 HLL debug data for exception handling support.
     102%debug_package
    103103
    104104%prep
     
    113113
    114114#rm -rf expat freetype icclib jasper jpeg lcms2 libpng openjpeg zlib cups/libs
    115 rm -rf expat freetype jpeg libpng zlib cups/libs
     115rm -rf expat freetype jpeg libpng zlib cups/libs tiff
    116116
    117117
     
    160160done
    161161
    162 #autoconf --force
     162autoconf --force
    163163# --with-ijs --enable-dynamic
    164 export CONFIG_SITE="/@unixroot/usr/share/config.legacy";
    165 export CONFIG_SHELL="/@unixroot/usr/bin/sh.exe";
    166164%configure --with-fontpath="$FONTPATH" \
    167         --with-drivers=ALL --disable-compile-inits \
     165        --with-drivers=ALL --disable-compile-inits --with-system-libtiff=yes \
    168166        CFLAGS="$CFLAGS $EXTRACFLAGS"
    169167
     
    321319%{_libdir}/gs.lib
    322320
    323 %files debug
    324 %defattr(-,root,root)
    325 %{_bindir}/*.dbg
    326 %{_libdir}/*.dbg
    327 
    328321%changelog
     322* Wed Jan 13 2016 Silvan Scherrer <silvan.scherrer@aroa.ch> 9.10-5
     323- rebuild with latest libraries
     324- adjusted debug package creation to latest rpm macros
     325
    329326* Sun Feb 15 2015 yd <yd@os2power.com> 9.10-4
    330327- rebuild for new libpng release.
Note: See TracChangeset for help on using the changeset viewer.