[ogre-pagedgeometry] Fix for bz 771772, PagedGeometryConfig.h was not included

Bruno Wolff III bruno at fedoraproject.org
Thu Jan 5 11:28:42 UTC 2012


commit 7b3e99dfa79f3b6ca8e013f2f746c92534ce18fc
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Thu Jan 5 05:27:54 2012 -0600

    Fix for bz 771772, PagedGeometryConfig.h was not included

 ogre-pagedgeometry.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ogre-pagedgeometry.spec b/ogre-pagedgeometry.spec
index 404379e..553e782 100644
--- a/ogre-pagedgeometry.spec
+++ b/ogre-pagedgeometry.spec
@@ -1,7 +1,7 @@
 Name:           ogre-pagedgeometry
 Epoch:          1
 Version:        1.1.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Ogre addon for realtime rendering of dense forests
 Group:          Development/Libraries
 License:        zlib
@@ -87,6 +87,8 @@ cd ..
 rm -rf %{buildroot}
 mkdir -p %{buildroot}%{_includedir}/OGRE/PagedGeometry
 cp -a include/* %{buildroot}%{_includedir}/OGRE/PagedGeometry
+rm -f %{buildroot}%{_includedir}/OGRE/PagedGeometry/PagedGeometryConfig.h.in
+cp -p build/include/* %{buildroot}%{_includedir}/OGRE/PagedGeometry
 mkdir -p %{buildroot}%{_libdir}/OGRE
 cp -p build/lib/libPagedGeometry.so %{buildroot}%{_libdir}/OGRE/
 mkdir -p %{buildroot}%{_defaultdocdir}/%{name}-%{version}
@@ -130,6 +132,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Jan 05 2012 Bruno Wolff III <bruno at wolff.to> - 1:1.1.0-6
+- Fix for bz 771772 PagedGeometryConfig.h was not included
+
 * Sun May 15 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:1.1.0-5
 - Rebuild for ogre 1.7.3
 


More information about the scm-commits mailing list