rpms/Pixie/devel Pixie.spec,1.3,1.4

Chauvet (kwizart) fedora-extras-commits at redhat.com
Mon Oct 15 22:42:08 UTC 2007


Author: kwizart

Update of /cvs/pkgs/rpms/Pixie/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv708

Modified Files:
	Pixie.spec 
Log Message:
Fix namespace with show



Index: Pixie.spec
===================================================================
RCS file: /cvs/pkgs/rpms/Pixie/devel/Pixie.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Pixie.spec	15 Oct 2007 14:24:03 -0000	1.3
+++ Pixie.spec	15 Oct 2007 22:41:35 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           Pixie
 Version:        2.2.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        3D renderer Renderman compliant
 
 Group:          Applications/Multimedia
@@ -85,6 +85,10 @@
 rm __doc/StaticSite_NotIncludedStatic.html
 sed -i 's/\r//'  __doc/css/broswerforms_compact.css
 
+#Rename show
+mv $RPM_BUILD_ROOT%{_bindir}/show $RPM_BUILD_ROOT%{_bindir}/Pixie_show
+
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -115,6 +119,9 @@
 
 
 %changelog
+* Mon Oct 15 2007 kwizart < kwizart at gmail.com > - 2.2.2-4
+- Fix namespace with show (renamed to Pixie_show).
+
 * Mon Oct 15 2007 kwizart < kwizart at gmail.com > - 2.2.2-3
 - Rebuild
 




More information about the fedora-extras-commits mailing list