auto-import libsamplerate-0.1.2-2 on branch devel from

libsamplerate-0.1.2-2.src.rpm
This commit is contained in:
Michael Schwendt 2005-03-05 01:48:09 +00:00
parent 9b415054a9
commit f9bc8dc876
3 changed files with 31 additions and 23 deletions

View File

@ -1 +1 @@
libsamplerate-0.0.15.tar.gz libsamplerate-0.1.2.tar.gz

View File

@ -1,19 +1,18 @@
Summary: Library for performing sample rate conversion on audio Summary: Sample rate conversion library for audio data
Name: libsamplerate Name: libsamplerate
Version: 0.0.15 Version: 0.1.2
Release: 5 Release: 2
License: GPL License: GPL
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.mega-nerd.com/SRC/ URL: http://www.mega-nerd.com/SRC/
Source0: http://www.mega-nerd.com/SRC/%{name}-%{version}.tar.gz Source0: http://www.mega-nerd.com/SRC/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
BuildRequires: libsndfile-devel >= 0:1.0.2 BuildRequires: libsndfile-devel >= 1.0.6 pkgconfig
BuildRequires: pkgconfig fftw-devel
%package devel %package devel
Summary: Development package for %{name} Summary: Development related files for %{name}
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release} pkgconfig
%description %description
@ -37,16 +36,19 @@ This package contains development files for %{name}
%build %build
%configure %configure --disable-dependency-tracking --disable-fftw
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
rm -rf $RPM_BUILD_ROOT _doc rm -rf $RPM_BUILD_ROOT _doc
%makeinstall make install DESTDIR=$RPM_BUILD_ROOT
mkdir _doc
cp -a doc _doc 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 %clean
@ -59,7 +61,7 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog _doc/doc/* %doc AUTHORS COPYING ChangeLog NEWS README _doc/*
%{_bindir}/sndfile-resample %{_bindir}/sndfile-resample
%{_libdir}/%{name}.so.* %{_libdir}/%{name}.so.*
@ -73,6 +75,12 @@ rm -rf $RPM_BUILD_ROOT
%changelog %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 * Tue Jul 13 2004 Michael Schwendt <mschwendt[AT]users.sf.net> 0:0.0.15-0.fdr.5
- Fix %%postun (#1665). - Fix %%postun (#1665).

View File

@ -1 +1 @@
6b15cc39d1275f1118de4d57f89544eb libsamplerate-0.0.15.tar.gz 06861c2c6b8e5273c9b80cf736b9fd0e libsamplerate-0.1.2.tar.gz