update to 0.104002 [release 0.104002-1mamba;Fri Feb 03 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 09:36:22 +01:00
parent 1e8c95bfa3
commit 45b23001f1

View File

@ -1,33 +1,32 @@
%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-Software-License Name: perl-Software-License
Version: 0.104001 Version: 0.104002
Release: 1mamba Release: 1mamba
Summary: Software::License - packages that provide templated software licenses Summary: Software::License - packages that provide templated software licenses
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Automatic Build System <autodist@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.cpan.org/ URL: https://www.cpan.org/
Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Software-License-%{version}.tar.gz Source: https://cpan.metacpan.org/authors/id/L/LE/LEONT/Software-License-%{version}.tar.gz
License: GPL, Artistic License: GPL, Artistic
Requires: perl >= %perl_major_ver
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libperl BuildRequires: libperl
BuildRequires: perl-Data-Section BuildRequires: perl-Data-Section
BuildRequires: perl-Text-Template BuildRequires: perl-Text-Template
BuildRequires: perl-devel BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: perl >= %perl_major_ver
%description %description
Software::License - packages that provide templated software licenses Software::License - packages that provide templated software licenses
%prep %prep
%setup -q -n Software-License-%{version} %setup -q -n Software-License-%{version}
%build %build
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor %{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
%make %make
%make test %make test
@ -52,6 +51,9 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Fri Feb 03 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.104002-1mamba
- update to 0.104002
* Mon Jan 10 2022 Automatic Build System <autodist@mambasoft.it> 0.104001-1mamba * Mon Jan 10 2022 Automatic Build System <autodist@mambasoft.it> 0.104001-1mamba
- automatic version update by autodist - automatic version update by autodist