Updating link to change in openSUSE:Factory/speex revision 11.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/speex?expand=0&rev=74750137eac2cf35e86b3f70adf900b4
This commit is contained in:
parent
3f8e2cbcf0
commit
017be88aad
@ -1,2 +1,2 @@
|
|||||||
speex
|
libspeex1
|
||||||
libspeex
|
libspeexdsp1
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 7 18:59:26 UTC 2010 - lnussel@suse.de
|
||||||
|
|
||||||
|
- split off libspeex1 and libspeexdsp1 according to library
|
||||||
|
packaging policy
|
||||||
|
- include actual tarball version in package version
|
||||||
|
- don't package README's for embedded cpus
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 18 13:11:17 CET 2009 - jengelh@medozas.de
|
Fri Dec 18 13:11:17 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
97
speex.spec
97
speex.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package speex (Version 1.1.99.91)
|
# spec file for package speex (Version 1.1.999_1.2rc1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -22,8 +22,8 @@ Name: speex
|
|||||||
%define package_version 1.2rc1
|
%define package_version 1.2rc1
|
||||||
BuildRequires: libogg-devel pkgconfig
|
BuildRequires: libogg-devel pkgconfig
|
||||||
Summary: An Open Source, Patent Free Speech Codec
|
Summary: An Open Source, Patent Free Speech Codec
|
||||||
Version: 1.1.99.91
|
Version: 1.1.999_%package_version
|
||||||
Release: 17
|
Release: 1
|
||||||
License: BSD3c
|
License: BSD3c
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://www.speex.org/
|
Url: http://www.speex.org/
|
||||||
@ -43,49 +43,41 @@ Speex is a patent free audio codec designed especially for voice
|
|||||||
narrowband and wideband quality. This project aims to be complementary
|
narrowband and wideband quality. This project aims to be complementary
|
||||||
to the Vorbis codec.
|
to the Vorbis codec.
|
||||||
|
|
||||||
|
%package -n libspeex1
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
|
|
||||||
David Rowe <david@voicetronix.com.au>
|
|
||||||
John Francis Edwards
|
|
||||||
Segher Boessenkool
|
|
||||||
Atsuhiko Yamanaka <ymnk@jcraft.com>
|
|
||||||
Radim Kolar <hsn@cybermail.net>
|
|
||||||
|
|
||||||
%package -n libspeex
|
|
||||||
Summary: An Open Source, Patent Free Speech Codec Library
|
Summary: An Open Source, Patent Free Speech Codec Library
|
||||||
License: BSD3c
|
License: BSD3c
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
# bug437293
|
Obsoletes: libspeex < %version
|
||||||
%ifarch ppc64
|
Provides: libspeex = %version
|
||||||
Obsoletes: speex-64bit
|
|
||||||
%endif
|
|
||||||
#
|
|
||||||
|
|
||||||
%description -n libspeex
|
%description -n libspeex1
|
||||||
|
Speex is a patent free audio codec designed especially for voice
|
||||||
|
(unlike Vorbis which targets general audio) signals and providing good
|
||||||
|
narrowband and wideband quality. This project aims to be complementary
|
||||||
|
to the Vorbis codec.
|
||||||
|
|
||||||
|
%package -n libspeexdsp1
|
||||||
|
Summary: An Open Source, Patent Free Speech Codec Library
|
||||||
|
License: BSD3c
|
||||||
|
Group: System/Libraries
|
||||||
|
|
||||||
|
%description -n libspeexdsp1
|
||||||
Speex is a patent free audio codec designed especially for voice
|
Speex is a patent free audio codec designed especially for voice
|
||||||
(unlike Vorbis which targets general audio) signals and providing good
|
(unlike Vorbis which targets general audio) signals and providing good
|
||||||
narrowband and wideband quality. This project aims to be complementary
|
narrowband and wideband quality. This project aims to be complementary
|
||||||
to the Vorbis codec.
|
to the Vorbis codec.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
|
|
||||||
David Rowe <david@voicetronix.com.au>
|
|
||||||
John Francis Edwards
|
|
||||||
Segher Boessenkool
|
|
||||||
Atsuhiko Yamanaka <ymnk@jcraft.com>
|
|
||||||
Radim Kolar <hsn@cybermail.net>
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development package for SpeeX
|
Summary: Development package for SpeeX
|
||||||
License: BSD3c
|
License: BSD3c
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libspeex glibc-devel
|
Provides: libspeex-devel = %version-%release
|
||||||
|
Obsoletes: libspeex-devel < %version-%release
|
||||||
|
Requires: libspeex1 = %version
|
||||||
|
Requires: libspeexdsp1 = %version
|
||||||
|
Requires: glibc-devel
|
||||||
|
Requires: libogg-devel
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: speex-devel-64bit
|
Obsoletes: speex-devel-64bit
|
||||||
@ -96,17 +88,6 @@ Obsoletes: speex-devel-64bit
|
|||||||
This package contains the files needed to compile programs that use the
|
This package contains the files needed to compile programs that use the
|
||||||
SpeeX library.
|
SpeeX library.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
|
|
||||||
David Rowe <david@voicetronix.com.au>
|
|
||||||
John Francis Edwards
|
|
||||||
Segher Boessenkool
|
|
||||||
Atsuhiko Yamanaka <ymnk@jcraft.com>
|
|
||||||
Radim Kolar <hsn@cybermail.net>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{package_version}
|
%setup -q -n %{name}-%{package_version}
|
||||||
%patch1
|
%patch1
|
||||||
@ -116,18 +97,23 @@ autoreconf -fi
|
|||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-ogg-libraries=%{_libdir}
|
--with-ogg-libraries=%{_libdir}
|
||||||
make %{?_smp_mflags}
|
make %{?jobs:-j%{jobs}}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
# remove duped documents
|
# remove duped documents
|
||||||
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/speex*
|
rm -rf %{buildroot}%{_datadir}/doc/speex*
|
||||||
# remove unneeded *.la files
|
# remove unneeded *.la files
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
rm -f %{buildroot}%{_libdir}/*.la
|
||||||
|
rm -f %{buildroot}%{_libdir}/*.a
|
||||||
|
|
||||||
%post -n libspeex -p /sbin/ldconfig
|
%post -n libspeex1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libspeex -p /sbin/ldconfig
|
%postun -n libspeex1 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%post -n libspeexdsp1 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -n libspeexdsp1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -136,19 +122,22 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS ChangeLog COPYING NEWS README TODO
|
%doc AUTHORS ChangeLog COPYING NEWS README TODO
|
||||||
%doc doc/*.pdf
|
%doc doc/*.pdf
|
||||||
%{_bindir}/*
|
%{_bindir}/speex*
|
||||||
%doc %{_mandir}/man?/*
|
%{_mandir}/man?/*
|
||||||
|
|
||||||
%files -n libspeex
|
%files -n libspeex1
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libspeex*.so.*
|
%{_libdir}/libspeex.so.*
|
||||||
|
|
||||||
|
%files -n libspeexdsp1
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/libspeexdsp.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README.TI-DSP README.blackfin README.symbian
|
|
||||||
%doc doc/manual.pdf
|
%doc doc/manual.pdf
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/libspeex*.so
|
%{_libdir}/lib*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_datadir}/aclocal/*.m4
|
%{_datadir}/aclocal/*.m4
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user