|
|
@ -1,12 +1,12 @@
|
|
|
|
Summary: A library for accessing various audio file formats.
|
|
|
|
Summary: A library for accessing various audio file formats.
|
|
|
|
Name: audiofile
|
|
|
|
Name: audiofile
|
|
|
|
Version: 0.2.1
|
|
|
|
Version: 0.2.3
|
|
|
|
Release: 2
|
|
|
|
Release: 1
|
|
|
|
Epoch: 1
|
|
|
|
Epoch: 1
|
|
|
|
Copyright: LGPL
|
|
|
|
License: LGPL
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Source: ftp://ftp.68k.org/pub/michael/audiofile-%{version}.tar.gz
|
|
|
|
Source: ftp://oss.sgi.com/projects/download/audiofile-%{version}.tar.gz
|
|
|
|
URL: http://www.68k.org/~michael/audiofile/
|
|
|
|
URL: http://oss.sgi.com/projects/audofile/
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
Prereq: /sbin/ldconfig
|
|
|
|
Prereq: /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
@ -16,20 +16,19 @@ Library, which provides an API for accessing audio file formats like
|
|
|
|
AIFF/AIFF-C, WAVE, and NeXT/Sun .snd/.au files. This library is used
|
|
|
|
AIFF/AIFF-C, WAVE, and NeXT/Sun .snd/.au files. This library is used
|
|
|
|
by the EsounD daemon.
|
|
|
|
by the EsounD daemon.
|
|
|
|
|
|
|
|
|
|
|
|
Install audiofile if you're installing EsounD or you need an API for
|
|
|
|
Install audiofile if you are installing EsounD or you need an API for
|
|
|
|
any of the sound file formats it can handle.
|
|
|
|
any of the sound file formats it can handle.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Libraries, includes and other files to develop audiofile applications.
|
|
|
|
Summary: Development files for Audio File applications.
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
|
|
|
|
Requires: pkgconfig >= 0.8
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
The audiofile-devel package contains libraries, include files and
|
|
|
|
The audiofile-devel package contains libraries, include files, and
|
|
|
|
other resources you can use to develop Audio File applications.
|
|
|
|
other resources you can use to develop Audio File applications.
|
|
|
|
|
|
|
|
|
|
|
|
Install audiofile-devel if you want to develop Audio File apps.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
@ -65,10 +64,14 @@ rm -rf %{buildroot}
|
|
|
|
%{_bindir}/audiofile-config
|
|
|
|
%{_bindir}/audiofile-config
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
%{_libdir}/*.a
|
|
|
|
%{_libdir}/*.a
|
|
|
|
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
%{_includedir}/*
|
|
|
|
%{_includedir}/*
|
|
|
|
%{_datadir}/aclocal/*
|
|
|
|
%{_datadir}/aclocal/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Jan 8 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
|
|
|
- Update to 0.2.3, update URLs
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 25 2001 Preston Brown <pbrown@redhat.com>
|
|
|
|
* Mon Jun 25 2001 Preston Brown <pbrown@redhat.com>
|
|
|
|
- explicit requirement of -devel package on main package (#45205)
|
|
|
|
- explicit requirement of -devel package on main package (#45205)
|
|
|
|
|
|
|
|
|
|
|
|