auto-import changelog data from audiofile-0.2.3-1.src.rpm
Tue Jan 08 2002 Owen Taylor <otaylor@redhat.com> - Update to 0.2.3, update URLs
This commit is contained in:
parent
9f5d640034
commit
c76444b269
@ -1 +1 @@
|
||||
audiofile-0.2.1.tar.gz
|
||||
audiofile-0.2.3.tar.gz
|
||||
|
@ -1,35 +1,34 @@
|
||||
Summary: A library for accessing various audio file formats.
|
||||
Name: audiofile
|
||||
Version: 0.2.1
|
||||
Release: 2
|
||||
Version: 0.2.3
|
||||
Release: 1
|
||||
Epoch: 1
|
||||
Copyright: LGPL
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
Source: ftp://ftp.68k.org/pub/michael/audiofile-%{version}.tar.gz
|
||||
URL: http://www.68k.org/~michael/audiofile/
|
||||
Source: ftp://oss.sgi.com/projects/download/audiofile-%{version}.tar.gz
|
||||
URL: http://oss.sgi.com/projects/audofile/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Prereq: /sbin/ldconfig
|
||||
|
||||
%description
|
||||
The Audio File library is an implementation of SGI's Audio File
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
%package devel
|
||||
Summary: Libraries, includes and other files to develop audiofile applications.
|
||||
Summary: Development files for Audio File applications.
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}
|
||||
Requires: pkgconfig >= 0.8
|
||||
|
||||
%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.
|
||||
|
||||
Install audiofile-devel if you want to develop Audio File apps.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -65,10 +64,14 @@ rm -rf %{buildroot}
|
||||
%{_bindir}/audiofile-config
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_includedir}/*
|
||||
%{_datadir}/aclocal/*
|
||||
|
||||
%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>
|
||||
- explicit requirement of -devel package on main package (#45205)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user