rpms/openalpp/FC-4 openalpp.spec,1.4,1.5

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Mon Jun 12 03:57:07 UTC 2006


Author: xulchris

Update of /cvs/extras/rpms/openalpp/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12708/FC-4

Modified Files:
	openalpp.spec 
Log Message:
Add automake to BR


Index: openalpp.spec
===================================================================
RCS file: /cvs/extras/rpms/openalpp/FC-4/openalpp.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- openalpp.spec	10 Jun 2006 05:42:21 -0000	1.4
+++ openalpp.spec	12 Jun 2006 03:57:07 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           openalpp
 Version:	20060405
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Object Oriented version of OpenAL
 Group:          System Environment/Libraries
 License:        LGPL
@@ -9,7 +9,7 @@
 Source0:        http://download.gna.org/underware/sources/%{name}-cvs-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  openal-devel freealut-devel libvorbis-devel OpenThreads-devel
-BuildRequires:  autoconf
+BuildRequires:  autoconf automake
 
 %description
 Written in C++, makes OpenAL so much more accessible. Compare OpenAL++ to a
@@ -59,6 +59,9 @@
 %exclude %{_libdir}/*.la
 
 %changelog
+* Sun Jun 11 2006 Christopher Stone <chris.stone at gmail.com> 20060405-7
+- Add automake to BuildRequires
+
 * Sat Jun 10 2006 Christopher Stone <chris.stone at gmail.com> 20060405-6
 - Add %check section
 - Change %%makeinstall to use DESTDIR




More information about the scm-commits mailing list