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

This commit is contained in:
Tim Waugh 2011-01-17 16:28:27 +00:00
parent 2ef2200368
commit 12643a2fd3

View File

@ -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@redhat.com> 9.00-11
- Fixed macro in comment.
- Include full source URL.
* Fri Jan 14 2011 Tim Waugh <twaugh@redhat.com> 9.00-10
- Avoid symbol clash with scan_token (bug #590914).