From b597e4dabfe5741a8787d8dd41c4681831d6df9b 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.26-1mamba;Wed Feb 17 2016] --- libsndfile.spec | 45 ++++++++++++++++++++++++++++++--------------- 1 file changed, 30 insertions(+), 15 deletions(-) diff --git a/libsndfile.spec b/libsndfile.spec index 2d85f91..05a942c 100644 --- a/libsndfile.spec +++ b/libsndfile.spec @@ -1,5 +1,5 @@ Name: libsndfile -Version: 1.0.25 +Version: 1.0.26 Release: 1mamba Summary: A library for reading and writing files containing sampled sound Group: System/Libraries @@ -31,6 +31,16 @@ Libsndfile is a C library for reading and writing files containing sampled sound This package contains static libraries and header files need for development. +%package tools +Summary: Tools package for %{name} +Group: System/Tools +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description tools +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 tools for %{name}. + %prep %setup -q @@ -42,11 +52,8 @@ This package contains static libraries and header files need for development. [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" rm -fr pckdocs -%makeoldinstall \ - htmldocdir=%{_builddir}/%{name}-%{version}/pckdocs/html - -cp AUTHORS ChangeLog COPYING NEWS README \ - pckdocs/ +#%makeoldinstall \ +# htmldocdir=%{_builddir}/%{name}-%{version}/pckdocs/html %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -56,21 +63,29 @@ cp AUTHORS ChangeLog COPYING NEWS README \ %files %defattr(-, root, root) -%{_bindir}/* -%{_libdir}/*.so.* -%{_mandir}/man1/* -%doc pckdocs/{AUTHORS,ChangeLog,COPYING,NEWS,README} +%{_libdir}/libsndfile.so.* +%doc AUTHORS COPYING %files devel %defattr(-, root, root) -%{_libdir}/*.a -%{_libdir}/*.la -%{_libdir}/*.so -%{_libdir}/pkgconfig/*.pc %{_includedir}/* -%doc pckdocs/html/* +%{_libdir}/libsndfile.a +%{_libdir}/libsndfile.la +%{_libdir}/libsndfile.so +%{_libdir}/pkgconfig/*.pc +%dir %{_docdir}/libsndfile +%{_docdir}/libsndfile/* +#%doc pckdocs/html/* + +%files tools +%defattr(-, root, root) +%{_bindir}/* +%{_mandir}/man1/* %changelog +* Wed Feb 17 2016 Automatic Build System 1.0.26-1mamba +- automatic version update by autodist + * Mon Jul 25 2011 Automatic Build System 1.0.25-1mamba - automatic version update by autodist