auto-import ghostscript-5.50-8j1 from ghostscript-5.50-8j1.src.rpm
This commit is contained in:
parent
46d9834b20
commit
c61a740b3f
@ -1,4 +1,4 @@
|
|||||||
%define enable_japanese 0
|
%define enable_japanese 1
|
||||||
%define vflib gs5.50-vflib-1.0
|
%define vflib gs5.50-vflib-1.0
|
||||||
%define gsj gs550j1
|
%define gsj gs550j1
|
||||||
|
|
||||||
@ -7,7 +7,7 @@ Name: ghostscript
|
|||||||
%define hpdjver 2.6
|
%define hpdjver 2.6
|
||||||
%define md2kver 0.2a
|
%define md2kver 0.2a
|
||||||
Version: 5.50
|
Version: 5.50
|
||||||
Release: 8
|
Release: 8j1
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://gnu-gs.sourceforge.net/
|
URL: http://gnu-gs.sourceforge.net/
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
@ -36,6 +36,10 @@ Patch11: ghostscript-5.50-cdj880.patch
|
|||||||
Patch12: ghostscript-5.50-bmp16m.patch
|
Patch12: ghostscript-5.50-bmp16m.patch
|
||||||
Patch13: ghostscript-5.50-gcc296.patch
|
Patch13: ghostscript-5.50-gcc296.patch
|
||||||
Patch14: ghostscript-5.50-mkstemp-LD_RUN_PATH.patch
|
Patch14: ghostscript-5.50-mkstemp-LD_RUN_PATH.patch
|
||||||
|
%if %{enable_japanese}
|
||||||
|
Patch20: ghostscript-5.50-jisb.patch
|
||||||
|
%endif
|
||||||
|
Patch21: ghostscript-5.50-ps.patch
|
||||||
Requires: urw-fonts >= 1.1, ghostscript-fonts
|
Requires: urw-fonts >= 1.1, ghostscript-fonts
|
||||||
BuildRequires: freetype-devel
|
BuildRequires: freetype-devel
|
||||||
%if %{enable_japanese}
|
%if %{enable_japanese}
|
||||||
@ -103,6 +107,11 @@ perl -pi -e "s/^DEVICE_DEVS6=/DEVICE_DEVS6=md2k.dev md5k.dev /g" unix-gcc.mak
|
|||||||
%patch13 -p1 -b .gcc296
|
%patch13 -p1 -b .gcc296
|
||||||
%patch14 -p1
|
%patch14 -p1
|
||||||
|
|
||||||
|
%if %{enable_japanese}
|
||||||
|
%patch20 -p0
|
||||||
|
%endif
|
||||||
|
%patch21 -p0
|
||||||
|
|
||||||
rm -rf tmp
|
rm -rf tmp
|
||||||
ln -s unix-gcc.mak Makefile
|
ln -s unix-gcc.mak Makefile
|
||||||
|
|
||||||
@ -150,9 +159,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Nov 21 2000 Crutcher Dunnavant <crutcher@redhat.com>
|
* Wed Nov 21 2000 Crutcher Dunnavant <crutcher@redhat.com>
|
||||||
- applied a variant of Dr. Werner Fink's mkstemp patch, closing
|
- Add a modified version of Dr. Fink's mkstemp and LD_RUN_PATH
|
||||||
- a predictable mktemp name hole, as well as a LD_LIB_PATH hole.
|
- patch, closing some theoretical security holes
|
||||||
|
|
||||||
|
* Fri Sep 1 2000 Mitsuo Hamada <mhamada@redhat.com>
|
||||||
|
- add support JIS B size
|
||||||
|
- fix the problem of reconverting GNUPLOT output
|
||||||
|
|
||||||
* Wed Aug 2 2000 Matt Wilson <msw@redhat.com>
|
* Wed Aug 2 2000 Matt Wilson <msw@redhat.com>
|
||||||
- rebuilt against new libpng
|
- rebuilt against new libpng
|
||||||
|
Loading…
Reference in New Issue
Block a user