rpms/audiofile/devel audiofile.spec,1.25,1.26

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jul 14 18:47:58 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/audiofile/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12147

Modified Files:
	audiofile.spec 
Log Message:
fix license tag


Index: audiofile.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audiofile/devel/audiofile.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- audiofile.spec	19 Feb 2008 04:22:54 -0000	1.25
+++ audiofile.spec	14 Jul 2008 18:47:27 -0000	1.26
@@ -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 @@
 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 @@
 
 %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 @@
 %{_datadir}/aclocal/*
 
 %changelog
+* Mon Jul 14 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1:0.2.6-9
+- fix license tag
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1:0.2.6-8
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list