update to 0.27 [release 0.27-1mamba;Fri Nov 11 2016]

This commit is contained in:
Silvan Calarco 2024-01-06 09:57:43 +01:00
parent 0f75963446
commit 40d2a62059

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 0.27-1mamba
- update to 0.27
* Fri Oct 31 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.20-1mamba
- package created using the webbuild interface