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:
Silvan Calarco 2024-01-06 09:19:39 +01:00
parent 530a73265f
commit 0ea554d7cc

View File

@ -1,7 +1,8 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Module-Build-Tiny
Version: 0.4231
Epoch: 1
Version: 0.039
Release: 1mamba
Summary: Module::Build::Tiny - A tiny replacement for Module::Build
Group: System/Libraries/Perl
@ -9,7 +10,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
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
## AUTOBUILDREQ-BEGIN
BuildRequires: libperl
@ -19,13 +20,12 @@ BuildRequires: perl-ExtUtils-InstallPaths
BuildRequires: perl-devel
## AUTOBUILDREQ-END
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Module::Build::Tiny - A tiny replacement for Module::Build.
%prep
%setup -q -n Module-Build-%{version}
%setup -q -n Module-Build-Tiny-%{version}
%build
perl Build.PL installdirs=vendor
@ -55,10 +55,12 @@ done
%files -f .packlist
%defattr(-,root,root)
%doc LICENSE
## note: eventually add the remaining documents (if any)
# %doc README
%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
- automatic update by autodist