]> git.pld-linux.org Git - packages/perl-Variable-Magic.git/commitdiff
- updated to 0.55 auto/th/perl-Variable-Magic-0.55-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 9 Mar 2015 20:57:22 +0000 (21:57 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 9 Mar 2015 20:57:22 +0000 (21:57 +0100)
- pl

perl-Variable-Magic.spec

index ff692ef93954e7e17a9cf8fbfb72033e07a1817b..8c3e9bfd6fb5c1ddb4608db27ec185fcf0387507 100644 (file)
@@ -6,15 +6,15 @@
 %define        pdir    Variable
 %define        pnam    Magic
 Summary:       Variable::Magic - Associate user-defined magic to variables from Perl
-#Summary(pl.UTF-8):    
+Summary(pl.UTF-8):     Variable::Magic - dowiązanie magii zdefiniowanej przez użytkownika do zmiennych w Perlu
 Name:          perl-Variable-Magic
-Version:       0.52
-Release:       3
+Version:       0.55
+Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.perl.com/CPAN/modules/by-module/Variable/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 3c3cb6b8adc20616f1e71af145ee73c1
+# Source0-md5: 0b080c9b614e5a26baeebc98c32cccad
 URL:           http://search.cpan.org/dist/Variable-Magic/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
@@ -30,8 +30,15 @@ that can be applied to it.
 With this module, you can add your own magic to any variable without
 the pain of the C API.
 
-# %description -l pl.UTF-8
-# TODO
+%description -l pl.UTF-8
+Magia to perlowy sposób rozszerzania obiektów.
+
+Ten mechanizm pozwala użytkownikowi dodać dodatkowe dane do dowolnej
+zmiennej i przechwycić operacje składniowe (takie jak dostęp,
+powiązanie czy destrukcję), które można na niej wykonać.
+
+Przy użyciu tego modułu można dodawać własną magię do dowolnej
+zmiennej unikając bólu API języka C.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -60,8 +67,8 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc Changes README
-%{perl_vendorarch}/Variable/*.pm
+%{perl_vendorarch}/Variable/Magic.pm
 %dir %{perl_vendorarch}/auto/Variable/Magic
-%attr(755,root,root) %{perl_vendorarch}/auto/Variable/Magic/*.so
-%{_mandir}/man3/*
+%attr(755,root,root) %{perl_vendorarch}/auto/Variable/Magic/Magic.so
+%{_mandir}/man3/Variable::Magic.3pm*
 %{_examplesdir}/%{name}-%{version}
This page took 0.164528 seconds and 4 git commands to generate.