automatic version update by autodist [release 1.0.26-1mamba;Wed Feb 17 2016]

This commit is contained in:
Automatic Build System 2024-01-06 05:48:10 +01:00
parent 150a0fa6a7
commit b597e4dabf

View File

@ -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 <autodist@mambasoft.it> 1.0.26-1mamba
- automatic version update by autodist
* Mon Jul 25 2011 Automatic Build System <autodist@mambasoft.it> 1.0.25-1mamba
- automatic version update by autodist