fix build

This commit is contained in:
Matthias Clasen 2006-10-24 19:06:18 +00:00
parent 4c5978d1ec
commit 7422398dd3
2 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,13 @@
--- speex-1.2beta1/libspeex/Makefile.in.test-progs 2006-10-24 12:52:40.000000000 -0400
+++ speex-1.2beta1/libspeex/Makefile.in 2006-10-24 12:54:06.000000000 -0400
@@ -42,8 +42,8 @@
PRE_UNINSTALL = :
POST_UNINSTALL = :
host_triplet = @host@
-noinst_PROGRAMS = testenc$(EXEEXT) testenc_wb$(EXEEXT) \
- testenc_uwb$(EXEEXT) testdenoise$(EXEEXT) testecho$(EXEEXT)
+# noinst_PROGRAMS = testenc$(EXEEXT) testenc_wb$(EXEEXT) \
+# testenc_uwb$(EXEEXT) testdenoise$(EXEEXT) testecho$(EXEEXT)
subdir = libspeex
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in

View File

@ -1,7 +1,7 @@
Summary: A voice compression format (codec)
Name: speex
Version: 1.2
Release: 0.1.beta1
Release: 0.2.beta1
License: BSD
Group: System Environment/Libraries
URL: http://www.speex.org/
@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libspeex.a
%changelog
* Tue Oct 24 2006 Matthias Clasen <mclasen@redhat.com> - 1.2-0.2.beta1
- Rebuild
* Tue Oct 24 2006 Matthias Clasen <mclasen@redhat.com> - 1.2-0.1.beta1
- Update to 1.2beta1
- Require pkgconfig in the -devel package