[ghostscript/f13/master] Include more documentation (bug #634354).

Tim Waugh twaugh at fedoraproject.org
Thu Sep 30 15:35:35 UTC 2010


commit e32518926c3f30b44cd8c6e050963659ecfcac82
Author: Tim Waugh <twaugh at redhat.com>
Date:   Thu Sep 30 16:28:57 2010 +0100

    Include more documentation (bug #634354).

 ghostscript.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ghostscript.spec b/ghostscript.spec
index 9a30953..720eef5 100644
--- a/ghostscript.spec
+++ b/ghostscript.spec
@@ -5,7 +5,7 @@ Summary: A PostScript interpreter and renderer
 Name: ghostscript
 Version: %{gs_ver}
 
-Release: 16%{?dist}
+Release: 17%{?dist}
 
 # Included CMap data is Redistributable, no modification permitted,
 # see http://bugzilla.redhat.com/487510
@@ -301,6 +301,9 @@ install -m0644 %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/%{name}/%{gs_dot_ver}/Resou
 mkdir -p $RPM_BUILD_ROOT%{_includedir}/ghostscript
 install -m0644 base/errors.h $RPM_BUILD_ROOT%{_includedir}/ghostscript
 
+# Documentation
+install -m0644 doc/COPYING $RPM_BUILD_ROOT%{_docdir}/%{name}-%{gs_dot_ver}
+
 # Don't ship pkgconfig or libtool la files.
 rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/ijs.pc \
         $RPM_BUILD_ROOT%{_libdir}/libijs.la
@@ -338,7 +341,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f rpm.sharelist
 %defattr(-,root,root)
-%doc doc/COPYING
 %dir %{_sysconfdir}/ghostscript
 %dir %{_sysconfdir}/ghostscript/%{gs_dot_ver}
 %dir %{_datadir}/ghostscript/%{gs_dot_ver}
@@ -383,6 +385,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libgs.so
 
 %changelog
+* Thu Sep 30 2010 Tim Waugh <twaugh at redhat.com> 8.71-17
+- Include more documentation (bug #634354).
+
 * Mon Sep 13 2010 Tim Waugh <twaugh at redhat.com> 8.71-16
 - Pulled in gs_fonts.ps modification for .runlibfileifexists from
   OpenSUSE package (bug #610301).


More information about the scm-commits mailing list