rpms/eric/FC-6 .cvsignore, 1.3, 1.4 eric.spec, 1.6, 1.7 sources, 1.3, 1.4

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Aug 27 13:48:20 UTC 2007


Author: rdieter

Update of /cvs/pkgs/rpms/eric/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1729

Modified Files:
	.cvsignore eric.spec sources 
Log Message:
* Mon Aug 27 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.9.2-3
- License: GPL+
- don't set PYTHONOPTIMIZE, let brp-python-bytecompile do it's job,
  addresses selinux issues (#243163, #254421)

* Wed Nov 22 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.9.2-2
- Provides: eric3 (get ready for PyQt4-based eric4)
- fix biffed %%version's in %%changelog
- simplify %%description

* Mon Nov 13 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.9.2-1
- 3.9.2



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/eric/FC-6/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	27 Jul 2006 12:16:56 -0000	1.3
+++ .cvsignore	27 Aug 2007 13:47:47 -0000	1.4
@@ -1,3 +1,4 @@
 gen_python_api_20050605.tar.gz
 gen_sip_api_20060711.tar.gz
 eric-3.9.1.tar.gz
+eric-3.9.2.tar.gz


Index: eric.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eric/FC-6/eric.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- eric.spec	8 Nov 2006 14:14:01 -0000	1.6
+++ eric.spec	27 Aug 2007 13:47:47 -0000	1.7
@@ -4,10 +4,10 @@
 
 Name:	 eric
 Summary: Python IDE
-Version: 3.9.1
-Release: 4%{?dist}%{?kde}
+Version: 3.9.2
+Release: 3%{?dist}
 
-License: GPL
+License: GPL+
 Group:	 Development/Tools
 URL: 	 http://www.die-offenbachs.de/detlev/eric3.html
 Source:	 http://dl.sourceforge.net/sourceforge/eric-ide/eric-%{version}.tar.gz
@@ -15,7 +15,6 @@
 BuildArch: noarch
 
 Source1: http://www.die-offenbachs.de/detlev/contributions/gen_python_api_20050605.tar.gz
-#Source2: http://www.die-offenbachs.de/detlev/contributions/gen_sip_api_20060123.tar.gz
 Source2: http://www.die-offenbachs.de/detlev/contributions/gen_sip_api_20060711.tar.gz
 
 Source10: eric3.desktop
@@ -24,6 +23,8 @@
 Patch2: gen_python_api-env.patch
 Patch3: gen_sip_api-PyQt4.patch
 
+Provides: eric3 = %{version}-%{release}
+
 BuildRequires: desktop-file-utils
 BuildRequires: PyQt-qscintilla-devel
 # PyQt api's
@@ -34,13 +35,13 @@
 
 %global python_ver %(%{__python} -c "import sys ; print sys.version[:3]")
 %global python_sitedir %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
-%if "%{?python_ver}" > "2"
+## python >=2.4 automatically uses python(abi)
+%if "%{?python_ver}" > "1" && "%{?python_ver}" < "2.4"
 Requires: python-abi = %{python_ver}
 %endif
 
 %description
-eric3 is a full featured Python IDE that is written in PyQt using
-the QScintilla editor widget. 
+eric3 is a full featured Python IDE.
 
 
 %prep
@@ -59,10 +60,6 @@
 rm -rf %{buildroot}
 mkdir -p %{buildroot}/
 
-# Either set PYTHONOPTIMIZE here or 
-# call /usr/lib/rpm/brp-python-bytecompile later (but before generating .pyo file list) 
-PYTHONOPTIMIZE=1; export PYTHONOPTIMIZE
-
 %{__python} install.py \
   -i %{buildroot}/ \
   -b %{_bindir} \
@@ -70,7 +67,7 @@
 
 desktop-file-install \
   --dir %{buildroot}/%{_datadir}/applications/ \
-  --add-category="X-Fedora" --vendor="" \
+  --vendor="" \
   %{SOURCE10}
 
 install -m644 -p -D \
@@ -140,11 +137,24 @@
 
 
 %changelog
-* Mon Nov 06 2006 Rex Dieter <rexdieter[AT]users.sf.net> 5.9.1-4
+* Mon Aug 27 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.9.2-3
+- License: GPL+
+- don't set PYTHONOPTIMIZE, let brp-python-bytecompile do it's job,
+  addresses selinux issues (#243163, #254421)
+
+* Wed Nov 22 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.9.2-2
+- Provides: eric3 (get ready for PyQt4-based eric4)
+- fix biffed %%version's in %%changelog
+- simplify %%description
+
+* Mon Nov 13 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.9.2-1
+- 3.9.2 
+
+* Mon Nov 06 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.9.1-4
 - BR: PyQt-qscintilla-devel
 - (unversioned) Requires: PyQt-qscintilla
 
-* Thu Sep 07 2006 Rex Dieter <rexdieter[AT]users.sf.net> 5.9.1-3
+* Thu Sep 07 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.9.1-3
 - include .py[c,o] files again (with no %%ghost'ing)
 
 * Thu Jul 27 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.9.1-2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/eric/FC-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	27 Jul 2006 12:16:56 -0000	1.3
+++ sources	27 Aug 2007 13:47:47 -0000	1.4
@@ -1,3 +1,3 @@
 fcea430a92e9d88089d91ce3099db282  gen_python_api_20050605.tar.gz
 8b19482530d51c47a02e43a4ca2bbb79  gen_sip_api_20060711.tar.gz
-7f62b297fa094e547faca7966ccd133d  eric-3.9.1.tar.gz
+b3168b9ccf1625950b6a8dcfbdfc7d35  eric-3.9.2.tar.gz




More information about the fedora-extras-commits mailing list