]> git.pld-linux.org Git - packages/eric4.git/blobdiff - eric4.spec
- Version 4.4.10-1.
[packages/eric4.git] / eric4.spec
index 781870632208e305adff80ff23115ac58f43bf26..985359151df7fabd4d745b4c6e95595f2c61ba8c 100644 (file)
@@ -1,20 +1,20 @@
 Summary:       Eric4 - a full featured Python IDE
 Summary(pl.UTF-8):     Eric4 - pełnowartościowe IDE dla Pythona
 Name:          eric4
-Version:       4.3.1
+Version:       4.4.10
 Release:       1
-License:       GPL
+License:       GPL v3+
 Group:         X11/Development/Tools
-Source0:       http://dl.sourceforge.net/eric-ide/%{name}-%{version}.tar.gz
-# Source0-md5: f7060154d397ca53dcc3fc43995c73b7
+Source0:       http://downloads.sourceforge.net/eric-ide/%{name}-%{version}.tar.gz
+# Source0-md5: a2a2e44b89d19cc37bc1e2c0c2b9e3d8
 Source1:       %{name}.desktop
-Patch0:                %{name}-distdir.patch
 URL:           http://eric-ide.python-projects.org/
-BuildRequires: python-qscintilla2-devel >= 2.2
+BuildRequires: python-qscintilla2-devel >= 2.4.4-3
+BuildRequires: python-sip-devel >= 2:4.5.10
 BuildRequires: rpm-pythonprov
 %pyrequires_eq python-modules
-Requires:      python-qscintilla2 >= 2.2
 Requires:      python-devel-tools
+Requires:      python-qscintilla2 >= 2.4.4-3
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -40,18 +40,19 @@ Dodatkowa dokumentacja dla Eric4.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %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
 
 %py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}/*
 %py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}/*
 
+rm -f $RPM_BUILD_ROOT%{py_sitescriptdir}/%{name}/LICENSE.GPL3
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -68,9 +69,8 @@ rm -rf $RPM_BUILD_ROOT
 %exclude %{py_sitescriptdir}/%{name}/Documentation
 %{_desktopdir}/eric4.desktop
 %{_pixmapsdir}/eric4.png
-#%{_datadir}/qt4/qsci/api/python/*
-#%dir %{_datadir}/qt4/qsci/api/ruby
-#%{_datadir}/qt4/qsci/api/ruby/*
+%{_datadir}/qt4/qsci/api/python/*
+%{_datadir}/qt4/qsci/api/ruby
 
 %files doc
 %defattr(644,root,root,755)
This page took 0.072384 seconds and 4 git commands to generate.