rpms/spandsp/devel spandsp.spec,1.18,1.19

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Sat Nov 3 03:57:26 UTC 2007


Author: jcollie

Update of /cvs/pkgs/rpms/spandsp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9703

Modified Files:
	spandsp.spec 
Log Message:
Try and fix multilib problems.


Index: spandsp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/spandsp/devel/spandsp.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- spandsp.spec	26 Oct 2007 14:31:34 -0000	1.18
+++ spandsp.spec	3 Nov 2007 03:56:53 -0000	1.19
@@ -3,7 +3,7 @@
 Summary: A DSP library for telephony
 Name: spandsp
 Version: 0.0.4
-Release: 0.5%{?pre:.pre%{pre}}%{?dist}
+Release: 0.6%{?pre:.pre%{pre}}%{?dist}
 License: GPLv2
 Group: System Environment/Libraries
 URL: http://www.soft-switch.org/
@@ -34,6 +34,13 @@
 %description devel
 SpanDSP development files.
 
+%package apidoc
+Summary: SpanDSP API documentation
+Group: Development/Libraries
+
+%description apidoc
+SpanDSP API documentation.
+
 %prep
 %setup -q
 
@@ -44,6 +51,7 @@
 %build
 %configure --enable-doc --disable-static --disable-rpath
 make
+find doc/api -type f | xargs touch -r configure
 
 %install
 rm -rf %{buildroot}
@@ -63,16 +71,22 @@
 
 %files devel
 %defattr(-,root,root,-)
-%doc doc/api
 %{_includedir}/spandsp.h
 %{_includedir}/spandsp
 %{_libdir}/libspandsp.so
 
+%files apidoc
+%defattr(-,root,root,-)
+%doc doc/api/html/*
+
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
 %changelog
+* Fri Nov  1 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.0.4-0.6.pre11
+- Try and fix multilib problems with generated API docs.
+
 * Fri Oct 26 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.0.4-0.5.pre11
 - Update to 0.0.4pre11
 




More information about the fedora-extras-commits mailing list