fix license tag

epel9
Tom Callaway 17 years ago
parent ad7cbc380a
commit ce7f2d6bbf

@ -1,9 +1,9 @@
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.6 Version: 0.2.6
Release: 8%{?dist} Release: 9%{?dist}
Epoch: 1 Epoch: 1
License: LGPL License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
Source: ftp://ftp.gnome.org/pub/gnome/sources/audiofile/0.2/audiofile-%{version}.tar.bz2 Source: ftp://ftp.gnome.org/pub/gnome/sources/audiofile/0.2/audiofile-%{version}.tar.bz2
URL: http://www.68k.org/~michael/audiofile/ URL: http://www.68k.org/~michael/audiofile/
@ -11,6 +11,7 @@ Patch0: audiofile-underquoted.patch
Patch1: audiofile-const.patch Patch1: audiofile-const.patch
Patch2: audiofile-multilib.patch Patch2: audiofile-multilib.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libtool
%description %description
The Audio File library is an implementation of the Audio File Library The Audio File library is an implementation of the Audio File Library
@ -39,14 +40,14 @@ other resources you can use to develop Audio File applications.
%build %build
%configure --disable-static %configure --disable-static
make make %{?_smp_mflags} LIBTOOL="/usr/bin/libtool"
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
make DESTDIR="$RPM_BUILD_ROOT" install
%makeinstall
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
rm -f docs/Makefile* rm -f docs/Makefile*
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
@ -72,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/aclocal/* %{_datadir}/aclocal/*
%changelog %changelog
* Mon Jul 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1:0.2.6-9
- fix license tag
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:0.2.6-8 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:0.2.6-8
- Autorebuild for GCC 4.3 - Autorebuild for GCC 4.3

Loading…
Cancel
Save