]> git.pld-linux.org Git - packages/python-bugzilla.git/commitdiff
- pl
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 10 Sep 2008 14:32:19 +0000 (14:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR: pythonprov

Changed files:
    python-bugzilla.spec -> 1.4

python-bugzilla.spec

index 417c3811e3e18f4aad29d70404a3b4f9472bfea7..ee59ba707d38dc3de24d86e35b50e433b96ea4d9 100644 (file)
@@ -1,4 +1,5 @@
 Summary:       A Bugzilla library for Python
+Summary(pl.UTF-8):     Biblioteka Bugzilli dla Pythona
 Name:          python-bugzilla
 Version:       0.2
 Release:       1
@@ -9,6 +10,7 @@ Source0:       https://fedorahosted.org/releases/p/y/python-bugzilla/%{name}-%{version
 Patch0:                %{name}-pld.patch
 URL:           https://fedorahosted.org/python-bugzilla/
 BuildRequires: python-devel >= 1:2.3.0
+BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.219
 %pyrequires_eq python-modules
 BuildArch:     noarch
@@ -17,17 +19,20 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 A Bugzilla library for Python.
 
+%description -l pl.UTF-8
+Biblioteka Bugzilli dla Pythona.
+
 %prep
 %setup -q
 %patch0 -p1
 
 %build
-python setup.py build
+%{__python} setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-python setup.py install \
+%{__python} setup.py install \
        --optimize=2 \
        --root=$RPM_BUILD_ROOT
 
This page took 0.075139 seconds and 4 git commands to generate.