]> git.pld-linux.org Git - packages/eric4.git/blobdiff - eric4.spec
- up to 4.3.2
[packages/eric4.git] / eric4.spec
index 93dc019377f11aad9ad7dc11fa7cac398e4205be..88b2a19feec28be76458b10a593cf7bbd7aabdd9 100644 (file)
@@ -1,18 +1,19 @@
 Summary:       Eric4 - a full featured Python IDE
 Summary(pl.UTF-8):     Eric4 - pełnowartościowe IDE dla Pythona
 Name:          eric4
-Version:       4.1.5
-Release:       2
-License:       GPL
+Version:       4.3.2
+Release:       1
+License:       GPL v3+
 Group:         X11/Development/Tools
 Source0:       http://dl.sourceforge.net/eric-ide/%{name}-%{version}.tar.gz
-# Source0-md5: a76630c55551fa3f7fd18f1c5d440921
+# Source0-md5: 7b62ee59f0a03ae7a400d7e41679d33e
 Source1:       %{name}.desktop
-URL:           http://www.die-offenbachs.de/eric/index.html
-BuildRequires: python-qscintilla2-devel
+#Patch0:               %{name}-distdir.patch
+URL:           http://eric-ide.python-projects.org/
+BuildRequires: python-qscintilla2-devel >= 2.2
 BuildRequires: rpm-pythonprov
 %pyrequires_eq python-modules
-Requires:      python-qscintilla2 >= 2.1_1.73-2
+Requires:      python-qscintilla2 >= 2.2
 Requires:      python-devel-tools
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -39,6 +40,7 @@ Dodatkowa dokumentacja dla Eric4.
 
 %prep
 %setup -q
+#%patch0 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -57,7 +59,7 @@ rm -rf $RPM_BUILD_ROOT
 # so do not remove them from package
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog README* THANKS
+%doc README* THANKS
 %attr(755,root,root) %{_bindir}/*
 %{py_sitescriptdir}/eric4config.py*
 %{py_sitescriptdir}/%{name}
@@ -66,6 +68,9 @@ 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/*
 
 %files doc
 %defattr(644,root,root,755)
This page took 0.069382 seconds and 4 git commands to generate.