packages: perl-CPS/perl-CPS.spec - pl
qboosh
qboosh at pld-linux.org
Sun Mar 6 19:55:59 CET 2011
Author: qboosh Date: Sun Mar 6 18:55:59 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- pl
---- Files affected:
packages/perl-CPS:
perl-CPS.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/perl-CPS/perl-CPS.spec
diff -u packages/perl-CPS/perl-CPS.spec:1.1 packages/perl-CPS/perl-CPS.spec:1.2
--- packages/perl-CPS/perl-CPS.spec:1.1 Fri Feb 25 21:50:30 2011
+++ packages/perl-CPS/perl-CPS.spec Sun Mar 6 19:55:54 2011
@@ -1,4 +1,5 @@
# $Revision$, $Date$
+#
# Conditional build:
%bcond_without tests # do not perform "make test"
#
@@ -6,13 +7,14 @@
%define pdir CPS
%define pnam CPS
Summary: CPS - manage flow of control in Continuation-Passing Style
+Summary(pl.UTF-8): CPS - zarządzanie przepływem sterowania w stylu przekazywania kontynuacji
Name: perl-CPS
Version: 0.11
Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
-Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/%{pnam}-%{version}.tar.gz
+Source0: http://www.cpan.org/modules/by-authors/id/P/PE/PEVANS/%{pnam}-%{version}.tar.gz
# Source0-md5: e4f36f053f538a6fa1ea4ed1de038f9e
URL: http://search.cpan.org/dist/CPS/
BuildRequires: perl-devel >= 1:5.8.0
@@ -21,7 +23,12 @@
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-CPS - manage flow of control in Continuation-Passing Style.
+CPS module allows to manage flow of control in Continuation-Passing
+Style.
+
+%description -l pl.UTF-8
+Moduł CPS pozwala na zarządzanie przepływem sterowania w stylu
+przekazywania kontynuacji (Continuation Passing).
%prep
%setup -q -n %{pnam}-%{version}
@@ -46,7 +53,7 @@
%defattr(644,root,root,755)
%{perl_vendorlib}/CPS.pm
%{perl_vendorlib}/CPS
-%{_mandir}/man3/CPS*.3*
+%{_mandir}/man3/CPS*.3pm*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -54,6 +61,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2011/03/06 18:55:54 qboosh
+- pl
+
Revision 1.1 2011/02/25 20:50:30 arekm
- initial
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-CPS/perl-CPS.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list