rpms/Pixie/devel Pixie.spec,1.1,1.2

Chauvet (kwizart) fedora-extras-commits at redhat.com
Mon Oct 1 15:27:30 UTC 2007


Author: kwizart

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

Modified Files:
	Pixie.spec 
Log Message:
Remove prefix in name



Index: Pixie.spec
===================================================================
RCS file: /cvs/extras/rpms/Pixie/devel/Pixie.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Pixie.spec	6 Sep 2007 00:52:35 -0000	1.1
+++ Pixie.spec	1 Oct 2007 15:26:58 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           Pixie
 Version:        2.2.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        3D renderer Renderman compliant
 
 Group:          Applications/Multimedia
@@ -59,7 +59,6 @@
 
 %build
 %configure \
-  --program-prefix=%{name}_ \
   --disable-static \
   --enable-shared \
   --disable-static-fltk \
@@ -97,7 +96,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING DEVNOTES README
+%doc AUTHORS COPYING README
 %{_bindir}/*
 %{_mandir}/man1/*.gz
 %{_datadir}/Pixie/
@@ -105,6 +104,7 @@
 %{_libdir}/Pixie/
 
 %files devel
+%doc DEVNOTES
 %defattr(-,root,root,-)
 %{_includedir}/*
 %{_libdir}/*.so
@@ -115,6 +115,9 @@
 
 
 %changelog
+* Mon Oct  1 2007 kwizart < kwizart at gmail.com > - 2.2.2-2
+- Disable prefix in name
+
 * Fri Jul 27 2007 kwizart < kwizart at gmail.com > - 2.2.2-1
 - Update to 2.2.2
 




More information about the fedora-extras-commits mailing list