- 8.60.
This commit is contained in:
parent
5c25057eb1
commit
06f2d18d9f
@ -19,3 +19,4 @@ espgs-8.15.2-source.tar.bz2
|
||||
espgs-8.15.3-source.tar.bz2
|
||||
espgs-8.15.4-source.tar.bz2
|
||||
ghostscript-8.60-r8117.tar.bz2
|
||||
ghostscript-8.60.tar.bz2
|
||||
|
@ -1,17 +1,16 @@
|
||||
%define gs_ver 8.60
|
||||
%define gs_svn 8117
|
||||
%define gs_dot_ver 8.60
|
||||
%{expand: %%define build_with_freetype %{?_with_freetype:1}%{!?_with_freetype:0}}
|
||||
Summary: A PostScript(TM) interpreter and renderer.
|
||||
Name: ghostscript
|
||||
Version: %{gs_ver}
|
||||
|
||||
Release: 0.svn%{gs_svn}.2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPL
|
||||
URL: http://www.ghostscript.com/
|
||||
Group: Applications/Publishing
|
||||
Source0: ghostscript-%{gs_ver}-r%{gs_svn}.tar.bz2
|
||||
Source0: ghostscript-%{gs_ver}.tar.bz2
|
||||
Source1: FAPIcidfmap
|
||||
Source2: CIDFnmap
|
||||
Source4: cidfmap
|
||||
@ -72,7 +71,7 @@ Group: Applications/Publishing
|
||||
A GTK-enabled version of Ghostscript, called 'gsx'.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{gs_ver}-r%{gs_svn}
|
||||
%setup -q -n %{name}-%{gs_ver}
|
||||
|
||||
# Fix ijs-config not to have multilib conflicts (bug #192672)
|
||||
%patch1 -p1 -b .multilib
|
||||
@ -266,6 +265,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libgs.so
|
||||
|
||||
%changelog
|
||||
* Fri Aug 3 2007 Tim Waugh <twaugh@redhat.com> 8.60-1
|
||||
- 8.60.
|
||||
|
||||
* Mon Jul 16 2007 Tim Waugh <twaugh@redhat.com> 8.60-0.r8112.2
|
||||
- Own %%{_libdir}/ghostscript (bug #246026).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user