Author: qboosh Date: Mon Mar 24 14:35:00 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - generic URL, informative descs
---- Files affected: SPECS: perl-Inline-Tcl.spec (1.21 -> 1.22) ---- Diffs: ================================================================ Index: SPECS/perl-Inline-Tcl.spec diff -u SPECS/perl-Inline-Tcl.spec:1.21 SPECS/perl-Inline-Tcl.spec:1.22 --- SPECS/perl-Inline-Tcl.spec:1.21 Thu Jan 10 09:38:39 2008 +++ SPECS/perl-Inline-Tcl.spec Mon Mar 24 15:34:54 2008 @@ -6,41 +6,35 @@ %include /usr/lib/rpm/macros.perl %define pdir Inline %define pnam Tcl -Summary: Inline::Tcl Perl module -Summary(cs.UTF-8): Modul Inline::Tcl pro Perl -Summary(da.UTF-8): Perlmodul Inline::Tcl -Summary(de.UTF-8): Inline::Tcl Perl Modul -Summary(es.UTF-8): Módulo de Perl Inline::Tcl -Summary(fr.UTF-8): Module Perl Inline::Tcl -Summary(it.UTF-8): Modulo di Perl Inline::Tcl -Summary(ja.UTF-8): Inline::Tcl Perl モジュール -Summary(ko.UTF-8): Inline::Tcl 펄 모줄 -Summary(nb.UTF-8): Perlmodul Inline::Tcl -Summary(pl.UTF-8): Moduł Perla Inline::Tcl -Summary(pt.UTF-8): Módulo de Perl Inline::Tcl -Summary(pt_BR.UTF-8): Módulo Perl Inline::Tcl -Summary(ru.UTF-8): Модуль для Perl Inline::Tcl -Summary(sv.UTF-8): Inline::Tcl Perlmodul -Summary(uk.UTF-8): Модуль для Perl Inline::Tcl -Summary(zh_CN.UTF-8): Inline::Tcl Perl 模块 +Summary: Inline::Tcl - Write Perl subroutines in Tcl +Summary(pl.UTF-8): Inline::Tcl - pisanie procedur Perla w Tcl-u Name: perl-Inline-Tcl Version: 0.09 Release: 5 License: 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: c3f0a7852196b68a89128e54ce381f07 -BuildRequires: perl-devel >= 1:5.8.0 +URL: http://search.cpan.org/dist/Inline-Tcl/ BuildRequires: perl-Inline >= 0.40 +BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 BuildRequires: tcl-devel >= 8.3.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Inline::Tcl - Write Perl subroutines in Tcl. +The Inline::Tcl Perl module allows you to put Tcl source code directly +"inline" in a Perl script or module. A Tcl interpreter is loaded and +the Tcl code is interpreted, then Perl asks the Tcl interpreter which +global procedures have been defined. Those functions are made +available to your Perl program as if they had been written in Perl. %description -l pl.UTF-8 -Moduł Inline::Tcl - pozwalający na pisanie procedur Perla w Tcl-u. +Moduł Perla Inline::Tcl pozwala na umieszczanie kodu źródłowego w +Tcl-u bezpośrednio w skryptach lub modułach perlowych. Wczytywany jest +interpreter Tcl-a, który interpretuje kod, a następnie Perl odpytuje +go, jakie procedury globalne zostały zdefiniowane. Funkcje te są +udostępniane programowi w Perlu tak, jakby były napisane w Perlu. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -78,6 +72,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.22 2008-03-24 14:34:54 qboosh +- generic URL, informative descs + Revision 1.21 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-Tcl.spec?r1=1.21&r2=1.22&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
