From f9bc8dc876a4629348f94ff462ae12c58e09124a Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Mar 05 2005 01:48:09 +0000 Subject: auto-import libsamplerate-0.1.2-2 on branch devel from libsamplerate-0.1.2-2.src.rpm --- diff --git a/.cvsignore b/.cvsignore index 31e9a30..76e1270 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libsamplerate-0.0.15.tar.gz +libsamplerate-0.1.2.tar.gz diff --git a/libsamplerate.spec b/libsamplerate.spec index 452a094..4254bf4 100644 --- a/libsamplerate.spec +++ b/libsamplerate.spec @@ -1,19 +1,18 @@ -Summary: Library for performing sample rate conversion on audio -Name: libsamplerate -Version: 0.0.15 -Release: 5 -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 +Summary: Sample rate conversion library for audio data +Name: libsamplerate +Version: 0.1.2 +Release: 2 +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-%(%{__id_u} -n) +BuildRequires: libsndfile-devel >= 1.0.6 pkgconfig %package devel -Summary: Development package for %{name} -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Summary: Development related files for %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} pkgconfig %description @@ -37,16 +36,19 @@ This package contains development files for %{name} %build -%configure -make %{?_smp_mflags} +%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 @@ -59,7 +61,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog _doc/doc/* +%doc AUTHORS COPYING ChangeLog NEWS README _doc/* %{_bindir}/sndfile-resample %{_libdir}/%{name}.so.* @@ -73,6 +75,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Oct 18 2004 Ville Skyttä - 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 0:0.0.15-0.fdr.5 - Fix %%postun (#1665). @@ -85,5 +93,5 @@ rm -rf $RPM_BUILD_ROOT * Wed Jun 25 2003 Dams 0:0.0.15-0.fdr.2 - Added some more doc -* Thu May 22 2003 Dams +* Thu May 22 2003 Dams - Initial build. diff --git a/sources b/sources index 934cebe..ad564ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6b15cc39d1275f1118de4d57f89544eb libsamplerate-0.0.15.tar.gz +06861c2c6b8e5273c9b80cf736b9fd0e libsamplerate-0.1.2.tar.gz