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

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Sat Jun 10 05:42:21 UTC 2006


Author: xulchris

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

Modified Files:
	openalpp.spec 
Log Message:
Add autoconf to Requires.  Remove use of %%makeinstall


Index: openalpp.spec
===================================================================
RCS file: /cvs/extras/rpms/openalpp/FC-4/openalpp.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openalpp.spec	10 Jun 2006 03:29:37 -0000	1.3
+++ openalpp.spec	10 Jun 2006 05:42:21 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           openalpp
 Version:	20060405
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Object Oriented version of OpenAL
 Group:          System Environment/Libraries
 License:        LGPL
@@ -9,6 +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
 
 %description
 Written in C++, makes OpenAL so much more accessible. Compare OpenAL++ to a
@@ -35,7 +36,10 @@
 
 %install
 %{__rm} -rf %{buildroot}
-%makeinstall
+%{__make} install DESTDIR=%{buildroot}
+
+%check
+%{__make} %{?_smp_mflags} check
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -55,6 +59,11 @@
 %exclude %{_libdir}/*.la
 
 %changelog
+* Sat Jun 10 2006 Christopher Stone <chris.stone at gmail.com> 20060405-6
+- Add %check section
+- Change %%makeinstall to use DESTDIR
+- Add autoconf to BuildRequires
+
 * Fri Jun 09 2006 Christopher Stone <chris.stone at gmail.com> 20060405-5
 - devel package Requires pkgconfig
 




More information about the fedora-extras-commits mailing list