rpms/libtheora/devel libtheora.spec,1.31,1.32

Hans de Goede jwrdegoede at fedoraproject.org
Sat Dec 20 09:20:11 UTC 2008


Author: jwrdegoede

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

Modified Files:
	libtheora.spec 
Log Message:
* Sat Dec 20 2008 Hans de Goede <hdegoede at redhat.com> 1:1.0-2
- Put development documentation in its own subpackage to fix multilib
  conflicts (rh 477290)



Index: libtheora.spec
===================================================================
RCS file: /cvs/extras/rpms/libtheora/devel/libtheora.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- libtheora.spec	17 Dec 2008 20:07:19 -0000	1.31
+++ libtheora.spec	20 Dec 2008 09:19:41 -0000	1.32
@@ -1,7 +1,7 @@
 Summary: Theora Video Compression Codec
 Name: libtheora
 Version: 1.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 License: BSD
 Group: System Environment/Libraries
@@ -39,8 +39,18 @@
 Provides:	theora-exp-devel
 
 %description devel
-The libtheora-devel package contains the header files and documentation 
-needed to develop applications with libtheora.
+The libtheora-devel package contains the header files needed to develop
+applications with libtheora.
+
+
+%package devel-docs
+Summary: Documentation for developing Theora applications
+Group: Development/Libraries
+Requires: libtheora = %{epoch}:%{version}-%{release}
+
+%description devel-docs
+The libtheora-devel-docs package contains the documentation needed to develop
+applications with libtheora.
 
 
 %package -n theora-tools
@@ -99,18 +109,25 @@
 
 %files devel
 %defattr(-,root,root,-)
-%doc doc/libtheora/html doc/vp3-format.txt doc/spec/Theora.pdf
-%doc doc/color.html doc/draft-ietf-avt-rtp-theora-00.txt
 %{_includedir}/theora
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/theora*.pc
 
+%files devel-docs
+%defattr(-,root,root,-)
+%doc doc/libtheora/html doc/vp3-format.txt doc/spec/Theora.pdf
+%doc doc/color.html doc/draft-ietf-avt-rtp-theora-00.txt
+
 %files -n theora-tools
 %defattr(-,root,root,-)
 %{_bindir}/*
 
 
 %changelog
+* Sat Dec 20 2008 Hans de Goede <hdegoede at redhat.com> 1:1.0-2
+- Put development documentation in its own subpackage to fix multilib
+  conflicts (rh 477290)
+
 * Tue Dec 16 2008 Hans de Goede <hdegoede at redhat.com> 1:1.0-1
 - 1.0 final release
 - need epoch because we were not using the special pre-release




More information about the fedora-extras-commits mailing list