From ce7f2d6bbf2b6e9e390d174cd23e993e02cc216b Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Jul 14 2008 18:47:27 +0000 Subject: fix license tag --- diff --git a/audiofile.spec b/audiofile.spec index 4e44f2c..e8d8f9b 100644 --- a/audiofile.spec +++ b/audiofile.spec @@ -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 - 1:0.2.6-9 +- fix license tag + * Mon Feb 18 2008 Fedora Release Engineering - 1:0.2.6-8 - Autorebuild for GCC 4.3