From 45b23001f18fb93a0451a1572ce344e56d561451 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 09:36:22 +0100 Subject: [PATCH] update to 0.104002 [release 0.104002-1mamba;Fri Feb 03 2023] --- perl-Software-License.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/perl-Software-License.spec b/perl-Software-License.spec index 86a41a5..4ebb418 100644 --- a/perl-Software-License.spec +++ b/perl-Software-License.spec @@ -1,33 +1,32 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Software-License -Version: 0.104001 +Version: 0.104002 Release: 1mamba Summary: Software::License - packages that provide templated software licenses Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba -Packager: Automatic Build System +Packager: Silvan Calarco 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 -Requires: perl >= %perl_major_ver ## AUTOBUILDREQ-BEGIN BuildRequires: libperl BuildRequires: perl-Data-Section BuildRequires: perl-Text-Template BuildRequires: perl-devel ## AUTOBUILDREQ-END +Requires: perl >= %perl_major_ver %description Software::License - packages that provide templated software licenses %prep - %setup -q -n Software-License-%{version} %build -perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor +%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor %make %make test @@ -52,6 +51,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Fri Feb 03 2023 Silvan Calarco 0.104002-1mamba +- update to 0.104002 + * Mon Jan 10 2022 Automatic Build System 0.104001-1mamba - automatic version update by autodist