rpms/libbtctl/devel libbtctl.spec,1.51,1.52

Jiří Moskovčák jmoskovc at fedoraproject.org
Tue Sep 2 12:39:06 UTC 2008


Author: jmoskovc

Update of /cvs/extras/rpms/libbtctl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28954

Modified Files:
	libbtctl.spec 
Log Message:
Move documentation to separate package to avoid conflict on multiarch environment.



Index: libbtctl.spec
===================================================================
RCS file: /cvs/extras/rpms/libbtctl/devel/libbtctl.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- libbtctl.spec	11 Feb 2008 11:16:35 -0000	1.51
+++ libbtctl.spec	2 Sep 2008 12:38:36 -0000	1.52
@@ -8,7 +8,7 @@
 Summary: Library for the GNOME Bluetooth Subsystem
 Name: libbtctl
 Version: 0.10.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPL+
 Group: System Environment/Libraries
 URL: http://live.gnome.org/GnomeBluetooth 
@@ -38,6 +38,12 @@
 This package contains the files needed for developing applications,
 which use libbtctl.
 
+%package doc
+Summary: Documentation files for libbtctl
+Group: Development/Documentation
+
+%description doc
+%{summary}
 
 %prep
 %setup -q
@@ -94,12 +100,19 @@
 %{_libdir}/lib*.a
 %{_libdir}/pkgconfig/libbtctl.pc
 %{_includedir}/libbtctl
-%{_datadir}/gtk-doc/html/libbtctl
 %if %{with_mono}
 %{_libdir}/pkgconfig/libbtctl-sharp.pc
 %endif
 
+%files doc
+%defattr(-, root, root)
+%{_datadir}/gtk-doc/html/libbtctl
+
 %changelog
+* Mon Sep  1 2008 Jiri Moskovcak <jmoskovc at redhat.com> - 0.10.0-3
+- made doc subpackage to avoid conflict on multiarch env.
+- Resolves: #341931
+
 * Mon Feb 11 2008 - Ondrej Vasik <ovasik at redhat.com> - 0.10.0-2
 - gcc43 rebuild
 




More information about the fedora-extras-commits mailing list