112 lines
3.3 KiB
RPMSpec
112 lines
3.3 KiB
RPMSpec
|
Name: libsndfile
|
||
|
Version: 1.0.25
|
||
|
Release: 1mamba
|
||
|
Summary: A library for reading and writing files containing sampled sound
|
||
|
Group: System/Libraries
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
|
URL: http://www.mega-nerd.com/libsndfile/
|
||
|
Source: http://www.mega-nerd.com/libsndfile/files/libsndfile-%{version}.tar.gz
|
||
|
License: LGPL
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
BuildRequires: glibc-devel
|
||
|
BuildRequires: libalsa-devel
|
||
|
BuildRequires: libflac-devel
|
||
|
BuildRequires: libsqlite-devel
|
||
|
## AUTOBUILDREQ-END
|
||
|
BuildRequires: pkgconfig
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
|
||
|
%description
|
||
|
Libsndfile is a C library for reading and writing files containing sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format) through one standard library interface.
|
||
|
|
||
|
%package devel
|
||
|
Summary: Devel package for %{name}
|
||
|
Group: Development/Libraries
|
||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||
|
|
||
|
%description devel
|
||
|
Libsndfile is a C library for reading and writing files containing sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format) through one standard library interface.
|
||
|
|
||
|
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 \
|
||
|
htmldocdir=%{_builddir}/%{name}-%{version}/pckdocs/html
|
||
|
|
||
|
cp AUTHORS ChangeLog COPYING NEWS README \
|
||
|
pckdocs/
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%post -p /sbin/ldconfig
|
||
|
%postun -p /sbin/ldconfig
|
||
|
|
||
|
%files
|
||
|
%defattr(-, root, root)
|
||
|
%{_bindir}/*
|
||
|
%{_libdir}/*.so.*
|
||
|
%{_mandir}/man1/*
|
||
|
%doc pckdocs/{AUTHORS,ChangeLog,COPYING,NEWS,README}
|
||
|
|
||
|
%files devel
|
||
|
%defattr(-, root, root)
|
||
|
%{_libdir}/*.a
|
||
|
%{_libdir}/*.la
|
||
|
%{_libdir}/*.so
|
||
|
%{_libdir}/pkgconfig/*.pc
|
||
|
%{_includedir}/*
|
||
|
%doc pckdocs/html/*
|
||
|
|
||
|
%changelog
|
||
|
* Mon Jul 25 2011 Automatic Build System <autodist@mambasoft.it> 1.0.25-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Wed Jun 15 2011 Automatic Build System <autodist@mambasoft.it> 1.0.24-1mamba
|
||
|
- automatic update by autodist
|
||
|
|
||
|
* Mon Jan 18 2010 Automatic Build System <autodist@mambasoft.it> 1.0.21-1mamba
|
||
|
- update to 1.0.21
|
||
|
|
||
|
* Thu Jun 04 2009 Automatic Build System <autodist@mambasoft.it> 1.0.20-1mamba
|
||
|
- automatic update by autodist
|
||
|
|
||
|
* Sat Apr 04 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.19-1mamba
|
||
|
- automatic update by autodist
|
||
|
|
||
|
* Mon Mar 02 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.18-1mamba
|
||
|
- automatic update by autodist
|
||
|
|
||
|
* Fri Jun 06 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.17-2mamba
|
||
|
- specfile updated
|
||
|
|
||
|
* Mon Oct 30 2006 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 1.0.17-1qilnx
|
||
|
- update to version 1.0.17 by autospec
|
||
|
|
||
|
* Wed Feb 15 2006 Davide Madrisan <davide.madrisan@qilinux.it> 1.0.13-1qilnx
|
||
|
- update to version 1.0.13 by autospec
|
||
|
|
||
|
* Wed Jun 01 2005 Davide Madrisan <davide.madrisan@qilinux.it> 1.0.11-1qilnx
|
||
|
- update to version 1.0.11 by autospec
|
||
|
|
||
|
* Sat Oct 02 2004 Davide Madrisan <davide.madrisan@qilinux.it> 1.0.10-3qilnx
|
||
|
- added missing BuildRequirements (libalsa-devel)
|
||
|
|
||
|
* Tue Sep 14 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.10-2qilnx
|
||
|
- rebuilt and moved to main repository
|
||
|
|
||
|
* Fri Sep 10 2004 Matteo Bernasconi <voyagernm@virgilio.it> 1.0.10-1qilnx
|
||
|
- first build
|