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
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ä <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).
@ -85,5 +93,5 @@ rm -rf $RPM_BUILD_ROOT
* Wed Jun 25 2003 Dams <anvil[AT]livna.org> 0:0.0.15-0.fdr.2
- Added some more doc
* Thu May 22 2003 Dams <anvil[AT]livna.org>
* Thu May 22 2003 Dams <anvil[AT]livna.org>
- Initial build.

View File

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