]> git.pld-linux.org Git - packages/eric4.git/commitdiff
- python-qscintilla2 >= 2.4 is required auto/ti/eric4-4_3_6-1
authorwitekfl <witekfl@pld-linux.org>
Wed, 5 Aug 2009 20:25:46 +0000 (20:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- do not compile files twice (-z)

Changed files:
    eric4.spec -> 1.40

eric4.spec

index fb8b49a9997a61014f1f9ffdbaaa15407666c2af..3dc138e95766b0d2ac93b17874dc58f18a0fe1e6 100644 (file)
@@ -9,10 +9,10 @@ Source0:      http://dl.sourceforge.net/eric-ide/%{name}-%{version}.tar.gz
 # Source0-md5: b42dee53f1e23ffe48bf2c21f1dbeeb0
 Source1:       %{name}.desktop
 URL:           http://eric-ide.python-projects.org/
-BuildRequires: python-qscintilla2-devel >= 2.2
+BuildRequires: python-qscintilla2-devel >= 2.4
 BuildRequires: rpm-pythonprov
 %pyrequires_eq python-modules
-Requires:      python-qscintilla2 >= 2.2
+Requires:      python-qscintilla2 >= 2.4
 Requires:      python-devel-tools
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -43,7 +43,7 @@ Dodatkowa dokumentacja dla Eric4.
 %install
 rm -rf $RPM_BUILD_ROOT
 
-python install.py -c -b %{_bindir} -d %{py_sitescriptdir} -i $RPM_BUILD_ROOT
+python install.py -z -c -b %{_bindir} -d %{py_sitescriptdir} -i $RPM_BUILD_ROOT
 install -D %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/eric4.desktop
 install -D eric/pixmaps/eric.png $RPM_BUILD_ROOT%{_pixmapsdir}/eric4.png
 
This page took 0.164853 seconds and 4 git commands to generate.