rpms/libtopology/F-11 libtopology.spec,1.3,1.4

Tony Breeds tbreeds at fedoraproject.org
Tue Aug 11 05:33:02 UTC 2009


Author: tbreeds

Update of /cvs/pkgs/rpms/libtopology/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7003

Modified Files:
	libtopology.spec 
Log Message:
Split documentation into (noarch) subpackage



Index: libtopology.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libtopology/F-11/libtopology.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- libtopology.spec	25 Feb 2009 19:31:00 -0000	1.3
+++ libtopology.spec	11 Aug 2009 05:33:02 -0000	1.4
@@ -1,6 +1,6 @@
 name:		libtopology
 Version:	0.3
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	CPU Topology library
 
 Group:		System Environment/Libraries
@@ -18,11 +18,20 @@ systems.
 Summary:	CPU Topology library development package
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-BuildRequires:	doxygen
 
 %description devel
 Development package for libtopology.
 
+%package doc
+Summary:	CPU Topology library documentation package
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+BuildRequires:	doxygen
+BuildArch:	noarch
+
+%description doc
+Documentation and sample programs for libtopology.
+
 %prep
 %setup -q -n %{name}-%{version}
 
@@ -64,11 +73,17 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %{_includedir}/topology.h
 %{_libdir}/libtopology.so
+
+%files doc 
+%defattr(-,root,root,-)
 %{_defaultdocdir}/%{name}-%{version}/README
 %{_defaultdocdir}/%{name}-%{version}/examples/
 %{_defaultdocdir}/%{name}-%{version}/doc
 
 %changelog
+* Tue Aug 11 2009 Tony Breeds <tony at bakeyournoodle.com> 0.3-6
+- Split the docs into a noarch subpackage
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list