From 150a0fa6a73a13a0cb57e9be356dc340de6b0e31 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 05:48:10 +0100 Subject: [PATCH] automatic version update by autodist [release 1.0.25-1mamba;Mon Jul 25 2011] --- README.md | 2 + libsndfile.spec | 111 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 113 insertions(+) create mode 100644 libsndfile.spec diff --git a/README.md b/README.md index 2357819..0b651f7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # libsndfile +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. + diff --git a/libsndfile.spec b/libsndfile.spec new file mode 100644 index 0000000..2d85f91 --- /dev/null +++ b/libsndfile.spec @@ -0,0 +1,111 @@ +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 +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 1.0.25-1mamba +- automatic version update by autodist + +* Wed Jun 15 2011 Automatic Build System 1.0.24-1mamba +- automatic update by autodist + +* Mon Jan 18 2010 Automatic Build System 1.0.21-1mamba +- update to 1.0.21 + +* Thu Jun 04 2009 Automatic Build System 1.0.20-1mamba +- automatic update by autodist + +* Sat Apr 04 2009 Silvan Calarco 1.0.19-1mamba +- automatic update by autodist + +* Mon Mar 02 2009 Silvan Calarco 1.0.18-1mamba +- automatic update by autodist + +* Fri Jun 06 2008 Silvan Calarco 1.0.17-2mamba +- specfile updated + +* Mon Oct 30 2006 Stefano Cotta Ramusino 1.0.17-1qilnx +- update to version 1.0.17 by autospec + +* Wed Feb 15 2006 Davide Madrisan 1.0.13-1qilnx +- update to version 1.0.13 by autospec + +* Wed Jun 01 2005 Davide Madrisan 1.0.11-1qilnx +- update to version 1.0.11 by autospec + +* Sat Oct 02 2004 Davide Madrisan 1.0.10-3qilnx +- added missing BuildRequirements (libalsa-devel) + +* Tue Sep 14 2004 Silvan Calarco 1.0.10-2qilnx +- rebuilt and moved to main repository + +* Fri Sep 10 2004 Matteo Bernasconi 1.0.10-1qilnx +- first build