fix license tag

This commit is contained in:
Tom Callaway 2008-07-14 18:47:27 +00:00
parent ad7cbc380a
commit ce7f2d6bbf
1 changed files with 9 additions and 5 deletions

View File

@ -1,9 +1,9 @@
Summary: A library for accessing various audio file formats
Name: audiofile
Version: 0.2.6
Release: 8%{?dist}
Release: 9%{?dist}
Epoch: 1
License: LGPL
License: LGPLv2+
Group: System Environment/Libraries
Source: ftp://ftp.gnome.org/pub/gnome/sources/audiofile/0.2/audiofile-%{version}.tar.bz2
URL: http://www.68k.org/~michael/audiofile/
@ -11,6 +11,7 @@ Patch0: audiofile-underquoted.patch
Patch1: audiofile-const.patch
Patch2: audiofile-multilib.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libtool
%description
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
%configure --disable-static
make
make %{?_smp_mflags} LIBTOOL="/usr/bin/libtool"
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
make DESTDIR="$RPM_BUILD_ROOT" install
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
rm -f docs/Makefile*
%post -p /sbin/ldconfig
@ -72,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/aclocal/*
%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
- Autorebuild for GCC 4.3