SPECS: python-distutils-extra.spec - pl, macros
qboosh
qboosh at pld-linux.org
Mon Oct 20 19:46:38 CEST 2008
Author: qboosh Date: Mon Oct 20 17:46:37 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl, macros
---- Files affected:
SPECS:
python-distutils-extra.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SPECS/python-distutils-extra.spec
diff -u SPECS/python-distutils-extra.spec:1.3 SPECS/python-distutils-extra.spec:1.4
--- SPECS/python-distutils-extra.spec:1.3 Sun Oct 19 07:18:12 2008
+++ SPECS/python-distutils-extra.spec Mon Oct 20 19:46:32 2008
@@ -1,7 +1,7 @@
# $Revision$, $Date$
%define module distutils-extra
-Summary: python Distutils Extra module
-Summary(pl.UTF-8): moduł języka Python - Distutils Extra
+Summary: Python DistUtilsExtra module
+Summary(pl.UTF-8): Moduł języka Python - DistUtilsExtra
Name: python-distutils-extra
Version: 1.91.2
Release: 1
@@ -11,8 +11,9 @@
Source0: https://launchpad.net/ubuntu/hardy/+source/python-distutils-extra/1.91.2/+files/python-%{module}_%{version}.tar.gz
# Source0-md5: 413ebd3e52c45437eaa36d1d9e6912fd
URL: http://www.glatzor.de/projects/python-distutils-extra/
-BuildRequires: rpm-pythonprov
BuildRequires: python-setuptools
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.219
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -21,20 +22,27 @@
your python install and build tools. It can be used with python's
distutils or the enhanced setuptools.
+%description -l pl.UTF-8
+Ten pakiet pozwala łatwo zintegrować ikony z obsługą motywów,
+dokumentacje opartą na scrollkeeperze i tłumaczenia oparte na
+gettekście w tworzonych narzędziach do budowania i instalacji pakietów
+pythonowych. Może być używany z pythonowymi distutils lub
+rozszerzonymi setuptools.
+
%prep
%setup -q -n debian
%build
-python setup.py build
+%{__python} setup.py build
%install
rm -rf $RPM_BUILD_ROOT
-python setup.py install \
+%{__python} setup.py install \
--root=$RPM_BUILD_ROOT \
--optimize=2
-%py_postclean %{py_sitescriptdir}/%{module}
+%py_postclean
%clean
rm -rf $RPM_BUILD_ROOT
@@ -53,6 +61,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2008/10/20 17:46:32 qboosh
+- pl, macros
+
Revision 1.3 2008/10/19 05:18:12 sls
- BR: python-setuptools
@@ -61,4 +72,3 @@
Revision 1.1 2008/05/22 15:55:41 wolvverine
- init
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-distutils-extra.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list