SPECS: perl-Inline-Python.spec - generic URL, informative descs
qboosh
qboosh at pld-linux.org
Mon Mar 24 15:22:42 CET 2008
Author: qboosh Date: Mon Mar 24 14:22:42 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- generic URL, informative descs
---- Files affected:
SPECS:
perl-Inline-Python.spec (1.26 -> 1.27)
---- Diffs:
================================================================
Index: SPECS/perl-Inline-Python.spec
diff -u SPECS/perl-Inline-Python.spec:1.26 SPECS/perl-Inline-Python.spec:1.27
--- SPECS/perl-Inline-Python.spec:1.26 Thu Jan 10 09:38:39 2008
+++ SPECS/perl-Inline-Python.spec Mon Mar 24 15:22:36 2008
@@ -6,46 +6,44 @@
%include /usr/lib/rpm/macros.perl
%define pdir Inline
%define pnam Python
-Summary: Inline::Python Perl module
-Summary(cs.UTF-8): Modul Inline::Python pro Perl
-Summary(da.UTF-8): Perlmodul Inline::Python
-Summary(de.UTF-8): Inline::Python Perl Modul
-Summary(es.UTF-8): Módulo de Perl Inline::Python
-Summary(fr.UTF-8): Module Perl Inline::Python
-Summary(it.UTF-8): Modulo di Perl Inline::Python
-Summary(ja.UTF-8): Inline::Python Perl モジュール
-Summary(ko.UTF-8): Inline::Python 펄 모줄
-Summary(nb.UTF-8): Perlmodul Inline::Python
-Summary(pl.UTF-8): Moduł Perla Inline::Python
-Summary(pt.UTF-8): Módulo de Perl Inline::Python
-Summary(pt_BR.UTF-8): Módulo Perl Inline::Python
-Summary(ru.UTF-8): Модуль для Perl Inline::Python
-Summary(sv.UTF-8): Inline::Python Perlmodul
-Summary(uk.UTF-8): Модуль для Perl Inline::Python
-Summary(zh_CN.UTF-8): Inline::Python Perl 模块
+Summary: Inline::Python - Write Perl subs and classes in Python
+Summary(pl.UTF-8): Inline::Python - pisanie procedur i klas Perla w Pythonie
Name: perl-Inline-Python
Version: 0.21
Release: 4
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
-Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+Source0: http://www.cpan.org/modules/by-module/Inline/%{pdir}-%{pnam}-%{version}.tar.gz
# Source0-md5: eee389d273c5e0fa91126b0329213c6b
Patch0: %{name}-Makefile_PL_lib64.patch
-BuildRequires: perl-devel >= 1:5.8.0
+URL: http://search.cpan.org/dist/Inline-Python/
BuildRequires: perl-Inline >= 0.42
BuildRequires: perl-Parse-RecDescent
+BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: python-devel
BuildRequires: rpm-perlprov >= 4.1-13
Requires: python
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-Inline::Python - Write Perl subs and classes in Python.
+The Inline::Python module allows you to put Python source code
+directly "inline" in a Perl script or module. It sets up an in-process
+Python interpreter, runs your code, and then examines Python's symbol
+table for things to bind to Perl. The process of interrogating the
+Python interpreter for globals only occurs the first time you run your
+Python code. The namespace is cached, and subsequent calls use the
+cached version.
%description -l pl.UTF-8
-Moduł Inline::Python - pozwalający na pisanie procedur i klas Perla w
-Pythonie.
+Moduł Inline::Python pozwala na umieszczanie kodu źródłowego w
+Pythonie bezpośrednio w skryptach lub modułach perlowych. Tworzy
+interpreter Pythona wewnątrz procesu, uruchamia kod, a następnie
+sprawdza tabelę symboli Pythona, aby dowiązać jej elementy do Perla.
+Proces sprawdzania zmiannych globalnych w interpreterze Pythona
+zachodzi tylko przy pierwszym uruchomieniu kodu pythonowego.
+Przestrzeń nazw jest zapamiętywana, a kolejne wywołania używają tej
+zapamiętanej wersji.
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
@@ -84,6 +82,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.27 2008-03-24 14:22:36 qboosh
+- generic URL, informative descs
+
Revision 1.26 2008-01-10 08:38:39 glen
- add CC to %{__make}
grep OPTIMIZE= perl-* -l|xargs grep -c CC=|grep :0|cut -d: -f1|xargs sed -i -e '/%{__make} \\$/a\\tCC="%{__cc}" \\'
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-Inline-Python.spec?r1=1.26&r2=1.27&f=u
More information about the pld-cvs-commit
mailing list