packages: libsamplerate/libsamplerate.spec - updated to 0.1.7 - dropped ac/...

qboosh qboosh at pld-linux.org
Tue Jun 22 22:16:13 CEST 2010


Author: qboosh                       Date: Tue Jun 22 20:16:13 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 0.1.7
- dropped ac/am rebuild (not needed, causes m4 to loop forever)

---- Files affected:
packages/libsamplerate:
   libsamplerate.spec (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: packages/libsamplerate/libsamplerate.spec
diff -u packages/libsamplerate/libsamplerate.spec:1.16 packages/libsamplerate/libsamplerate.spec:1.17
--- packages/libsamplerate/libsamplerate.spec:1.16	Tue Dec  1 01:37:05 2009
+++ packages/libsamplerate/libsamplerate.spec	Tue Jun 22 22:16:07 2010
@@ -6,18 +6,15 @@
 Summary:	Sample Rate Converter library
 Summary(pl.UTF-8):	Biblioteka do konwersji częstotliwości próbkowania
 Name:		libsamplerate
-Version:	0.1.2
-Release:	3
-License:	GPL
+Version:	0.1.7
+Release:	1
+License:	GPL v2+
 Group:		Libraries
 #Source0Download:	http://www.mega-nerd.com/SRC/download.html
 Source0:	http://www.mega-nerd.com/SRC/%{name}-%{version}.tar.gz
-# Source0-md5:	06861c2c6b8e5273c9b80cf736b9fd0e
+# Source0-md5:	ad093e60ec44f0a60de8e29983ddbc0f
 URL:		http://www.mega-nerd.com/SRC/
-BuildRequires:	autoconf
-BuildRequires:	automake
-%{?with_tests:BuildRequires:	fftw3-devel}
-BuildRequires:	libtool
+%{?with_tests:BuildRequires:	fftw3-devel >= 0.15.0}
 BuildRequires:	libsndfile-devel >= 1.0.10
 BuildRequires:	pkgconfig
 Requires:	libsndfile >= 1.0.10
@@ -88,10 +85,6 @@
 %setup -q
 
 %build
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__automake}
 %configure
 %{__make}
 
@@ -111,19 +104,20 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README doc/*.{html,css,png}
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%doc AUTHORS ChangeLog NEWS README doc/*.{html,css,png}
+%attr(755,root,root) %{_libdir}/libsamplerate.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libsamplerate.so.0
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
-%{_includedir}/*.h
-%{_pkgconfigdir}/*.pc
+%attr(755,root,root) %{_libdir}/libsamplerate.so
+%{_libdir}/libsamplerate.la
+%{_includedir}/samplerate.h
+%{_pkgconfigdir}/samplerate.pc
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libsamplerate.a
 
 %files tools
 %defattr(644,root,root,755)
@@ -135,6 +129,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2010/06/22 20:16:07  qboosh
+- updated to 0.1.7
+- dropped ac/am rebuild (not needed, causes m4 to loop forever)
+
 Revision 1.16  2009/12/01 00:37:05  sparky
 - BR: pkgconfig
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libsamplerate/libsamplerate.spec?r1=1.16&r2=1.17&f=u



More information about the pld-cvs-commit mailing list