[ghostscript] Fixed macro in comment, include full source URL (rpmlint fixes).

Tim Waugh twaugh at fedoraproject.org
Mon Jan 17 16:36:27 UTC 2011


commit 12643a2fd39b48475160180e234346ec883e1e52
Author: Tim Waugh <twaugh at redhat.com>
Date:   Mon Jan 17 16:28:27 2011 +0000

    Fixed macro in comment, include full source URL (rpmlint fixes).

 ghostscript.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/ghostscript.spec b/ghostscript.spec
index 0b85309..451299e 100644
--- a/ghostscript.spec
+++ b/ghostscript.spec
@@ -5,14 +5,14 @@ Summary: A PostScript interpreter and renderer
 Name: ghostscript
 Version: %{gs_ver}
 
-Release: 10%{?dist}
+Release: 11%{?dist}
 
 # Included CMap data is Redistributable, no modification permitted,
 # see http://bugzilla.redhat.com/487510
 License: GPLv3+ and Redistributable, no modification permitted
 URL: http://www.ghostscript.com/
 Group: Applications/Publishing
-Source0: ghostscript-%{gs_ver}.tar.xz
+Source0: http://ghostscript.com/releases/ghostscript-%{gs_ver}.tar.xz
 Source2: CIDFnmap
 Source4: cidfmap
 
@@ -145,7 +145,7 @@ rm -rf libpng zlib jpeg jasper
 # package manifest.
 %patch27 -p1
 
-# Don't assume %rom% device is available for initial ICC profile dir.
+# Don't assume %%rom%% device is available for initial ICC profile dir.
 %patch28 -p1 -b .iccprofiles-initdir
 
 # gdevcups: don't use uninitialized variables in debugging output.
@@ -344,6 +344,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libgs.so
 
 %changelog
+* Mon Jan 17 2011 Tim Waugh <twaugh at redhat.com> 9.00-11
+- Fixed macro in comment.
+- Include full source URL.
+
 * Fri Jan 14 2011 Tim Waugh <twaugh at redhat.com> 9.00-10
 - Avoid symbol clash with scan_token (bug #590914).
 


More information about the scm-commits mailing list