rpms/osgal/FC-4 osgal.spec,1.1,1.2

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


Author: xulchris

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

Modified Files:
	osgal.spec 
Log Message:

- Remove %%makeinstall macro
- Remove pkgconfig from BuildRequires since its picked up from openalpp-devel
- Add %%defattr to devel subpackage


Index: osgal.spec
===================================================================
RCS file: /cvs/extras/rpms/osgal/FC-4/osgal.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- osgal.spec	9 Jun 2006 18:42:58 -0000	1.1
+++ osgal.spec	12 Jun 2006 03:03:58 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           osgal
 Version:	20060410
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Adapts OpenSceneGraph to use OpenAL++
 Group:          System Environment/Libraries
 License:        LGPL
@@ -11,7 +11,6 @@
 Patch2:         osgal-cvs-debian-03.dpatch
 BuildRoot:      %{_tmppath}/%{name}-cvs-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  OpenSceneGraph-devel openalpp-devel freealut-devel libvorbis-devel
-BuildRequires:  pkgconfig
 
 %if "%fedora" > "4"
 BuildRequires:  libGL-devel
@@ -48,7 +47,7 @@
 
 %install
 %{__rm} -rf %{buildroot}
-%makeinstall
+%{__make} install DESTDIR=%{buildroot}
 
 %check
 %{__make} %{?_smp_mflags} check
@@ -65,6 +64,7 @@
 %{_libdir}/*.so.*
 
 %files devel
+%defattr(-,root,root,-)
 %doc doc/html/*
 %{_includedir}/osgAL
 %{_libdir}/*.so
@@ -72,6 +72,11 @@
 %exclude %{_libdir}/*.la
 
 %changelog
+* Sun Jun 11 2006 Christopher Stone <chris.stone at gmail.com> 20060410-3
+- Remove %%makeinstall macro
+- Remove pkgconfig from BuildRequires since it's picked up from openalpp-devel
+- Add %%defattr to devel subpackage
+
 * Fri Jun 02 2006 Christopher Stone <chris.stone at gmail.com> 20060410-2
 - Fix BuildRequires to work with both FC4 and FC5
 - Update Summary and %%description




More information about the scm-commits mailing list