Changeset 642 for spec/trunk/SPECS/ghostscript.spec
- Timestamp:
- Jan 14, 2016, 11:46:14 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/ghostscript.spec
r541 r642 12 12 Version: %{gs_ver} 13 13 14 Release: 4%{?dist}14 Release: 5%{?dist} 15 15 16 16 # Included CMap data is Redistributable, no modification permitted, … … 19 19 URL: http://www.ghostscript.com/ 20 20 Group: Applications/Publishing 21 Vendor: bww bitwise works GmbH 21 22 22 23 Source: %{name}-%{version}%{?svn_rev:-r%{svn_rev}}.zip … … 99 100 Summary: HLL debug data for exception handling support. 100 101 101 %description debug 102 HLL debug data for exception handling support. 102 %debug_package 103 103 104 104 %prep … … 113 113 114 114 #rm -rf expat freetype icclib jasper jpeg lcms2 libpng openjpeg zlib cups/libs 115 rm -rf expat freetype jpeg libpng zlib cups/libs 115 rm -rf expat freetype jpeg libpng zlib cups/libs tiff 116 116 117 117 … … 160 160 done 161 161 162 #autoconf --force162 autoconf --force 163 163 # --with-ijs --enable-dynamic 164 export CONFIG_SITE="/@unixroot/usr/share/config.legacy";165 export CONFIG_SHELL="/@unixroot/usr/bin/sh.exe";166 164 %configure --with-fontpath="$FONTPATH" \ 167 --with-drivers=ALL --disable-compile-inits \165 --with-drivers=ALL --disable-compile-inits --with-system-libtiff=yes \ 168 166 CFLAGS="$CFLAGS $EXTRACFLAGS" 169 167 … … 321 319 %{_libdir}/gs.lib 322 320 323 %files debug324 %defattr(-,root,root)325 %{_bindir}/*.dbg326 %{_libdir}/*.dbg327 328 321 %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 329 326 * Sun Feb 15 2015 yd <yd@os2power.com> 9.10-4 330 327 - rebuild for new libpng release.
Note:
See TracChangeset
for help on using the changeset viewer.