automatic version update by autodist [release 1.3.4-1mamba;Thu Jan 23 2014]
This commit is contained in:
parent
0cf1a69d61
commit
682699d749
@ -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.
|
||||
|
||||
|
120
libvorbis.spec
Normal file
120
libvorbis.spec
Normal file
@ -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 <aleph0@openmamba.org>
|
||||
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 <autodist@mambasoft.it> 1.3.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 04 2012 Automatic Build System <autodist@mambasoft.it> 1.3.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 02 2010 Automatic Build System <autodist@mambasoft.it> 1.3.2-1mamba
|
||||
- automatic update to 1.3.2 by autodist
|
||||
|
||||
* Mon Mar 29 2010 Automatic Build System <autodist@mambasoft.it> 1.3.1-1mamba
|
||||
- automatic update to 1.3.1 by autodist
|
||||
|
||||
* Tue Jul 14 2009 Automatic Build System <autodist@mambasoft.it> 1.2.3-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Jun 24 2009 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
|
||||
- automatic update to 1.2.2 by autodist
|
||||
|
||||
* Thu Jul 26 2007 Aleph0 <aleph0@openmamba.org> 1.2.0-1mamba
|
||||
- update to 1.2.0
|
||||
|
||||
* Sun May 13 2007 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.1.2-2mamba
|
||||
- added libogg-devel requirement for devel subpackage
|
||||
|
||||
* Tue Nov 29 2005 Davide Madrisan <davide.madrisan@qilinux.it> 1.1.2-1qilnx
|
||||
- update to version 1.1.2 by autospec
|
||||
|
||||
* Wed Jun 29 2005 Davide Madrisan <davide.madrisan@qilinux.it> 1.1.1-1qilnx
|
||||
- update to version 1.1.1 by autospec
|
||||
|
||||
* Wed Jun 01 2005 Davide Madrisan <davide.madrisan@qilinux.it> 1.1.0-2qilnx
|
||||
- specfile updates/fixes
|
||||
|
||||
* Mon Jan 31 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-1qilnx
|
||||
- update to version 1.1.0 by autospec
|
||||
|
||||
* Mon Mar 01 2004 Davide Madrisan <davide.madrisan@qilinux.it> 1.0.1-1qilnx
|
||||
- rebuilt with version 1.0.1
|
||||
|
||||
* Thu Jul 11 2003 Silvan Calarco <silvan.calarco@qinet.it> 1.0-1qilnx
|
||||
- first build for libvorbis
|
Loading…
Reference in New Issue
Block a user