rpms/libsamplerate/FC-3 .cvsignore, 1.2, 1.3 libsamplerate.spec, 1.5, 1.6 sources, 1.2, 1.3

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sat Mar 5 01:47:18 UTC 2005


Author: mschwendt

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

Modified Files:
	.cvsignore libsamplerate.spec sources 
Log Message:
auto-import libsamplerate-0.1.2-1 on branch FC-3 from libsamplerate-0.1.2-1.src.rpm



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libsamplerate/FC-3/.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	5 Mar 2005 01:47:16 -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-3/libsamplerate.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libsamplerate.spec	10 Dec 2004 22:03:05 -0000	1.5
+++ libsamplerate.spec	5 Mar 2005 01:47:16 -0000	1.6
@@ -1,22 +1,19 @@
-Summary: 	A library for performing sample rate conversion on audio.
+Summary: 	Sample rate conversion library for audio data
 Name: 		libsamplerate
-Version: 	0.0.15
-Release: 	5
-Epoch: 		0
+Version: 	0.1.2
+Release: 	1
 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
+BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
+BuildRequires:	libsndfile-devel >= 1.0.6 pkgconfig
 
 %package devel
-Summary: 	Development package for %{name}
+Summary: 	Development related files for %{name}
 Group: 		Development/Libraries
-Requires: 	%{name} = %{epoch}:%{version}-%{release}
+Requires: 	%{name} = %{version}-%{release} pkgconfig
 
-# -----------------------------------------------------------------------------
 
 %description
 Secret Rabbit Code is a sample rate converter for audio. It is capable
@@ -33,41 +30,38 @@
 also vary with time for speeding up and slowing down effects.
 This package contains development files for %{name}
 
-# -----------------------------------------------------------------------------
 
 %prep
 %setup -q
 
-# -----------------------------------------------------------------------------
 
 %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
 
-# -----------------------------------------------------------------------------
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-# -----------------------------------------------------------------------------
 
 %post -p /sbin/ldconfig
 %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.*
 
@@ -79,9 +73,14 @@
 %{_libdir}/lib*.a
 %{_libdir}/pkgconfig/samplerate.pc
 
-# -----------------------------------------------------------------------------
 
 %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-3/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	5 Mar 2005 01:47:16 -0000	1.3
@@ -1 +1 @@
-6b15cc39d1275f1118de4d57f89544eb  libsamplerate-0.0.15.tar.gz
+06861c2c6b8e5273c9b80cf736b9fd0e  libsamplerate-0.1.2.tar.gz




More information about the scm-commits mailing list