rpms/eric/devel eric.spec,1.48,1.49

Johan Cwiklinski trasher at fedoraproject.org
Fri Sep 18 20:57:56 UTC 2009


Author: trasher

Update of /cvs/extras/rpms/eric/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6766

Modified Files:
	eric.spec 
Log Message:
Add default suffix for qt4 apps



Index: eric.spec
===================================================================
RCS file: /cvs/extras/rpms/eric/devel/eric.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -p -r1.48 -r1.49
--- eric.spec	14 Sep 2009 03:33:25 -0000	1.48
+++ eric.spec	18 Sep 2009 20:57:55 -0000	1.49
@@ -8,7 +8,7 @@
 Name:    eric
 Summary: Python IDE
 Version: 4.3.7.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 License: GPL+
 Group:   Development/Tools
@@ -118,6 +118,9 @@ chmod a-x %{buildroot}%{python_sitedir}/
 # add envrionment variables for qt, qt4 and python documentations
 sed -i -e 's|exec|QT4DIR=%{_libdir}/qt4\nPYTHONDOCDIR=%{_docdir}/python-docs-%{?full_python_ver}/html\nQTDOCDIR=%{_docdir}/qt-devel-%{?qt_ver}/html\nQT4DOCDIR=%{_docdir}/qt4/html\nPYQT4DOCDIR=%{_docdir}/PyQt4-devel-%{?pyqt_ver}/html\nexport QT4DIR PYTHONDOCDIR QTDOCDIR QT4DOCDIR PYQT4DOCDIR\n&|' %{buildroot}%{_bindir}/eric4
 
+# add qt4 suffix
+sed -i -e 's|"QtToolsPostfix4" : "",|"QtToolsPostfix4" : "-qt4",|' %{buildroot}%{python_sitedir}/eric4/Preferences/__init__.py
+
 
 %post
 touch --no-create %{_datadir}/icons/hicolor ||:
@@ -149,6 +152,9 @@ rm -rf %{buildroot}
 %{_libdir}/qt4/qsci/api/ruby/*.api
 
 %changelog
+* Fri Sep 18 2009 Johan Cwiklinski <johan AT x-tnd DOT be> 4.3.7.1-2
+- add default suffix for qt4 apps
+
 * Sun Sep 13 2009 Johan Cwiklinski <johan AT x-tnd DOT be> 4.3.7.1-1
 - 4.3.7.1
 - add BR on qscintilla-python since qscintilla-python-devel no longer




More information about the scm-commits mailing list