From 2d8c14fd5975939a2c098aac29de68268b14eb7b Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 12:34:52 +0000 Subject: [PATCH] auto-import changelog data from speex-1.0.3-1.src.rpm 1.0.3-0.fdr.1 - Updated to 1.0.3 1.0.2-0.fdr.1 - Updated to 1.0.2 1.0.1-0.fdr.3 - README doc file is no more +x 1.0.1-0.fdr.2 - Added missing scriplets (ldconfig) Sat Aug 16 2003 Dams - Initial build. --- .cvsignore | 1 + sources | 1 + speex.spec | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 85 insertions(+) create mode 100644 speex.spec diff --git a/.cvsignore b/.cvsignore index e69de29..5262902 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +speex-1.0.3.tar.gz diff --git a/sources b/sources index e69de29..7fad517 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +9b16492ae39afbf72d8bb46b2f258476 speex-1.0.3.tar.gz diff --git a/speex.spec b/speex.spec new file mode 100644 index 0000000..010210b --- /dev/null +++ b/speex.spec @@ -0,0 +1,83 @@ +Summary: A voice compression format (codec) +Name: speex +Version: 1.0.3 +Release: 1 +License: BSD +Group: System Environment/Libraries +URL: http://www.speex.org/ +Source0: http://www.speex.org/download/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot +BuildRequires: libogg-devel + +%description +Speex is a patent-free compression format designed especially for +speech. It is specialized for voice communications at low bit-rates in +the 2-45 kbps range. Possible applications include Voice over IP +(VoIP), Internet audio streaming, audio books, and archiving of speech +data (e.g. voice mail). + +%package devel +Summary: Development package for %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +Speex is a patent-free compression format designed especially for +speech. This package contains development files for %{name} + +%prep +%setup -q + +%build +%configure --enable-static --with-ogg-libraries=%{_libdir} +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT +%makeinstall +rm -f $RPM_BUILD_ROOT%{_docdir}/speex-*/manual.pdf +chmod a-x README + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root,-) +%doc AUTHORS COPYING TODO ChangeLog README NEWS doc/manual.pdf +%{_bindir}/speexenc +%{_bindir}/speexdec +%{_mandir}/man1/speexenc.1* +%{_mandir}/man1/speexdec.1* +%{_libdir}/libspeex.so.* + +%files devel +%defattr(-,root,root,-) +%exclude %{_libdir}/libspeex.la +%{_includedir}/speex.h +%{_includedir}/speex_bits.h +%{_includedir}/speex_callbacks.h +%{_includedir}/speex_header.h +%{_includedir}/speex_stereo.h +%{_libdir}/libspeex.so +%{_libdir}/libspeex.a + +# ----------------------------------------------------------------------------- + +%changelog +* Thu Nov 20 2003 Dams 0:1.0.3-0.fdr.1 +- Updated to 1.0.3 + +* Tue Sep 30 2003 Dams 0:1.0.2-0.fdr.1 +- Updated to 1.0.2 + +* Mon Sep 15 2003 Dams 0:1.0.1-0.fdr.3 +- README doc file is no more +x + +* Tue Sep 9 2003 Dams 0:1.0.1-0.fdr.2 +- Added missing scriplets (ldconfig) + +* Sat Aug 16 2003 Dams +- Initial build.