update to 0.310 [release 0.310-1mamba;Thu Aug 31 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 09:14:58 +01:00
parent 1ec27f0bb1
commit cd627c55de

View File

@ -1,7 +1,7 @@
%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)
%define srcver %(echo %{version} |sed "s|0$||")
Name: perl-Lingua-EN-Syllable Name: perl-Lingua-EN-Syllable
Version: 0.30 Version: 0.310
Release: 1mamba Release: 1mamba
Summary: Lingua::EN::Syllable - count the number of syllables in English words Summary: Lingua::EN::Syllable - count the number of syllables in English words
Group: System/Libraries/Perl Group: System/Libraries/Perl
@ -9,7 +9,7 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.cpan.org 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 License: GPL, Artistic
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: perl-devel BuildRequires: perl-devel
@ -20,7 +20,7 @@ Requires: perl >= %perl_major_ver
Lingua::EN::Syllable - count the number of syllables in English words. Lingua::EN::Syllable - count the number of syllables in English words.
%prep %prep
%setup -q -n Lingua-EN-Syllable-%{version} %setup -q -n Lingua-EN-Syllable-%{srcver}
%build %build
%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@ -50,5 +50,8 @@ done
%doc LICENSE %doc LICENSE
%changelog %changelog
* Thu Aug 31 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.310-1mamba
- update to 0.310
* Wed May 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.30-1mamba * Wed May 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.30-1mamba
- package created using the webbuild interface - package created using the webbuild interface