automatic rebuild by autodist [release 1.30-2mamba;Thu Dec 11 2025]

This commit is contained in:
2025-12-11 23:35:31 +01:00
parent 5aa85eb4b4
commit c07abaee3c

View File

@@ -2,22 +2,21 @@
Name: perl-Text-Unidecode
Version: 1.30
Release: 1mamba
Release: 2mamba
Summary: Text::Unidecode -- US-ASCII transliterations of Unicode text
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org
URL: https://www.cpan.org/
Source: http://search.cpan.org/CPAN/authors/id/S/SB/SBURKE/Text-Unidecode-%{version}.tar.gz
License: GPL, Artistic
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-devel
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Text::Unidecode provides a function, `unidecode(...)' that takes Unicode data and tries to represent it in US-ASCII characters (i.e., the universally displayable characters between 0x00 and 0x7F).
@@ -25,7 +24,6 @@ The representation is almost always an attempt at *transliteration* -- i.e., con
%prep
%setup -q -n Text-Unidecode-%{version}
#%patch0 -p1
%build
%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
@@ -46,10 +44,13 @@ chmod -R u+w %{buildroot}/*
%files
%defattr(-,root,root)
%{perl_vendorlib}/Text/
%{_mandir}/man3/*.3pm.gz
%{_mandir}/man3/*.3pm*
#% doc ChangeLog README TODO.txt
%changelog
* Thu Dec 11 2025 Automatic Build System <autodist@openmamba.org> 1.30-2mamba
- automatic rebuild by autodist
* Sun Oct 22 2017 Automatic Build System <autodist@mambasoft.it> 1.30-1mamba
- automatic update by autodist