]> git.pld-linux.org Git - packages/python-EditObj2.git/blame - python-EditObj2.spec
BR: rpmbuild(macros) >= 1.710
[packages/python-EditObj2.git] / python-EditObj2.spec
CommitLineData
796f6711 1%define module EditObj2
77d189f5 2Summary: Useful tool for writing editors of all kinds
dfb7a039 3Summary(pl.UTF-8): Narzędzie służące do tworzenia różnych edytorów
796f6711 4Name: python-%{module}
9a0749ed 5Version: 0.4
dcbc01ca 6Release: 2
796f6711 7License: GPL v2+
ce7d3fae 8Group: Applications
77d189f5 9Source0: http://download.gna.org/songwrite/%{module}-%{version}.tar.gz
9a0749ed 10# Source0-md5: 6f9d1422726da58743252c0779a4858b
1ba12b66 11URL: http://home.gna.org/oomadness/en/editobj/
1a580b10 12BuildRequires: python-devel
be741682 13BuildRequires: rpm-pythonprov
d985b344 14BuildRequires: rpmbuild(macros) >= 1.710
ce7d3fae 15Requires: python-tkinter
796f6711 16Obsoletes: python-EditObj
68d42001 17BuildArch: noarch
ce7d3fae 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21EditObj can create and display a Tkinter dialog box for editing any
22Python object (similarly to what Java call a Bean editor, but for
77d189f5 23Python object). EditObj is a useful tool for writing (text or
ce7d3fae 24non-text) editors of all kinds, including GUI editor and 3D editor.
25
48d19720
JR
26%description -l pl.UTF-8
27EditObj tworzy i wyświetla okno dialogowe Tkinter do edycji obiektów
28Pythona (podobnie do edytora Java Bean, tylko dla objektów Pythona).
1a580b10 29EditObj jest użytecznym narzędziem służącym do tworzenia różnych
30edytorów (tekstowych lub nie), włącznie z edytorami GUI i 3D.
ce7d3fae 31
32%prep
77d189f5 33%setup -q -n %{module}-%{version}
ce7d3fae 34
35%install
36rm -rf $RPM_BUILD_ROOT
37
1ae08a5b 38%py_install
ce7d3fae 39
be741682 40%py_postclean
41
ce7d3fae 42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(644,root,root,755)
796f6711 47%dir %{py_sitescriptdir}/editobj2
7613ded8 48%{py_sitescriptdir}/editobj2/*.py[co]
796f6711 49%{py_sitescriptdir}/editobj2/icons
1a580b10 50%if "%{py_ver}" > "2.4"
51%{py_sitescriptdir}/EditObj2-*.egg-info
52%endif
This page took 0.050591 seconds and 4 git commands to generate.