Changeset 480 for spec/trunk/SPECS/ghostscript.spec
- Timestamp:
- Dec 16, 2014, 3:00:07 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/ghostscript.spec
r479 r480 1 1 #define svn_url F:/rd/ports/ghostscript/trunk 2 2 %define svn_url http://svn.netlabs.org/repos/ports/ghostscript/trunk 3 %define svn_rev 9 373 %define svn_rev 941 4 4 5 5 %define _with_freetype 1 … … 12 12 Version: %{gs_ver} 13 13 14 Release: 2%{?dist}14 Release: 3%{?dist} 15 15 16 16 # Included CMap data is Redistributable, no modification permitted, … … 35 35 #BuildRequires: jasper-devel, gnutls-devel 36 36 #BuildRequires: dbus-devel 37 #BuildRequires: poppler-data37 BuildRequires: poppler-data 38 38 #BuildRequires: lcms2-devel 39 39 #BuildRequires: openjpeg-devel … … 145 145 FONTPATH= 146 146 for path in \ 147 /@system_drive/psfonts \ 148 /@system_drive/os2/psfonts \ 147 149 %{_datadir}/fonts/default/%{name} \ 148 150 %{_datadir}/fonts/default/Type1 \ … … 155 157 %{_datadir}/poppler/cMap/* 156 158 do 157 FONTPATH="$FONTPATH${FONTPATH:+ :}$path"159 FONTPATH="$FONTPATH${FONTPATH:+;}$path" 158 160 done 159 161 … … 326 328 %changelog 327 329 * Tue Dec 16 2014 yd 328 - r937, fix FONTPATH handling.330 - r937, r941, fix FONTPATH handling, add PSFONTS dir. 329 331 330 332 * Fri Dec 12 2014 yd
Note:
See TracChangeset
for help on using the changeset viewer.