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