diff --git a/perl-namespace-clean.spec b/perl-namespace-clean.spec index e8317c2..c112dbb 100644 --- a/perl-namespace-clean.spec +++ b/perl-namespace-clean.spec @@ -1,7 +1,7 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-namespace-clean -Version: 0.20 +Version: 0.27 Release: 1mamba Summary: namespace::clean - Keep imports and functions out of your namespace Group: System/Libraries/Perl @@ -9,14 +9,14 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.cpan.org -Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/namespace-clean-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/namespace-clean-%{version}.tar.gz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN -## note: run 'autospec -u -a6 perl-namespace-clean' to get the list of build requirements. -## AUTOBUILDREQ-END BuildRequires: perl-B-Hooks-EndOfScope -BuildRequires: perl-Sub-Identify BuildRequires: perl-devel +## AUTOBUILDREQ-END +Provides: perl(namespace::clean::_Util) +BuildRequires: perl-Sub-Identify Requires: perl >= %perl_major_ver BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -52,9 +52,9 @@ done %files -f .packlist %defattr(-,root,root) -## note: eventually add the remaining documents (if any) -# - %changelog +* Fri Nov 11 2016 Silvan Calarco 0.27-1mamba +- update to 0.27 + * Fri Oct 31 2014 Silvan Calarco 0.20-1mamba - package created using the webbuild interface