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