rpms/ogre/devel ogre.spec,1.22,1.23

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Thu Jan 24 19:23:37 UTC 2008


Author: jwrdegoede

Update of /cvs/extras/rpms/ogre/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9493

Modified Files:
	ogre.spec 
Log Message:
* Thu Jan 24 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 1.4.6-4
- Install 2 additional header files for ogre4j (bz 429965)



Index: ogre.spec
===================================================================
RCS file: /cvs/extras/rpms/ogre/devel/ogre.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ogre.spec	22 Jan 2008 12:58:21 -0000	1.22
+++ ogre.spec	24 Jan 2008 19:22:44 -0000	1.23
@@ -1,6 +1,6 @@
 Name:           ogre
 Version:        1.4.6
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Object-Oriented Graphics Rendering Engine
 License:        LGPLv2+
 Group:          System Environment/Libraries
@@ -111,6 +111,12 @@
 rm $RPM_BUILD_ROOT%{_libdir}/*.la
 rm $RPM_BUILD_ROOT%{_libdir}/OGRE/*.la
 
+# These 2 not really public header files are needed for ogre4j
+install -p -m 644 \
+  OgreMain/include/OgreOptimisedUtil.h \
+  OgreMain/include/OgrePlatformInformation.h \
+  $RPM_BUILD_ROOT%{_includedir}/OGRE
+
 # Install the samples
 mkdir -p $RPM_BUILD_ROOT%{_libdir}/OGRE/Samples
 # The Sample binaries get installed into the buildroot in a subdir of
@@ -167,6 +173,9 @@
 
 
 %changelog
+* Thu Jan 24 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 1.4.6-4
+- Install 2 additional header files for ogre4j (bz 429965)
+
 * Tue Jan 22 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 1.4.6-3
 - Rebuild for new glew
 




More information about the fedora-extras-commits mailing list