9.09.
This commit is contained in:
parent
5cfddfeb15
commit
d9b0f026d4
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@ ghostscript-8.71.tar.xz
|
|||||||
/ghostscript-9.08rc1.tar.gz
|
/ghostscript-9.08rc1.tar.gz
|
||||||
/ghostscript-9.08.tar.bz2
|
/ghostscript-9.08.tar.bz2
|
||||||
/ghostscript-9.09rc1.tar.gz
|
/ghostscript-9.09rc1.tar.gz
|
||||||
|
/ghostscript-9.09.tar.bz2
|
||||||
|
@ -1,20 +1,18 @@
|
|||||||
%define gs_ver 9.09
|
%define gs_ver 9.09
|
||||||
%define gs_dot_ver 9.09
|
%define gs_dot_ver 9.09
|
||||||
%define rcver rc1
|
|
||||||
%define dotrcver %{?rcver:.}%{?rcver}
|
|
||||||
%{expand: %%define build_with_freetype %{?_with_freetype:1}%{!?_with_freetype:0}}
|
%{expand: %%define build_with_freetype %{?_with_freetype:1}%{!?_with_freetype:0}}
|
||||||
Summary: A PostScript interpreter and renderer
|
Summary: A PostScript interpreter and renderer
|
||||||
Name: ghostscript
|
Name: ghostscript
|
||||||
Version: %{gs_ver}
|
Version: %{gs_ver}
|
||||||
|
|
||||||
Release: 0%{?dotrcver}.1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# Included CMap data is Redistributable, no modification permitted,
|
# Included CMap data is Redistributable, no modification permitted,
|
||||||
# see http://bugzilla.redhat.com/487510
|
# see http://bugzilla.redhat.com/487510
|
||||||
License: AGPLv3+ and Redistributable, no modification permitted
|
License: AGPLv3+ and Redistributable, no modification permitted
|
||||||
URL: http://www.ghostscript.com/
|
URL: http://www.ghostscript.com/
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
Source0: http://www.ghostscript.com/~chrisl/%{name}-%{version}%{?rcver}.tar.gz
|
Source0: http://downloads.ghostscript.com/public/ghostscript-%{gs_ver}.tar.bz2
|
||||||
Source2: CIDFnmap
|
Source2: CIDFnmap
|
||||||
Source4: cidfmap
|
Source4: cidfmap
|
||||||
|
|
||||||
@ -94,7 +92,7 @@ Group: Applications/Publishing
|
|||||||
A GTK-enabled version of Ghostscript, called 'gsx'.
|
A GTK-enabled version of Ghostscript, called 'gsx'.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{gs_ver}%{?rcver}
|
%setup -q -n %{name}-%{gs_ver}
|
||||||
rm -rf expat freetype icclib jasper jpeg lcms lcms2 libpng openjpeg zlib cups/libs
|
rm -rf expat freetype icclib jasper jpeg lcms lcms2 libpng openjpeg zlib cups/libs
|
||||||
|
|
||||||
# Fix ijs-config not to have multilib conflicts (bug #192672)
|
# Fix ijs-config not to have multilib conflicts (bug #192672)
|
||||||
@ -317,6 +315,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libgs.so
|
%{_libdir}/libgs.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 22 2013 Tim Waugh <twaugh@redhat.com> 9.09-1
|
||||||
|
- 9.09.
|
||||||
|
|
||||||
* Sat Aug 17 2013 Tim Waugh <twaugh@redhat.com> 9.09-0.rc1.1
|
* Sat Aug 17 2013 Tim Waugh <twaugh@redhat.com> 9.09-0.rc1.1
|
||||||
- 9.09rc1.
|
- 9.09rc1.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
2fbae60417d42779f6488ab897dcaaf6 acro5-cmaps-2001.tar.gz
|
2fbae60417d42779f6488ab897dcaaf6 acro5-cmaps-2001.tar.gz
|
||||||
dfc93dd2aaaf2b86d2fd55f654c13261 adobe-cmaps-200406.tar.gz
|
dfc93dd2aaaf2b86d2fd55f654c13261 adobe-cmaps-200406.tar.gz
|
||||||
5fc762d0afdb2c2c3bc90824e681900b ghostscript-9.09rc1.tar.gz
|
4f47c29daae8e567ebdef842b7e0f8ea ghostscript-9.09.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user