[ogre] Need to remove exclude of Ogre-Samples since it isn't there.

Bruno Wolff III bruno at fedoraproject.org
Wed Jan 5 06:37:53 UTC 2011


commit d13428d2846b0fce51506b997d8f5e58eb27df7d
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Wed Jan 5 00:36:50 2011 -0600

    Need to remove exclude of Ogre-Samples since it isn't there.

 ogre.spec |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/ogre.spec b/ogre.spec
index 06265d1..16f133a 100644
--- a/ogre.spec
+++ b/ogre.spec
@@ -76,9 +76,8 @@ Requires:       %{name} = %{version}-%{release}, dejavu-sans-fonts
 %description samples
 This package contains the compiled (not the source) sample applications coming
 with Ogre.  It also contains some media (meshes, textures,...) needed by these
-samples. The samples are installed in %{_libdir}/Samples and can be executed
-with the wrapper script called "Ogre-Samples".
-
+samples. The samples are installed in %{_libdir}/Samples/*.so and can be run
+using SampleBrowser.
 
 %prep
 %setup -q
@@ -174,7 +173,7 @@ ln -s ../../../../fonts/dejavu/DejaVuSans.ttf \
 %{_libdir}/lib*Ogre*.so.*
 %{_libdir}/OGRE
 %{_datadir}/OGRE
-%exclude %{_bindir}/Ogre-Samples
+%exclude %{_bindir}/SampleBrowser
 %exclude %{_libdir}/OGRE/Samples
 %exclude %{_datadir}/OGRE/Samples
 %config(noreplace) /etc/ld.so.conf.d/*


More information about the scm-commits mailing list