packages: python-gflags/python-gflags.spec - updated to 1.7 - pl
qboosh
qboosh at pld-linux.org
Mon Dec 26 17:00:24 CET 2011
Author: qboosh Date: Mon Dec 26 16:00:24 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 1.7
- pl
---- Files affected:
packages/python-gflags:
python-gflags.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/python-gflags/python-gflags.spec
diff -u packages/python-gflags/python-gflags.spec:1.2 packages/python-gflags/python-gflags.spec:1.3
--- packages/python-gflags/python-gflags.spec:1.2 Wed Jul 27 22:17:46 2011
+++ packages/python-gflags/python-gflags.spec Mon Dec 26 17:00:19 2011
@@ -1,14 +1,16 @@
# $Revision$, $Date$
%define module gflags
Summary: Commandline flags module for Python
+Summary(pl.UTF-8): Moduł flag linii poleceń dla Pythona
Name: python-%{module}
-Version: 1.5.1
+Version: 1.7
Release: 1
License: BSD
Group: Development/Languages/Python
+#Source0Download: http://code.google.com/p/python-gflags/downloads/list
+Source0: http://python-gflags.googlecode.com/files/%{name}-%{version}.tar.gz
+# Source0-md5: 72c034d499cc9bcc11c330b95396d83d
URL: http://code.google.com/p/python-gflags/
-Source0: http://python-gflags.googlecode.com/files/python-gflags-%{version}.tar.gz
-# Source0-md5: 467717cdcf65f11b3edd1cc99debb244
BuildRequires: python-devel
BuildRequires: python-distribute
BuildRequires: rpmbuild(macros) >= 1.219
@@ -17,7 +19,7 @@
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-This project is the python equivalent of google-gflags, a Google
+This project is the Python equivalent of google-gflags, a Google
commandline flag implementation for C++. It is intended to be used in
situations where a project wants to mimic the command-line flag
handling of a C++ app that uses google-gflags, or for a Python app
@@ -30,6 +32,20 @@
and the ability to define flags in the source file in which they're
used. (This last is its major difference from OptParse.)
+%description -l pl.UTF-8
+Ten projekt jest pythonowym odpowiednikiem google-gflags -
+implementacji C++ flag linii poleceń autorstwa Google. Jego
+zastosowaniem są projekty, które mają naśladować obsługę flag linii
+poleceń aplikacji C++ wykorzystujących google-gflags oraz aplikacje
+Pythona, które poprzez swig lub w inny sposób są zlinkowane z
+aplikacją C++ wykorzystującą google-gflags.
+
+Pakiet gflags zawiera bibliotekę implementującą przetwarzanie flag
+linii poleceń. Jako taka jest zamiennikiem getopt(). Ma większą
+elastyczność, w tym wbudowaną obsługę typów pythonowych oraz możliwość
+definiowania flag w plikach źródłowych, w których są używane (to
+ostatnie to główna różnica względem OptParse).
+
%prep
%setup -q
# Fix non-executable-script error
@@ -67,6 +83,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2011/12/26 16:00:19 qboosh
+- updated to 1.7
+- pl
+
Revision 1.2 2011/07/27 20:17:46 glen
- egg-info installed in py24
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-gflags/python-gflags.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list