From e04cbe94e0074b904ec4231b4c12fb1603c0c06c Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 05:16:14 +0100 Subject: [PATCH] automatic update by autodist [release 1.3.1-1mamba;Wed May 22 2013] --- README.md | 3 ++ libogg.spec | 100 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 103 insertions(+) create mode 100644 libogg.spec diff --git a/README.md b/README.md index 46b935c..adf8567 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # libogg +The libogg package contains the ogg file structure. +This is useful for creating (encoding) or playing (decoding) a single physical bitstream. + diff --git a/libogg.spec b/libogg.spec new file mode 100644 index 0000000..f4ba136 --- /dev/null +++ b/libogg.spec @@ -0,0 +1,100 @@ +Name: libogg +Version: 1.3.1 +Release: 1mamba +Summary: A library for encoding or decoding a single physical bitstream +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Aleph0 +URL: http://www.vorbis.com +Source: http://downloads.xiph.org/releases/ogg/libogg-%{version}.tar.gz +License: BSD +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +The libogg package contains the ogg file structure. +This is useful for creating (encoding) or playing (decoding) a single physical bitstream. + +%package devel +Summary: Development files for libogg +Group: Development/Libraries +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description devel +The libogg package contains the ogg file structure. +This is useful for creating (encoding) or playing (decoding). + +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}/libogg.so.* +%doc AUTHORS CHANGES COPYING README + +%files devel +%defattr(-,root,root) +%{_datadir}/aclocal/ogg.m4 +%dir %{_includedir}/ogg +%{_includedir}/ogg/config_types.h +%{_includedir}/ogg/ogg.h +%{_includedir}/ogg/os_types.h +%{_libdir}/libogg.la +%{_libdir}/libogg.so +%{_libdir}/pkgconfig/ogg.pc +%doc pckdocs/* + +%changelog +* Wed May 22 2013 Automatic Build System 1.3.1-1mamba +- automatic update by autodist + +* Sun Aug 07 2011 Automatic Build System 1.3.0-1mamba +- automatic version update by autodist + +* Wed Dec 08 2010 Automatic Build System 1.2.2-1mamba +- automatic update by autodist + +* Wed Nov 03 2010 Automatic Build System 1.2.1-1mamba +- automatic update by autodist + +* Mon Mar 29 2010 Automatic Build System 1.2.0-1mamba +- automatic update by autodist + +* Thu Jul 26 2007 Aleph0 1.1.3-2mamba +- rebuilt + +* Mon Mar 13 2006 Stefano Cotta Ramusino 1.1.3-1qilnx +- update to version 1.1.3 by autospec +- fixed license + +* Wed Jun 01 2005 Davide Madrisan 1.1.2-2qilnx +- specfile updates/fixes + +* Mon Jan 31 2005 Silvan Calarco 1.1.2-1qilnx +- update to version 1.1.2 by autospec + +* Mon Mar 01 2004 Davide Madrisan 1.1-qilnx +- rebuild with version 1.1 + +* Thu Jul 11 2003 Silvan Calarco 1.0-1qilnx +- first build for libogg