]> git.pld-linux.org Git - packages/eric4.git/commitdiff
- up to 4.0.1 (this goes on HEAD, snapshot will be on DEVEL branch) auto/th/eric4-4_0_1-1
authortwittner <twittner@pld-linux.org>
Sun, 22 Jul 2007 10:12:30 +0000 (10:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eric4.desktop -> 1.1
    eric4.spec -> 1.7

eric4.desktop [new file with mode: 0644]
eric4.spec

diff --git a/eric4.desktop b/eric4.desktop
new file mode 100644 (file)
index 0000000..3675348
--- /dev/null
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Name=Eric 4
+Comment=A full featured Python IDE
+Comment[pl]=Pełnowartościowe IDE dla Pythona
+Icon=eric4.png
+Exec=eric4
+Terminal=false
+Type=Application
+Categories=Qt;Development;IDE;
+Encoding=UTF-8
+# vi: encoding=utf-8
index de4646d8264cd11e0ecd2be4a5cb13f073a4c679..995e80b25db4d47926296b55d84e46917576e726 100644 (file)
@@ -1,13 +1,13 @@
-%define                _snap   20070218
 Summary:       Eric4 - a full featured Python IDE
 Summary(pl.UTF-8):     Eric4 - pełnowartościowe IDE dla Pythona
 Name:          eric4
-Version:       4.0
-Release:       0.%{_snap}.1
+Version:       4.0.1
+Release:       1       
 License:       GPL
 Group:         X11/Development/Tools
-Source0:       http://www.die-offenbachs.de/detlev/snapshots4/%{name}-snapshot-%{_snap}.tar.gz
-# Source0-md5: b75f4bd5dd9a1e4015c0b02fbb83237c
+Source0:       http://dl.sourceforge.net/eric-ide/%{name}-%{version}.tar.gz
+# Source0-md5: bf38d851c86832fa40e07eb75394efc6
+Source1:       %{name}.desktop
 URL:           http://www.die-offenbachs.de/eric/index.html
 BuildRequires: python-qscintilla2-devel
 BuildRequires: rpm-pythonprov
@@ -37,12 +37,13 @@ Documentation for Eric4.
 Dodatkowa dokumentacja dla Eric4.
 
 %prep
-%setup -q -n %{name}-snapshot-%{_snap}
+%setup -q
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 python install.py -c -b %{_bindir} -d %{py_sitedir} -i $RPM_BUILD_ROOT
+install -D eric/pixmaps/eric.png $RPM_BUILD_ROOT%{_pixmapsdir}/eric4.png
 
 %py_comp $RPM_BUILD_ROOT%{py_sitedir}/*
 %py_ocomp $RPM_BUILD_ROOT%{py_sitedir}/*
@@ -59,6 +60,7 @@ rm -rf $RPM_BUILD_ROOT
 %{py_sitedir}/eric4config.py
 %{py_sitedir}/%{name}
 %exclude %{py_sitedir}/%{name}/Documentation
+%{_pixmapsdir}/eric4.png
 
 %files doc
 %defattr(644,root,root,755)
This page took 0.07428 seconds and 4 git commands to generate.