rpms/spandsp/EL-5 .cvsignore, 1.10, 1.11 sources, 1.10, 1.11 spandsp.spec, 1.10, 1.11

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Sat Nov 3 21:37:06 UTC 2007


Author: jcollie

Update of /cvs/pkgs/rpms/spandsp/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24975

Modified Files:
	.cvsignore sources spandsp.spec 
Log Message:
Update to 0.0.4pre11


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/spandsp/EL-5/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	4 Jul 2007 04:40:16 -0000	1.10
+++ .cvsignore	3 Nov 2007 21:36:30 -0000	1.11
@@ -1 +1 @@
-spandsp-0.0.4pre3.tgz
+spandsp-0.0.4pre11.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/spandsp/EL-5/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	4 Jul 2007 04:40:16 -0000	1.10
+++ sources	3 Nov 2007 21:36:30 -0000	1.11
@@ -1 +1 @@
-3bae68e00663e1a91f4499eadbb7866c  spandsp-0.0.4pre3.tgz
+0638375d12a237ce3df49bcfd90f221c  spandsp-0.0.4pre11.tgz


Index: spandsp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/spandsp/EL-5/spandsp.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- spandsp.spec	4 Jul 2007 04:40:16 -0000	1.10
+++ spandsp.spec	3 Nov 2007 21:36:30 -0000	1.11
@@ -1,10 +1,10 @@
-%define pre 3
+%define pre 11
 
 Summary: A DSP library for telephony
 Name: spandsp
 Version: 0.0.4
-Release: 0.1%{?pre:.pre%{pre}}%{?dist}
-License: GPL
+Release: 0.6%{?pre:.pre%{pre}}%{?dist}
+License: GPLv2
 Group: System Environment/Libraries
 URL: http://www.soft-switch.org/
 Source: http://www.soft-switch.org/downloads/spandsp/spandsp-%{version}%{?pre:pre%{pre}}.tgz
@@ -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,41 @@
 
 %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
+
+* Sat Aug 25 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.0.4-0.2.pre7
+- Update to 0.0.4pre7
+
+* Wed Aug 22 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.0.4-0.1.pre6
+- Bump release because I forgot to upload new sources...
+
+* Wed Aug 22 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.0.4-0.1.pre6
+- Update to 0.0.4pre6
+- Update license tag.
+
+* Wed Aug  8 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.0.4-0.1.pre4
+- Update to 0.0.4pre4
+
 * Mon Jun 11 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.0.4-0.1.pre3
 - Update to 0.0.4pre3
 




More information about the fedora-extras-commits mailing list