]> git.pld-linux.org Git - packages/eric4.git/blame - eric4.spec
- updated to 4.1.3
[packages/eric4.git] / eric4.spec
CommitLineData
b847dec4 1Summary: Eric4 - a full featured Python IDE
9735f898 2Summary(pl.UTF-8): Eric4 - pełnowartościowe IDE dla Pythona
a0b86859 3Name: eric4
7d4fbc85 4Version: 4.1.3
7546dd71 5Release: 1
a0b86859
KK
6License: GPL
7Group: X11/Development/Tools
5bb57c36 8Source0: http://dl.sourceforge.net/eric-ide/%{name}-%{version}.tar.gz
7d4fbc85 9# Source0-md5: 9083903022bbdd2ad43e8bdb52837b13
5bb57c36 10Source1: %{name}.desktop
7322eb9b 11URL: http://www.die-offenbachs.de/eric/index.html
a0b86859
KK
12BuildRequires: python-qscintilla2-devel
13BuildRequires: rpm-pythonprov
14%pyrequires_eq python-modules
38a36a27 15Requires: python-qscintilla2 >= 2.1_1.73-2
a0b86859 16Requires: python-devel-tools
06dc82a5 17BuildArch: noarch
a0b86859
KK
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21Eric4 is a full featured Python IDE that is written in PyQt4 using the
22QScintilla editor widget.
23
754089d9
JR
24%description -l pl.UTF-8
25Eric4 jest pełnowartościowym IDE dla Pythona napisanym w PyQt4 i
26używającym edytora QScintilla.
a0b86859
KK
27
28%package doc
29Summary: Documentation for Eric4
9735f898 30Summary(pl.UTF-8): Dodatkowa dokumentacja dla Eric4
a0b86859
KK
31Group: X11/Development/Tools
32Requires: %{name} = %{version}-%{release}
33
34%description doc
35Documentation for Eric4.
36
754089d9 37%description doc -l pl.UTF-8
a0b86859
KK
38Dodatkowa dokumentacja dla Eric4.
39
40%prep
5bb57c36 41%setup -q
a0b86859
KK
42
43%install
44rm -rf $RPM_BUILD_ROOT
45
06dc82a5 46python install.py -c -b %{_bindir} -d %{py_sitescriptdir} -i $RPM_BUILD_ROOT
d017ab03 47install -D %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/eric4.desktop
5bb57c36 48install -D eric/pixmaps/eric.png $RPM_BUILD_ROOT%{_pixmapsdir}/eric4.png
a0b86859 49
06dc82a5 50%py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}/*
51%py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}/*
a0b86859
KK
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56# NOTE: eric4 uses *.py files for it's own purposes
57# so do not remove them from package
58%files
59%defattr(644,root,root,755)
60%doc ChangeLog README* THANKS
61%attr(755,root,root) %{_bindir}/*
06dc82a5 62%{py_sitescriptdir}/eric4config.py*
63%{py_sitescriptdir}/%{name}
64%dir %{py_sitescriptdir}/%{name}plugins
65%{py_sitescriptdir}/%{name}plugins/*
66%exclude %{py_sitescriptdir}/%{name}/Documentation
d017ab03 67%{_desktopdir}/eric4.desktop
5bb57c36 68%{_pixmapsdir}/eric4.png
a0b86859
KK
69
70%files doc
71%defattr(644,root,root,755)
06dc82a5 72%dir %{py_sitescriptdir}/%{name}/Documentation
73%{py_sitescriptdir}/%{name}/Documentation/Source
This page took 0.053446 seconds and 4 git commands to generate.