rpms/gnome-doc-utils/devel gnome-doc-utils.spec,1.37,1.38

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Mon Jul 23 22:45:44 UTC 2007


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-doc-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7869

Modified Files:
	gnome-doc-utils.spec 
Log Message:
split out a stylesheets subpackage



Index: gnome-doc-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-doc-utils/devel/gnome-doc-utils.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- gnome-doc-utils.spec	20 Jul 2007 15:44:36 -0000	1.37
+++ gnome-doc-utils.spec	23 Jul 2007 22:45:05 -0000	1.38
@@ -2,7 +2,7 @@
 
 Name: gnome-doc-utils
 Version: 0.10.3
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: LGPL
 Group: Development/Tools
 Summary: Documentation utilities for the GNOME project
@@ -19,17 +19,14 @@
 Requires: libxml2 >= 2.6.12
 Requires: libxslt >= 1.1.8
 Requires: libxml2-python
-# for /usr/share/pkgconfig
-Requires: pkgconfig
 # for /usr/share/aclocal
 Requires: automake
-# for /usr/share/xml
-Requires: xml-common
 # for /usr/share/gnome/help
 #Requires: yelp
 # Currently creates a chicken/egg problem; gnome-doc-utils is needed in
 # the build-chain for yelp, thus making it nearly impossible to ever
 # update yelp for say newer Firefox.
+Requires: gnome-doc-utils-stylesheets = %{version}-%{release}
 
 ### Build Dependencies ###
 
@@ -46,6 +43,19 @@
 all auxiliary files in your source tree, and it contains the DocBook
 XSLT stylesheets that were once distributed with Yelp.
 
+# note that this is an "inverse dependency" subpackage
+%package stylesheets
+Summary: XSL stylesheets used by gnome-doc-utils
+Group: Development/Tools
+# for /usr/share/pkgconfig
+Requires: pkgconfig  
+# for /usr/share/xml
+Requires: xml-common
+
+%description stylesheets
+The gnome-doc-utils-stylesheets package contains XSL
+stylesheets which are used by the tools in gnome-doc-utils. 
+
 %prep
 %setup -q
 
@@ -70,18 +80,24 @@
 %defattr(-,root,root,-)
 %doc AUTHORS README NEWS
 %{_bindir}/*
-%{_datadir}/pkgconfig/*
 %{_datadir}/aclocal/gnome-doc-utils.m4
 %{_datadir}/gnome/help/gnome-doc-make
 %{_datadir}/gnome/help/gnome-doc-xslt
 %{_datadir}/omf/gnome-doc-make
 %{_datadir}/omf/gnome-doc-xslt
-%{_datadir}/xml/gnome
 %{_datadir}/xml2po
 %{_mandir}/man1/xml2po.1.gz
 %{_datadir}/gnome-doc-utils
 
+%files stylesheets
+%{_datadir}/pkgconfig/*
+%{_datadir}/xml/gnome
+
 %changelog
+* Mon Jul 23 2007 Matthias Clasen  <mclasen at redhat.com> - 0.10.3-4
+- Split out stylesheets as subpackage to avoid pulling automake
+  in the live CD
+
 * Fri Jul 20 2007 Jesse Keating <jkeating at redhat.com> - 0.10.3-3
 - Don't require yelp for now
 




More information about the fedora-extras-commits mailing list