From 12643a2fd39b48475160180e234346ec883e1e52 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Mon, 17 Jan 2011 16:28:27 +0000 Subject: [PATCH] Fixed macro in comment, include full source URL (rpmlint fixes). --- ghostscript.spec | 10 +++++++--- 1 file 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 9.00-11 +- Fixed macro in comment. +- Include full source URL. + * Fri Jan 14 2011 Tim Waugh 9.00-10 - Avoid symbol clash with scan_token (bug #590914).