rpms/ghostscript/devel ghostscript.spec,1.174,1.175

Tim Waugh twaugh at fedoraproject.org
Tue Oct 14 10:55:11 UTC 2008


Author: twaugh

Update of /cvs/pkgs/rpms/ghostscript/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7926

Modified Files:
	ghostscript.spec 
Log Message:
* Tue Oct 14 2008 Tim Waugh <twaugh at redhat.com> 8.63-2
- Split out a doc sub-package (bug #466507).



Index: ghostscript.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghostscript/devel/ghostscript.spec,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -r1.174 -r1.175
--- ghostscript.spec	4 Aug 2008 10:15:59 -0000	1.174
+++ ghostscript.spec	14 Oct 2008 10:54:40 -0000	1.175
@@ -5,7 +5,7 @@
 Name: ghostscript
 Version: %{gs_ver}
 
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 License: GPLv2
 URL: http://www.ghostscript.com/
@@ -64,6 +64,14 @@
 %description devel
 The header files for developing applications that use ghostscript.
 
+%package doc
+Summary: Documentation for ghostscript.
+Requires: %{name} = %{version}-%{release}
+Group: Documentation
+
+%description doc
+The documentation files that come with ghostscript.
+
 %package gtk
 Summary: A GTK-enabled PostScript(TM) interpreter and renderer.
 Requires: %{name} = %{version}-%{release}
@@ -249,7 +257,6 @@
 %{_datadir}/ghostscript/%{gs_dot_ver}/examples
 %{_mandir}/man*/*
 %lang(de) %{_mandir}/de/man*/*
-%doc %{_docdir}/%{name}-%{gs_dot_ver}
 %{_libdir}/libgs.so.*
 %{_libdir}/libijs-*.so*
 %dir %{_libdir}/%{name}
@@ -258,6 +265,10 @@
 %{_datadir}/cups/model/pxl*
 %config(noreplace) /etc/ghostscript/%{gs_dot_ver}/*
 
+%files doc
+%defattr(-,root,root)
+%doc %{_docdir}/%{name}-%{gs_dot_ver}
+
 %files gtk
 %defattr(-,root,root)
 %{_bindir}/gsx
@@ -274,6 +285,9 @@
 %{_libdir}/libgs.so
 
 %changelog
+* Tue Oct 14 2008 Tim Waugh <twaugh at redhat.com> 8.63-2
+- Split out a doc sub-package (bug #466507).
+
 * Mon Aug  4 2008 Tim Waugh <twaugh at redhat.com> 8.63-1
 - 8.63.  No longer need r8591 or incomplete-ccittfax patches.
 - Compile without strict aliasing opts due to warnings across several




More information about the scm-commits mailing list