From cd627c55dec1805c55f146edf5ccfe5daee3e1da Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 09:14:58 +0100 Subject: [PATCH] update to 0.310 [release 0.310-1mamba;Thu Aug 31 2023] --- perl-Lingua-EN-Syllable.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/perl-Lingua-EN-Syllable.spec b/perl-Lingua-EN-Syllable.spec index ad7217b..bd5982c 100644 --- a/perl-Lingua-EN-Syllable.spec +++ b/perl-Lingua-EN-Syllable.spec @@ -1,7 +1,7 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) - +%define srcver %(echo %{version} |sed "s|0$||") Name: perl-Lingua-EN-Syllable -Version: 0.30 +Version: 0.310 Release: 1mamba Summary: Lingua::EN::Syllable - count the number of syllables in English words Group: System/Libraries/Perl @@ -9,7 +9,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://www.cpan.org -Source: https://cpan.metacpan.org/authors/id/N/NE/NEILB/Lingua-EN-Syllable-%{version}.tar.gz +Source: https://cpan.metacpan.org/authors/id/N/NE/NEILB/Lingua-EN-Syllable-%{srcver}.tar.gz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN BuildRequires: perl-devel @@ -20,7 +20,7 @@ Requires: perl >= %perl_major_ver Lingua::EN::Syllable - count the number of syllables in English words. %prep -%setup -q -n Lingua-EN-Syllable-%{version} +%setup -q -n Lingua-EN-Syllable-%{srcver} %build %{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}" @@ -50,5 +50,8 @@ done %doc LICENSE %changelog +* Thu Aug 31 2023 Silvan Calarco 0.310-1mamba +- update to 0.310 + * Wed May 19 2021 Silvan Calarco 0.30-1mamba - package created using the webbuild interface