rpms/speex/devel speex.spec,1.16,1.17

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Oct 24 17:05:12 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/speex/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv1072

Modified Files:
	speex.spec 
Log Message:
1.2beta1



Index: speex.spec
===================================================================
RCS file: /cvs/dist/rpms/speex/devel/speex.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- speex.spec	24 Oct 2006 16:32:18 -0000	1.16
+++ speex.spec	24 Oct 2006 17:05:10 -0000	1.17
@@ -9,6 +9,10 @@
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildRequires:	libogg-devel
 
+# don't build unneded test programs, since they seem to cause
+# build failures
+Patch0: speex-1.2beta1-test-progs.patch
+
 %description
 Speex is a patent-free compression format designed especially for
 speech. It is specialized for voice communications at low bit-rates in
@@ -20,6 +24,7 @@
 Summary: 	Development package for %{name}
 Group: 		Development/Libraries
 Requires: 	%{name} = %{version}-%{release}
+Requires: 	pkgconfig
 
 %description devel
 Speex is a patent-free compression format designed especially for
@@ -27,6 +32,7 @@
 
 %prep
 %setup -q -n speex-1.2beta1
+%patch0 -p1 -b .test-progs
 
 %build
 %configure --enable-static --with-ogg-libraries=%{_libdir}
@@ -56,12 +62,7 @@
 %files devel
 %defattr(-,root,root,-)
 %exclude %{_libdir}/libspeex.la
-%{_includedir}/speex/
-%{_includedir}/speex.h
-%{_includedir}/speex_bits.h
-%{_includedir}/speex_callbacks.h
-%{_includedir}/speex_header.h
-%{_includedir}/speex_stereo.h
+%{_includedir}/speex
 %{_datadir}/aclocal/speex.m4
 %{_libdir}/pkgconfig/speex.pc
 %{_libdir}/libspeex.so
@@ -70,6 +71,7 @@
 %changelog
 * Tue Oct 24 2006 Matthias Clasen <mclasen at redhat.com> - 1.2-0.1.beta1
 - Update to 1.2beta1
+- Require pkgconfig in the -devel package
 
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 1.0.5-2.1
 - rebuild




More information about the fedora-cvs-commits mailing list