automatic version update by autodist [release 1.0.26-1mamba;Wed Feb 17 2016]
This commit is contained in:
parent
150a0fa6a7
commit
b597e4dabf
@ -1,5 +1,5 @@
|
|||||||
Name: libsndfile
|
Name: libsndfile
|
||||||
Version: 1.0.25
|
Version: 1.0.26
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library for reading and writing files containing sampled sound
|
Summary: A library for reading and writing files containing sampled sound
|
||||||
Group: System/Libraries
|
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.
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -42,11 +52,8 @@ This package contains static libraries and header files need for development.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
rm -fr pckdocs
|
rm -fr pckdocs
|
||||||
|
|
||||||
%makeoldinstall \
|
#%makeoldinstall \
|
||||||
htmldocdir=%{_builddir}/%{name}-%{version}/pckdocs/html
|
# htmldocdir=%{_builddir}/%{name}-%{version}/pckdocs/html
|
||||||
|
|
||||||
cp AUTHORS ChangeLog COPYING NEWS README \
|
|
||||||
pckdocs/
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -56,21 +63,29 @@ cp AUTHORS ChangeLog COPYING NEWS README \
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_bindir}/*
|
%{_libdir}/libsndfile.so.*
|
||||||
%{_libdir}/*.so.*
|
%doc AUTHORS COPYING
|
||||||
%{_mandir}/man1/*
|
|
||||||
%doc pckdocs/{AUTHORS,ChangeLog,COPYING,NEWS,README}
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/*.a
|
|
||||||
%{_libdir}/*.la
|
|
||||||
%{_libdir}/*.so
|
|
||||||
%{_libdir}/pkgconfig/*.pc
|
|
||||||
%{_includedir}/*
|
%{_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
|
%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
|
* Mon Jul 25 2011 Automatic Build System <autodist@mambasoft.it> 1.0.25-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user