[packages/gyp] - pl
qboosh
qboosh at pld-linux.org
Sun Jul 21 11:10:28 CEST 2013
commit ba2c7f2ac81bf55cc07a612e5d32a0713543f5ae
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Jul 21 11:10:36 2013 +0200
- pl
gyp.spec | 26 +++++++++++++++++++++++---
1 file changed, 23 insertions(+), 3 deletions(-)
---
diff --git a/gyp.spec b/gyp.spec
index cfe6de2..a89c657 100644
--- a/gyp.spec
+++ b/gyp.spec
@@ -5,6 +5,7 @@
%define svnrev 1602
%define rel 1
Summary: Generate Your Projects
+Summary(pl.UTF-8): GYP (Generate Your Projects) - narzędzie do generowania systemów budowania
Name: gyp
# grep version= setup.py
Version: 0.1
@@ -29,8 +30,16 @@ syntax is a universal cross-platform build representation that still
allows sufficient per-platform flexibility to accommodate
irreconcilable differences.
+%description -l pl.UTF-8
+GYP to narzędzie generujące natywne pliki budowania dla Visual Studio,
+Xcode, SCons i/lub make'a z formatu wejściowego niezależnego od
+platformy. Składnia jest uniwersalną, wieloplatformową reprezentacją
+reguł, która nadal pozwala na wystarczającą elastyczność dla
+poszczególnych platform, aby obsłużyć różnice między nimi.
+
%package -n python-%{name}
-Summary: Python module for GYP
+Summary: Python modules for GYP
+Summary(pl.UTF-8): Moduły Pythona module dla GYP
Group: Development/Languages/Python
%description -n python-%{name}
@@ -38,7 +47,18 @@ GYP is a tool to generates native Visual Studio, Xcode and SCons
and/or make build files from a platform-independent input format. It's
syntax is a universal cross-platform build representation that still
allows sufficient per-platform flexibility to accommodate
-irreconcilable differences.
+poszczególnych platform, aby obsłużyć różnice między nimi.
+
+This package contains Python modules.
+
+%description -n python-%{name} -l pl.UTF-8
+GYP to narzędzie generujące natywne pliki budowania dla Visual Studio,
+Xcode, SCons i/lub make'a z formatu wejściowego niezależnego od
+platformy. Składnia jest uniwersalną, wieloplatformową reprezentacją
+reguł, która nadal pozwala na wystarczającą elastyczność dla
+poszczególnych platform, aby obsłużyć różnice między nimi.
+
+Ten pakiet zawiera moduły Pythona.
%prep
%setup -q -n %{name}
@@ -72,5 +92,5 @@ rm -rf $RPM_BUILD_ROOT
%{py_sitescriptdir}/gyp/generator/*.py[co]
%if "%{py_ver}" > "2.4"
-%{py_sitescriptdir}/gyp-*.egg-info
+%{py_sitescriptdir}/gyp-%{version}-py*.egg-info
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gyp.git/commitdiff/ba2c7f2ac81bf55cc07a612e5d32a0713543f5ae
More information about the pld-cvs-commit
mailing list