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 <anvil[AT]livna.org>
- Initial build.
This commit is contained in:
cvsdist 2004-09-09 12:34:52 +00:00
parent b1e63a4922
commit 2d8c14fd59
3 changed files with 85 additions and 0 deletions

View File

@ -0,0 +1 @@
speex-1.0.3.tar.gz

View File

@ -0,0 +1 @@
9b16492ae39afbf72d8bb46b2f258476 speex-1.0.3.tar.gz

83
speex.spec Normal file
View File

@ -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 <anvil[AT]livna.org> 0:1.0.3-0.fdr.1
- Updated to 1.0.3
* Tue Sep 30 2003 Dams <anvil[AT]livna.org> 0:1.0.2-0.fdr.1
- Updated to 1.0.2
* Mon Sep 15 2003 Dams <anvil[AT]livna.org> 0:1.0.1-0.fdr.3
- README doc file is no more +x
* Tue Sep 9 2003 Dams <anvil[AT]livna.org> 0:1.0.1-0.fdr.2
- Added missing scriplets (ldconfig)
* Sat Aug 16 2003 Dams <anvil[AT]livna.org>
- Initial build.