SPECS: speex.spec - updated to 1.2beta3 - package new libspeexdsp ...
qboosh
qboosh at pld-linux.org
Sun Jan 6 23:43:57 CET 2008
Author: qboosh Date: Sun Jan 6 22:43:57 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.2beta3
- package new libspeexdsp library
---- Files affected:
SPECS:
speex.spec (1.35 -> 1.36)
---- Diffs:
================================================================
Index: SPECS/speex.spec
diff -u SPECS/speex.spec:1.35 SPECS/speex.spec:1.36
--- SPECS/speex.spec:1.35 Sun Dec 30 23:56:39 2007
+++ SPECS/speex.spec Sun Jan 6 23:43:51 2008
@@ -3,7 +3,7 @@
# Conditional build:
%bcond_without static_libs # don't build static library
#
-%define bver beta2
+%define bver beta3
%define rel 3
Summary: An open-source, patent-free speech codec
Summary(pl.UTF-8): Otwarty kodek mowy, wolny od patentów
@@ -14,7 +14,7 @@
License: BSD
Group: Libraries
Source0: http://downloads.xiph.org/releases/speex/%{name}-%{version}%{bver}.tar.gz
-# Source0-md5: 5480fa53a7451603ecb57ff815c87ac0
+# Source0-md5: bcada04dc663a725ee7fcfa6301520a3
URL: http://www.speex.org/
BuildRequires: autoconf >= 2.50
BuildRequires: automake
@@ -109,25 +109,34 @@
%defattr(644,root,root,755)
%doc AUTHORS COPYING ChangeLog NEWS README TODO doc/manual.pdf
%attr(755,root,root) %{_libdir}/libspeex.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libspeex.so.1
+%attr(755,root,root) %{_libdir}/libspeexdsp.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libspeexdsp.so.1
%files devel
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libspeex.so
+%attr(755,root,root) %{_libdir}/libspeexdsp.so
%{_libdir}/libspeex.la
+%{_libdir}/libspeexdsp.la
%{_includedir}/speex
%{_aclocaldir}/speex.m4
%{_pkgconfigdir}/speex.pc
+%{_pkgconfigdir}/speexdsp.pc
%if %{with static_libs}
%files static
%defattr(644,root,root,755)
%{_libdir}/libspeex.a
+%{_libdir}/libspeexdsp.a
%endif
%files progs
%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*.1*
+%attr(755,root,root) %{_bindir}/speexdec
+%attr(755,root,root) %{_bindir}/speexenc
+%{_mandir}/man1/speexdec.1*
+%{_mandir}/man1/speexenc.1*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -135,6 +144,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.36 2008-01-06 22:43:51 qboosh
+- updated to 1.2beta3
+- package new libspeexdsp library
+
Revision 1.35 2007-12-30 22:56:39 glen
- rel 3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/speex.spec?r1=1.35&r2=1.36&f=u
More information about the pld-cvs-commit
mailing list