rpms/libsamplerate/FC-2 .cvsignore, 1.2, 1.3 libsamplerate.spec, 1.4, 1.5 sources, 1.2, 1.3

Ville Skytta (scop) fedora-extras-commits at redhat.com
Tue Mar 8 19:28:50 UTC 2005


Author: scop

Update of /cvs/extras/rpms/libsamplerate/FC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31633/FC-2

Modified Files:
	.cvsignore libsamplerate.spec sources 
Log Message:
auto-import libsamplerate-0.1.2-0.fdr.1.2 on branch FC-2 from libsamplerate-0.1.2-0.fdr.1.2.src.rpm
https://bugzilla.fedora.us/show_bug.cgi?id=2242


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libsamplerate/FC-2/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 04:46:28 -0000	1.2
+++ .cvsignore	8 Mar 2005 19:28:48 -0000	1.3
@@ -1 +1 @@
-libsamplerate-0.0.15.tar.gz
+libsamplerate-0.1.2.tar.gz


Index: libsamplerate.spec
===================================================================
RCS file: /cvs/extras/rpms/libsamplerate/FC-2/libsamplerate.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libsamplerate.spec	8 Nov 2004 04:46:46 -0000	1.4
+++ libsamplerate.spec	8 Mar 2005 19:28:48 -0000	1.5
@@ -1,20 +1,19 @@
 Summary: 	A library for performing sample rate conversion on audio.
 Name: 		libsamplerate
-Version: 	0.0.15
-Release: 	0.fdr.5.2
+Version: 	0.1.2
+Release: 	0.fdr.1.2
 Epoch: 		0
 License: 	GPL
 Group: 		System Environment/Libraries
 URL: 		http://www.mega-nerd.com/SRC/
 Source0: 	http://www.mega-nerd.com/SRC/%{name}-%{version}.tar.gz
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
-BuildRequires:	libsndfile-devel >= 0:1.0.2
-BuildRequires:	pkgconfig fftw-devel
+BuildRequires:	libsndfile-devel >= 0:1.0.6 pkgconfig
 
 %package devel
 Summary: 	Development package for %{name}
 Group: 		Development/Libraries
-Requires: 	%{name} = %{epoch}:%{version}-%{release}
+Requires: 	%{name} = %{epoch}:%{version}-%{release} pkgconfig
 
 # -----------------------------------------------------------------------------
 
@@ -41,17 +40,21 @@
 # -----------------------------------------------------------------------------
 
 %build
-%configure
+%configure --disable-dependency-tracking --disable-fftw
 make %{?_smp_mflags} 
 
 # -----------------------------------------------------------------------------
 
 %install
 rm -rf $RPM_BUILD_ROOT _doc
-%makeinstall
-mkdir _doc 
+make install DESTDIR=$RPM_BUILD_ROOT
 cp -a doc _doc
-rm _doc/doc/Makefile* _doc/doc/NEWS _doc/doc/ChangeLog
+rm _doc/Makefile* _doc/NEWS _doc/ChangeLog
+
+
+%check || :
+make check
+
 
 # -----------------------------------------------------------------------------
 
@@ -64,10 +67,9 @@
 %postun -p /sbin/ldconfig
 
 
-
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog _doc/doc/*
+%doc AUTHORS COPYING ChangeLog NEWS README _doc/*
 %{_bindir}/sndfile-resample
 %{_libdir}/%{name}.so.*
 
@@ -82,6 +84,12 @@
 # -----------------------------------------------------------------------------
 
 %changelog
+* Mon Oct 18 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.1.2-0.fdr.1
+- Update to 0.1.2.
+- Use "make install DESTDIR=...", disable dependency tracking.
+- Run tests during build.
+- Drop fftw-devel build dep, it's only for an optional part of the test suite.
+
 * Tue Jul 13 2004 Michael Schwendt <mschwendt[AT]users.sf.net> 0:0.0.15-0.fdr.5
 - Fix %%postun (#1665).
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libsamplerate/FC-2/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 04:46:28 -0000	1.2
+++ sources	8 Mar 2005 19:28:48 -0000	1.3
@@ -1 +1 @@
-6b15cc39d1275f1118de4d57f89544eb  libsamplerate-0.0.15.tar.gz
+06861c2c6b8e5273c9b80cf736b9fd0e  libsamplerate-0.1.2.tar.gz




More information about the fedora-extras-commits mailing list