]> git.pld-linux.org Git - packages/Pmw.git/blobdiff - Pmw.spec
- BuildArch capitalization
[packages/Pmw.git] / Pmw.spec
index a06b353f0ca335aa56f15ad59a969bb73cef16ac..f622a795349555b04fe04ac5db2c1b58102224f6 100644 (file)
--- a/Pmw.spec
+++ b/Pmw.spec
@@ -1,17 +1,17 @@
-Summary:       Python toolkit for building compound Tkinter widgets.
-Summary(pl):   Zestaw narzêdzi dla Pythona do budowania komponentów Tkinter
+Summary:       Python toolkit for building compound Tkinter widgets
+Summary(pl.UTF-8):     Zestaw narzędzi dla Pythona do budowania komponentów Tkinter
 Name:          Pmw
-Version:       1.2
-Release:       2
+Version:       1.3.2
+Release:       1
 License:       MIT
 Group:         Development/Languages/Python
-Source0:       http://download.sourceforge.net/pmw/%{name}.%{version}.tar.gz
-# Source0-md5: 75c49c30595217c8d9376c36aa5426aa
+Source0:       http://dl.sourceforge.net/pmw/%{name}.%{version}.tar.gz
+# Source0-md5: 7f30886fe9885ab3cf85dac6ce1fbda5
 Patch0:                %{name}-env-location.patch
 URL:           http://pmw.sourceforge.net/
-Requires:      python-tkinter
 Requires:      python
-Buildarch:     noarch
+Requires:      python-tkinter
+BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -21,16 +21,16 @@ library of flexible and extensible megawidgets built on this
 foundation. These megawidgets include notebooks, comboboxes, selection
 widgets, paned widgets, scrolled widgets and dialog windows.
 
-%description -l pl
-Pmw jest zestawem narzêdzi do budowania komponentów wysokiego poziomu
-dla Pythona korzystaj±c z modu³u Tkinter. Zawiera zestaw podstawowych
-klas i bibliotek przeno¶nych i rozszerzalnych mega-komponentów.
-Zawiera notesy, comboboksy, komponenty wybierania, panele, przesuwane
-i okna dialogowe.
+%description -l pl.UTF-8
+Pmw jest zestawem narzędzi do budowania komponentów wysokiego
+poziomu dla Pythona korzystając z modułu Tkinter. Zawiera zestaw
+podstawowych klas i bibliotek przenośnych i rozszerzalnych
+mega-komponentów. Zawiera notesy, comboboksy, komponenty wybierania,
+panele przesuwane i okna dialogowe.
 
 %prep
-%setup -q -n %{name}
-%patch0
+%setup -q -n %{name}.%{version}/src/%{name}
+%patch0 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.087783 seconds and 4 git commands to generate.