This commit is contained in:
committed by
Git OBS Bridge
parent
ec105349f9
commit
98ffefc127
43
speex.spec
43
speex.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package speex (Version 1.1.99.1)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@@ -15,8 +15,8 @@ Name: speex
|
||||
BuildRequires: libogg-devel pkgconfig
|
||||
Summary: An Open Source, Patent Free Speech Codec
|
||||
Version: 1.1.99.1
|
||||
Release: 1
|
||||
License: BSD
|
||||
Release: 25
|
||||
License: BSD License and BSD-like
|
||||
Group: System/Libraries
|
||||
URL: http://www.speex.org/
|
||||
Source: %{name}-%{package_version}.tar.bz2
|
||||
@@ -31,6 +31,28 @@ 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 -n libspeex
|
||||
Summary: An Open Source, Patent Free Speech Codec Library
|
||||
License: BSD License and BSD-like
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libspeex
|
||||
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.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
|
||||
@@ -42,9 +64,9 @@ Authors:
|
||||
|
||||
%package devel
|
||||
Summary: Development package for SpeeX
|
||||
License: BSD
|
||||
License: BSD License and BSD-like
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: speex glibc-devel
|
||||
Requires: libspeex glibc-devel
|
||||
|
||||
%description devel
|
||||
This package contains the files needed to compile programs that use the
|
||||
@@ -77,10 +99,10 @@ make
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
rm -rf $RPM_BUILD_ROOT/usr/share/doc/speex-*
|
||||
|
||||
%post
|
||||
%post -n libspeex
|
||||
%run_ldconfig
|
||||
|
||||
%postun
|
||||
%postun -n libspeex
|
||||
%run_ldconfig
|
||||
|
||||
%clean
|
||||
@@ -90,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog COPYING NEWS README TODO
|
||||
%{_bindir}/*
|
||||
|
||||
%files -n libspeex
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libspeex.so.*
|
||||
|
||||
%files devel
|
||||
@@ -104,7 +129,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_datadir}/aclocal/*.m4
|
||||
|
||||
%changelog -n speex
|
||||
%changelog
|
||||
* Tue Apr 10 2007 - tiwai@suse.de
|
||||
- split shared library to libspeex sub package.
|
||||
* Thu Oct 12 2006 - tiwai@suse.de
|
||||
- updated to version 1.2beta1:
|
||||
* Improvement of encoder/decoder quality
|
||||
|
Reference in New Issue
Block a user