rpms/spandsp/F-7 .cvsignore, 1.15, 1.16 sources, 1.15, 1.16 spandsp.spec, 1.15, 1.16

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Sat Nov 3 04:35:40 UTC 2007


Author: jcollie

Update of /cvs/pkgs/rpms/spandsp/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17364

Modified Files:
	.cvsignore sources spandsp.spec 
Log Message:
Update to 0.0.4pre11 and try to fix multilib issues.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/spandsp/F-7/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore	8 Sep 2007 12:08:11 -0000	1.15
+++ .cvsignore	3 Nov 2007 04:35:07 -0000	1.16
@@ -1 +1 @@
-spandsp-0.0.4pre8.tgz
+spandsp-0.0.4pre11.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/spandsp/F-7/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	8 Sep 2007 12:08:11 -0000	1.15
+++ sources	3 Nov 2007 04:35:07 -0000	1.16
@@ -1 +1 @@
-73d7843a7c681c37ea9e1eb205c6fe81  spandsp-0.0.4pre8.tgz
+0638375d12a237ce3df49bcfd90f221c  spandsp-0.0.4pre11.tgz


Index: spandsp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/spandsp/F-7/spandsp.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- spandsp.spec	8 Sep 2007 12:08:11 -0000	1.15
+++ spandsp.spec	3 Nov 2007 04:35:07 -0000	1.16
@@ -1,9 +1,9 @@
-%define pre 8
+%define pre 11
 
 Summary: A DSP library for telephony
 Name: spandsp
 Version: 0.0.4
-Release: 0.4%{?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,25 @@
 
 %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
+
 * Fri Sep  7 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.0.4-0.4.pre8
 - Update to 0.0.4pre8
 




More information about the fedora-extras-commits mailing list