Merge branch 'f18' into f19
This commit is contained in:
commit
24dae22c79
2
.gitignore
vendored
2
.gitignore
vendored
@ -32,4 +32,6 @@ ghostscript-8.71.tar.xz
|
||||
/ghostscript-9.04.tar.bz2
|
||||
/ghostscript-9.05.tar.bz2
|
||||
/ghostscript-9.06.tar.bz2
|
||||
/ghostscript-9.06-cleaned.tar.bz2
|
||||
/ghostscript-9.07.tar.bz2
|
||||
/ghostscript-9.07-cleaned.tar.bz2
|
||||
|
8
generate-tarball.sh
Executable file
8
generate-tarball.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
VERSION=$1
|
||||
|
||||
rm -rf ghostscript-$VERSION
|
||||
tar jxvf ghostscript-$VERSION.tar.bz2
|
||||
rm -r ghostscript-$VERSION/jpegxr
|
||||
tar jcvf ghostscript-$VERSION-cleaned.tar.bz2 ghostscript-$VERSION
|
@ -5,14 +5,19 @@ Summary: A PostScript interpreter and renderer
|
||||
Name: ghostscript
|
||||
Version: %{gs_ver}
|
||||
|
||||
Release: 14%{?dist}
|
||||
Release: 15%{?dist}
|
||||
|
||||
# Included CMap data is Redistributable, no modification permitted,
|
||||
# see http://bugzilla.redhat.com/487510
|
||||
License: AGPLv3+ and Redistributable, no modification permitted
|
||||
URL: http://www.ghostscript.com/
|
||||
Group: Applications/Publishing
|
||||
Source0: http://downloads.ghostscript.com/public/ghostscript-%{gs_ver}.tar.bz2
|
||||
Source0: ghostscript-%{gs_ver}-cleaned.tar.bz2
|
||||
# ghostscript contains a jpegxr directory containing code we cannot
|
||||
# ship due to licensing concerns. Therefore we use this script to
|
||||
# remove that directory before shipping it. Download the upstream
|
||||
# tarball and invoke this script while in the tarball's directory:
|
||||
Source1: generate-tarball.sh
|
||||
Source2: CIDFnmap
|
||||
Source4: cidfmap
|
||||
|
||||
@ -365,6 +370,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libgs.so
|
||||
|
||||
%changelog
|
||||
* Wed Sep 25 2013 Tim Waugh <twaugh@redhat.com> 9.07-15
|
||||
- Regenerate tarball (bug #1000387).
|
||||
|
||||
* Wed Aug 28 2013 Tim Waugh <twaugh@redhat.com> 9.07-14
|
||||
- Remove jpegxr to ensure it isn't built (bug #1000387).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user