]> git.pld-linux.org Git - packages/Pmw.git/blame_incremental - Pmw.spec
- converted to UTF-8
[packages/Pmw.git] / Pmw.spec
... / ...
CommitLineData
1Summary: Python toolkit for building compound Tkinter widgets.
2Summary(pl.UTF-8): Zestaw narzędzi dla Pythona do budowania komponentów Tkinter
3Name: Pmw
4Version: 1.2
5Release: 2
6License: MIT
7Group: Development/Languages/Python
8Source0: http://download.sourceforge.net/pmw/%{name}.%{version}.tar.gz
9# Source0-md5: 75c49c30595217c8d9376c36aa5426aa
10Patch0: %{name}-env-location.patch
11URL: http://pmw.sourceforge.net/
12Requires: python-tkinter
13Requires: python
14Buildarch: noarch
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18Pmw is a toolkit for building high-level compound widgets in Python
19using the Tkinter module. It consists of a set of base classes and a
20library of flexible and extensible megawidgets built on this
21foundation. These megawidgets include notebooks, comboboxes, selection
22widgets, paned widgets, scrolled widgets and dialog windows.
23
24%description -l pl.UTF-8
25Pmw jest zestawem narzędzi do budowania komponentów wysokiego poziomu
26dla Pythona korzystając z modułu Tkinter. Zawiera zestaw podstawowych
27klas i bibliotek przenośnych i rozszerzalnych mega-komponentów.
28Zawiera notesy, comboboksy, komponenty wybierania, panele, przesuwane
29i okna dialogowe.
30
31%prep
32%setup -q -n %{name}
33%patch0
34
35%install
36rm -rf $RPM_BUILD_ROOT
37install -d $RPM_BUILD_ROOT%{py_sitescriptdir}/%{name}
38cp -r . $RPM_BUILD_ROOT%{py_sitescriptdir}/%{name}
39rm -rf $RPM_BUILD_ROOT%{py_sitescriptdir}/%{name}/%{name}*/doc
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
46%doc %{name}*/doc/*
47%{py_sitescriptdir}/%{name}
This page took 0.048869 seconds and 4 git commands to generate.