110 lines
3.1 KiB
RPMSpec
110 lines
3.1 KiB
RPMSpec
Name: libogg
|
|
Version: 1.3.3
|
|
Release: 1mamba
|
|
Summary: A library for encoding or decoding a single physical bitstream
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Aleph0 <aleph0@openmamba.org>
|
|
URL: http://www.vorbis.com
|
|
Source: http://downloads.xiph.org/releases/ogg/libogg-%{version}.tar.gz
|
|
License: BSD
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
## AUTOBUILDREQ-END
|
|
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
|
|
|
|
%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
|
|
* Thu Nov 30 2017 Automatic Build System <autodist@mambasoft.it> 1.3.3-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri May 30 2014 Automatic Build System <autodist@mambasoft.it> 1.3.2-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed May 22 2013 Automatic Build System <autodist@mambasoft.it> 1.3.1-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sun Aug 07 2011 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Dec 08 2010 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Nov 03 2010 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Mar 29 2010 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Thu Jul 26 2007 Aleph0 <aleph0@openmamba.org> 1.1.3-2mamba
|
|
- rebuilt
|
|
|
|
* Mon Mar 13 2006 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 1.1.3-1qilnx
|
|
- update to version 1.1.3 by autospec
|
|
- fixed license
|
|
|
|
* Wed Jun 01 2005 Davide Madrisan <davide.madrisan@qilinux.it> 1.1.2-2qilnx
|
|
- specfile updates/fixes
|
|
|
|
* Mon Jan 31 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.2-1qilnx
|
|
- update to version 1.1.2 by autospec
|
|
|
|
* Mon Mar 01 2004 Davide Madrisan <davide.madrisan@qilinux.it> 1.1-qilnx
|
|
- rebuild with version 1.1
|
|
|
|
* Thu Jul 11 2003 Silvan Calarco <silvan.calarco@qinet.it> 1.0-1qilnx
|
|
- first build for libogg
|