update to 0.310 [release 0.310-1mamba;Thu Aug 31 2023]
This commit is contained in:
parent
1ec27f0bb1
commit
cd627c55de
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 0.310-1mamba
|
||||
- update to 0.310
|
||||
|
||||
* Wed May 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.30-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user