diff --git a/ghostscript.spec b/ghostscript.spec index 00c21bb..30ad56e 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -5,7 +5,7 @@ Summary: A PostScript interpreter and renderer Name: ghostscript Version: %{gs_ver} -Release: 6%{?dist} +Release: 7%{?dist} # Included CMap data is Redistributable, no modification permitted, # see http://bugzilla.redhat.com/487510 @@ -66,7 +66,7 @@ install ghostscript, you also need to install the ghostscript-fonts package. %package devel -Summary: Files for developing applications that use ghostscript. +Summary: Files for developing applications that use ghostscript Requires: %{name} = %{version}-%{release} Group: Development/Libraries @@ -74,7 +74,7 @@ Group: Development/Libraries The header files for developing applications that use ghostscript. %package doc -Summary: Documentation for ghostscript. +Summary: Documentation for ghostscript Requires: %{name} = %{version}-%{release} Group: Documentation BuildArch: noarch @@ -83,7 +83,7 @@ BuildArch: noarch The documentation files that come with ghostscript. %package gtk -Summary: A GTK-enabled PostScript interpreter and renderer. +Summary: A GTK-enabled PostScript interpreter and renderer Requires: %{name} = %{version}-%{release} Group: Applications/Publishing @@ -332,6 +332,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libgs.so %changelog +* Fri Nov 26 2010 Tim Waugh 9.00-7 +- Fixed more summaries ending with ".". + * Thu Oct 21 2010 Tim Waugh 9.00-6 - Own more directories (bug #645075).