auto-import libsndfile-1.0.4-0.fdr.1.1 from

libsndfile-1.0.4-0.fdr.1.1.src.rpm
This commit is contained in:
cvsextras 2004-11-08 04:47:52 +00:00
parent 5ac588d209
commit 0ef2fbccb1
1 changed files with 1 additions and 8 deletions

View File

@ -1,7 +1,7 @@
Summary: A library for reading and writing sound files.
Name: libsndfile
Version: 1.0.4
Release: 0.fdr.1.rh90
Release: 0.fdr.1.1
Epoch: 0
License: LGPL
Group: System Environment/Libraries
@ -15,7 +15,6 @@ Summary: Development files for libsndfile.
Group: Development/Libraries
Requires: %{name} = %{epoch}:%{version}-%{release}
#---------------------------------------------------------------------
%description
libsndfile is a C library for reading and writing sound files such as
AIFF, AU, WAV, and others through one standard interface. It can
@ -28,25 +27,20 @@ libsndfile is a C library for reading and writing sound files such as
AIFF, AU, WAV, and others through one standard interface.
This package contains files needed to develop with libsndfile.
#---------------------------------------------------------------------
%prep
%setup -q
#---------------------------------------------------------------------
%build
%configure
make %{?_smp_mflags}
#---------------------------------------------------------------------
%install
rm -rf %{buildroot}
%makeinstall
#---------------------------------------------------------------------
%clean
rm -rf %{buildroot}
#---------------------------------------------------------------------
%files
%defattr(-,root,root,-)
%doc COPYING AUTHORS TODO README NEWS ChangeLog
@ -69,7 +63,6 @@ rm -rf %{buildroot}
%{_libdir}/%{name}.a
%{_libdir}/pkgconfig/sndfile.pc
#---------------------------------------------------------------------
%changelog
* Sat Apr 12 2003 Dams <anvil[AT]livna.org>
- Initial build.