From 682699d74911f8e28051fcefaa9f9ecdd876363d Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 06:05:13 +0100 Subject: [PATCH] automatic version update by autodist [release 1.3.4-1mamba;Thu Jan 23 2014] --- README.md | 3 ++ libvorbis.spec | 120 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 123 insertions(+) create mode 100644 libvorbis.spec diff --git a/README.md b/README.md index d88bccb..2a89a65 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # libvorbis +The libvorbis package contains a general purpose audio and music encoding format. +This is useful for creating (encoding) and playing (decoding) sound in a public domain format. + diff --git a/libvorbis.spec b/libvorbis.spec new file mode 100644 index 0000000..52b5b8f --- /dev/null +++ b/libvorbis.spec @@ -0,0 +1,120 @@ +Name: libvorbis +Version: 1.3.4 +Release: 1mamba +Summary: A general purpose public domain audio and music encoding format +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Aleph0 +URL: http://www.vorbis.com +Source: http://downloads.xiph.org/releases/vorbis/libvorbis-%{version}.tar.gz +License: GPL +BuildRequires: pkgconfig +BuildRequires: libogg-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +The libvorbis package contains a general purpose audio and music encoding format. +This is useful for creating (encoding) and playing (decoding) sound in a public domain format. + +%package devel +Summary: Static libraries and headers for %{name} +Group: Development/Libraries +Requires: libogg-devel +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description devel +The libvorbis package contains a general purpose audio and music encoding format. +This is useful for creating (encoding) and playing (decoding) sound in a public domain format. + +This package contains static libraries and header files need for development. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +rm -fr pckdocs +%makeoldinstall \ + docdir=%{_builddir}/%{name}-%{version}/pckdocs + +rm -f %{buildroot}%{_libdir}/*.a + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root) +%{_libdir}/libvorbis.so.* +%{_libdir}/libvorbisenc.so.* +%{_libdir}/libvorbisfile.so.* +%doc AUTHORS COPYING README + +%files devel +%defattr(-,root,root) +%{_datadir}/aclocal/* +%{_libdir}/libvorbis.so +%{_libdir}/libvorbisenc.so +%{_libdir}/libvorbisfile.so +%{_libdir}/libvorbis.la +%{_libdir}/libvorbisenc.la +%{_libdir}/libvorbisfile.la +%{_libdir}/pkgconfig/vorbis.pc +%{_libdir}/pkgconfig/vorbisenc.pc +%{_libdir}/pkgconfig/vorbisfile.pc +%dir %{_includedir}/vorbis +%{_includedir}/vorbis/codec.h +%{_includedir}/vorbis/vorbisenc.h +%{_includedir}/vorbis/vorbisfile.h + +%doc pckdocs/* + +%changelog +* Thu Jan 23 2014 Automatic Build System 1.3.4-1mamba +- automatic version update by autodist + +* Sat Feb 04 2012 Automatic Build System 1.3.3-1mamba +- automatic version update by autodist + +* Tue Nov 02 2010 Automatic Build System 1.3.2-1mamba +- automatic update to 1.3.2 by autodist + +* Mon Mar 29 2010 Automatic Build System 1.3.1-1mamba +- automatic update to 1.3.1 by autodist + +* Tue Jul 14 2009 Automatic Build System 1.2.3-1mamba +- automatic update by autodist + +* Wed Jun 24 2009 Automatic Build System 1.2.2-1mamba +- automatic update to 1.2.2 by autodist + +* Thu Jul 26 2007 Aleph0 1.2.0-1mamba +- update to 1.2.0 + +* Sun May 13 2007 Stefano Cotta Ramusino 1.1.2-2mamba +- added libogg-devel requirement for devel subpackage + +* Tue Nov 29 2005 Davide Madrisan 1.1.2-1qilnx +- update to version 1.1.2 by autospec + +* Wed Jun 29 2005 Davide Madrisan 1.1.1-1qilnx +- update to version 1.1.1 by autospec + +* Wed Jun 01 2005 Davide Madrisan 1.1.0-2qilnx +- specfile updates/fixes + +* Mon Jan 31 2005 Silvan Calarco 1.1.0-1qilnx +- update to version 1.1.0 by autospec + +* Mon Mar 01 2004 Davide Madrisan 1.0.1-1qilnx +- rebuilt with version 1.0.1 + +* Thu Jul 11 2003 Silvan Calarco 1.0-1qilnx +- first build for libvorbis