rpms/ogre/devel ogre.spec,1.33,1.34

Alexey Torkhov atorkhov at fedoraproject.org
Fri Sep 19 06:57:50 UTC 2008


Author: atorkhov

Update of /cvs/pkgs/rpms/ogre/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27996

Modified Files:
	ogre.spec 
Log Message:
Workaround "/bin/cp: Argument list too long" error in koji.


Index: ogre.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ogre/devel/ogre.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ogre.spec	19 Sep 2008 05:42:00 -0000	1.33
+++ ogre.spec	19 Sep 2008 06:57:19 -0000	1.34
@@ -80,8 +80,9 @@
   Samples/Media/materials/scripts/Example-DynTex.material
 # create a clean version of the api docs for %%doc
 mkdir api
-cp Docs/api/html/*.html Docs/api/html/*.gif Docs/api/html/*.png \
-  Docs/api/html/*.css api
+find . \( -wholename './Docs/api/html/*.html' -or \
+  -wholename './Docs/api/html/*.gif' -or -wholename './Docs/api/html/*.png' \
+  -or -wholename './Docs/api/html/*.css' \) -exec cp --target-directory='api' '{}' +
 for i in api/OgreParticleEmitter_8h-source.html \
          api/classOgre_1_1ParticleSystem.html \
          api/classOgre_1_1DynLib.html \




More information about the fedora-extras-commits mailing list