rpms/libtopology/devel libtopology.spec,1.5,1.6

Tony Breeds tbreeds at fedoraproject.org
Tue Aug 11 05:01:48 UTC 2009


Author: tbreeds

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

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



Index: libtopology.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libtopology/devel/libtopology.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- libtopology.spec	11 Aug 2009 04:51:53 -0000	1.5
+++ libtopology.spec	11 Aug 2009 05:01:48 -0000	1.6
@@ -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,6 +73,9 @@ 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
@@ -71,6 +83,7 @@ rm -rf %{buildroot}
 %changelog
 * Tue Aug 11 2009 tony at bakeyournoodle.com - 0.3-7
 - Fix FTBS problem (#511641)
+- Also split documentation into (noarch) subpackage
 
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild




More information about the scm-commits mailing list