packages: perl-Guard/perl-Guard.spec - cleanup - removed README (just a cop...
qboosh
qboosh at pld-linux.org
Wed Mar 9 17:25:19 CET 2011
Author: qboosh Date: Wed Mar 9 16:25:19 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- cleanup
- removed README (just a copy of man page)
---- Files affected:
packages/perl-Guard:
perl-Guard.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: packages/perl-Guard/perl-Guard.spec
diff -u packages/perl-Guard/perl-Guard.spec:1.4 packages/perl-Guard/perl-Guard.spec:1.5
--- packages/perl-Guard/perl-Guard.spec:1.4 Sun Jun 6 10:37:44 2010
+++ packages/perl-Guard/perl-Guard.spec Wed Mar 9 17:25:14 2011
@@ -12,13 +12,11 @@
Release: 2
License: unknown
Group: Development/Languages/Perl
-Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/%{pdir}-%{version}.tar.gz
+Source0: http://www.cpan.org/modules/by-authors/id/M/ML/MLEHMANN/%{pdir}-%{version}.tar.gz
# Source0-md5: 6c15e885c089115f8263a5873ed74f1e
URL: http://search.cpan.org/dist/Guard/
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
-%if %{with tests}
-%endif
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -31,9 +29,13 @@
scoped guards, which are tied to the scope exit.
%description -l pl.UTF-8
-Moduł ten implementuje tzw "strażników". Strażnik jest czymś (zwykle
-obiektem), co strzeże zasobu, zapewniając jego usunięcie wtedy kiedy
-jest ono pożądane.
+Moduł ten implementuje tzw. "strażników". Strażnik jest czymś (zwykle
+obiektem), co strzeże zasobu, zapewniając jego usunięcie wtedy, kiedy
+jest ono oczekiwane.
+
+W szczegóności moduł ten obsługuje dwa rodzaje strażników:
+- obiekty strażników, wykonujące dany blok kodu w trakcie niszczenia
+- strażników zakresowych, powiązanych z zakończeniem zakresu (scope).
%prep
%setup -q -n %{pdir}-%{version}
@@ -58,12 +60,12 @@
%files
%defattr(644,root,root,755)
-%doc Changes README
+%doc Changes
%{perl_vendorarch}/Guard.pm
-%dir %{perl_vendorarch}/auto/Guard/
+%dir %{perl_vendorarch}/auto/Guard
%{perl_vendorarch}/auto/Guard/Guard.bs
%attr(755,root,root) %{perl_vendorarch}/auto/Guard/Guard.so
-%{_mandir}/man3/*
+%{_mandir}/man3/Guard.3pm*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -71,6 +73,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2011/03/09 16:25:14 qboosh
+- cleanup
+- removed README (just a copy of man page)
+
Revision 1.4 2010/06/06 08:37:44 arekm
- release 2
@@ -82,4 +88,3 @@
Revision 1.1 2009/06/17 07:13:56 amateja
- initial
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Guard/perl-Guard.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list