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

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Thu Jul 27 11:56:56 UTC 2006


Author: rdieter

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

Modified Files:
	eric.spec 
Log Message:
* Thu Jul 27 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.9.0-6
- (re)comment PYTHONOPTIMIZE



Index: eric.spec
===================================================================
RCS file: /cvs/extras/rpms/eric/devel/eric.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eric.spec	27 Jul 2006 11:52:18 -0000	1.1
+++ eric.spec	27 Jul 2006 11:56:56 -0000	1.2
@@ -5,7 +5,7 @@
 Name:	 eric
 Summary: Python IDE
 Version: 3.9.0
-Release: 5%{?dist}
+Release: 6%{?dist}
 
 License: GPL
 Group:	 Development/Tools
@@ -24,7 +24,6 @@
 Patch3: gen_sip_api-PyQt4.patch
 
 BuildRequires: desktop-file-utils
-# See http://bugzilla.redhat.com/bugzilla/188496
 BuildRequires: PyQt-qscintilla
 # PyQt api's
 BuildRequires: PyQt-devel
@@ -61,7 +60,7 @@
 mkdir -p %{buildroot}/
 
 # generate .pyo files?  No, for now, it's fast enough as-is.  -- Rex
-PYTHONOPTIMIZE=1; export PYTHONOPTIMIZE
+#PYTHONOPTIMIZE=1; export PYTHONOPTIMIZE
 
 %{__python} install.py \
   -i %{buildroot}/ \
@@ -93,7 +92,7 @@
   echo "%ghost %{_datadir}/eric/$api" >> %{name}-files.list
 done
 
-# rpm will autogenerate these only on some Fedora releases;
+# rpm will autogenerate these (on some Fedora releases)
 # create them here so they can be excluded later
 touch %{buildroot}%{_bindir}/gen_sip_api.py{c,o}
 touch %{buildroot}%{_bindir}/gen_python_api.py{c,o}
@@ -153,6 +152,9 @@
 
 
 %changelog
+* Thu Jul 27 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.9.0-6
+- (re)comment PYTHONOPTIMIZE
+
 * Wed Jul 26 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.9.0-5
 - make fastparser.py eXecutable
 - s/$RPM_BUILD_ROOT/%%buildroot/




More information about the fedora-extras-commits mailing list