don't provide/obsolete libspeexdsp [release 1.2.0-2mamba;Mon Dec 07 2020]
This commit is contained in:
parent
0b83136773
commit
e5d16f829d
@ -1,12 +1,13 @@
|
|||||||
Name: libspeex
|
Name: libspeex
|
||||||
Version: 1.2rc1
|
Epoch: 1
|
||||||
Release: 1mamba
|
Version: 1.2.0
|
||||||
|
Release: 2mamba
|
||||||
Summary: Open Source/Free Software patent-free audio compression format designed for speech
|
Summary: Open Source/Free Software patent-free audio compression format designed for speech
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://speex.org/
|
URL: https://speex.org/
|
||||||
Source: http://downloads.us.xiph.org/releases/speex/speex-%{version}.tar.gz
|
Source: http://downloads.us.xiph.org/releases/speex/speex-%{version}.tar.gz
|
||||||
Patch1: speex-1.1.6-fix-pkgconfig-path.patch
|
Patch1: speex-1.1.6-fix-pkgconfig-path.patch
|
||||||
Patch2: speex-1.2-CVE-2008-1686.diff
|
Patch2: speex-1.2-CVE-2008-1686.diff
|
||||||
@ -16,8 +17,6 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libogg-devel
|
BuildRequires: libogg-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Provides: libspeexdsp
|
|
||||||
Obsoletes: libspeexdsp
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Speex is an Open Source/Free Software patent-free audio compression format designed for speech.
|
Speex is an Open Source/Free Software patent-free audio compression format designed for speech.
|
||||||
@ -29,6 +28,7 @@ Finally, Speex is part of the GNU Project and is available under the Xiph.org va
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Static libraries and headers for %{name}
|
Summary: Static libraries and headers for %{name}
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
#Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Provides: libspeexdsp-devel
|
Provides: libspeexdsp-devel
|
||||||
Obsoletes: libspeexdsp-devel
|
Obsoletes: libspeexdsp-devel
|
||||||
|
|
||||||
@ -36,11 +36,24 @@ Obsoletes: libspeexdsp-devel
|
|||||||
Speex is an Open Source/Free Software patent-free audio compression format designed for speech.
|
Speex is an Open Source/Free Software patent-free audio compression format designed for speech.
|
||||||
The Speex Project aims to lower the barrier of entry for voice applications by providing a free alternative to expensive proprietary speech codecs.
|
The Speex Project aims to lower the barrier of entry for voice applications by providing a free alternative to expensive proprietary speech codecs.
|
||||||
Moreover, Speex is well-adapted to Internet applications and provides useful features that are not present in most other codecs.
|
Moreover, Speex is well-adapted to Internet applications and provides useful features that are not present in most other codecs.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
%package tools
|
||||||
|
Group: Applications/Multimedia
|
||||||
|
Summary: Tools provided with %{name}
|
||||||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
|
%description tools
|
||||||
|
Speex is an Open Source/Free Software patent-free audio compression format designed for speech.
|
||||||
|
The Speex Project aims to lower the barrier of entry for voice applications by providing a free alternative to expensive proprietary speech codecs.
|
||||||
|
Moreover, Speex is well-adapted to Internet applications and provides useful features that are not present in most other codecs.
|
||||||
|
This package contains the tools provided with %{name}.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n speex-%{version}
|
%setup -q -n speex-%{version}
|
||||||
|
%define _default_patch_fuzz 2
|
||||||
%patch1 -p1 -b .pkgconfig
|
%patch1 -p1 -b .pkgconfig
|
||||||
%patch2 -p1 -b .CVE-2008-1686
|
%patch2 -p1 -b .CVE-2008-1686
|
||||||
|
|
||||||
@ -63,25 +76,36 @@ rm -f %{buildroot}%{_datadir}/doc/speex/manual.pdf
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/speexdec
|
|
||||||
%{_bindir}/speexenc
|
|
||||||
%{_libdir}/libspeex.so.*
|
%{_libdir}/libspeex.so.*
|
||||||
%{_libdir}/libspeexdsp.so.*
|
#%{_libdir}/libspeexdsp.so.*
|
||||||
%{_mandir}/man1/speexdec.*
|
%doc AUTHORS COPYING
|
||||||
%{_mandir}/man1/speexenc.*
|
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/aclocal/speex.m4
|
%{_datadir}/aclocal/speex.m4
|
||||||
%{_includedir}/speex/*.h
|
%{_includedir}/speex/*.h
|
||||||
%{_libdir}/*.a
|
%{_libdir}/libspeex.a
|
||||||
%{_libdir}/*.la
|
%{_libdir}/libspeex.la
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libspeex.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%doc doc/manual.pdf
|
%doc doc/manual.pdf
|
||||||
|
%doc ChangeLog NEWS README TODO
|
||||||
|
|
||||||
|
#%files tools
|
||||||
|
#%defattr(-,root,root)
|
||||||
|
#%{_bindir}/speexdec
|
||||||
|
#%{_bindir}/speexenc
|
||||||
|
#%{_mandir}/man1/speexdec.*
|
||||||
|
#%{_mandir}/man1/speexenc.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 07 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-2mamba
|
||||||
|
- don't provide/obsolete libspeexdsp
|
||||||
|
|
||||||
|
* Fri Dec 04 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-1mamba
|
||||||
|
- update to 1.2.0
|
||||||
|
- added debug package and -tools subpackage
|
||||||
|
|
||||||
* Sat Dec 08 2012 Automatic Build System <autodist@mambasoft.it> 1.2rc1-1mamba
|
* Sat Dec 08 2012 Automatic Build System <autodist@mambasoft.it> 1.2rc1-1mamba
|
||||||
- update to 1.2rc1
|
- update to 1.2rc1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user