update to 0.039
revert and bump epoch to fix wrong source [release 0.039-1mamba;Fri Feb 26 2021]
This commit is contained in:
parent
530a73265f
commit
0ea554d7cc
@ -1,7 +1,8 @@
|
|||||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||||
|
|
||||||
Name: perl-Module-Build-Tiny
|
Name: perl-Module-Build-Tiny
|
||||||
Version: 0.4231
|
Epoch: 1
|
||||||
|
Version: 0.039
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Module::Build::Tiny - A tiny replacement for Module::Build
|
Summary: Module::Build::Tiny - A tiny replacement for Module::Build
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
@ -9,7 +10,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.cpan.org
|
URL: http://www.cpan.org
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-%{version}.tar.gz
|
Source: https://cpan.metacpan.org/modules/by-module/Module/Module-Build-Tiny-%{version}.tar.gz
|
||||||
License: GPL, Artistic
|
License: GPL, Artistic
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libperl
|
BuildRequires: libperl
|
||||||
@ -19,13 +20,12 @@ BuildRequires: perl-ExtUtils-InstallPaths
|
|||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Module::Build::Tiny - A tiny replacement for Module::Build.
|
Module::Build::Tiny - A tiny replacement for Module::Build.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Module-Build-%{version}
|
%setup -q -n Module-Build-Tiny-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Build.PL installdirs=vendor
|
perl Build.PL installdirs=vendor
|
||||||
@ -55,10 +55,12 @@ done
|
|||||||
%files -f .packlist
|
%files -f .packlist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
## note: eventually add the remaining documents (if any)
|
|
||||||
# %doc README
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.039-1mamba
|
||||||
|
- update to 0.039
|
||||||
|
- revert and bump epoch to fix wrong source
|
||||||
|
|
||||||
* Sat May 02 2020 Automatic Build System <autodist@mambasoft.it> 0.4231-1mamba
|
* Sat May 02 2020 Automatic Build System <autodist@mambasoft.it> 0.4231-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user