[packages/perl-B-Hooks-EndOfScope] - updated to 0.14 - pl

qboosh qboosh at pld-linux.org
Tue Mar 10 17:40:26 CET 2015


commit ce5f982515f1536d4851e731edeb98b20db99332
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Mar 10 17:44:00 2015 +0100

    - updated to 0.14
    - pl

 perl-B-Hooks-EndOfScope.spec | 36 +++++++++++++++++++++++-------------
 1 file changed, 23 insertions(+), 13 deletions(-)
---
diff --git a/perl-B-Hooks-EndOfScope.spec b/perl-B-Hooks-EndOfScope.spec
index 2fd759d..0a70561 100644
--- a/perl-B-Hooks-EndOfScope.spec
+++ b/perl-B-Hooks-EndOfScope.spec
@@ -6,33 +6,41 @@
 %define	pdir	B
 %define	pnam	Hooks-EndOfScope
 Summary:	B::Hooks::EndOfScope - Execute code after a scope finished compilation
-#Summary(pl.UTF-8):	
+Summary(pl.UTF-8):	B::Hooks::EndOfScope - wykonywanie kodu po skompilowaniu zakresu kodu
 Name:		perl-B-Hooks-EndOfScope
-Version:	0.13
-Release:	2
+Version:	0.14
+Release:	1
 # same as perl
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
 Source0:	http://www.cpan.org/modules/by-module/B/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5:	6cdaaa88a39054cd13aacad7bd2171da
+# Source0-md5:	9380361535fdade817fa5544df579f31
 URL:		http://search.cpan.org/dist/B-Hooks-EndOfScope/
-BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	perl-ExtUtils-CBuilder >= 0.26
+BuildRequires:	perl-ExtUtils-MakeMaker
+BuildRequires:	perl-devel >= 1:5.8.1
 BuildRequires:	rpm-perlprov >= 4.1-13
+BuildRequires:	rpmbuild(macros) >= 1.663
 %if %{with tests}
-BuildRequires:	perl(Variable::Magic) >= 0.27
-BuildRequires:	perl-Sub-Exporter
+BuildRequires:	perl-Module-Implementation >= 0.05
+BuildRequires:	perl-Sub-Exporter-Progressive >= 0.001006
+BuildRequires:	perl-Variable-Magic >= 0.48
 %endif
+Requires:	perl-Module-Implementation >= 0.05
+Requires:	perl-Module-Runtime >= 0.012
+Requires:	perl-Sub-Exporter-Progressive >= 0.001006
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		_noautoreq_perl Tie::StdHash
 
 %description
-This module allows you to execute code when perl finished compiling
+This module allows you to execute code when Perl finished compiling
 the surrounding scope.
 
-# %description -l pl.UTF-8
-# TODO
+%description -l pl.UTF-8
+Ten moduł pozwala na wykonanie kodu po zakończeniu kompilacji
+otaczającego zakresu kodu przez interpreter Perla.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -56,6 +64,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc Changes
-%{perl_vendorlib}/B/Hooks
-%{_mandir}/man3/*
+%doc Changes README
+%dir %{perl_vendorlib}/B/Hooks
+%{perl_vendorlib}/B/Hooks/EndOfScope.pm
+%{perl_vendorlib}/B/Hooks/EndOfScope
+%{_mandir}/man3/B::Hooks::EndOfScope*.3pm*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-B-Hooks-EndOfScope.git/commitdiff/ce5f982515f1536d4851e731edeb98b20db99332



More information about the pld-cvs-commit mailing list