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

View File

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