2024-01-06 09:15:24 +01:00
|
|
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
|
|
|
|
|
|
|
Name: perl-Locale-Codes
|
2024-06-07 13:16:21 +02:00
|
|
|
Version: 3.79
|
2024-01-06 09:15:27 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 09:15:24 +01:00
|
|
|
Summary: A distribution of modules to handle locale codes
|
|
|
|
Group: System/Libraries/Perl
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 09:15:25 +01:00
|
|
|
URL: https://www.cpan.org/
|
|
|
|
Source: https://cpan.metacpan.org/modules/by-module/Locale/Locale-Codes-%{version}.tar.gz
|
2024-01-06 09:15:24 +01:00
|
|
|
License: GPL, Artistic
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: perl-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 09:15:26 +01:00
|
|
|
BuildRequires: perl >= 2:5.36.0
|
2024-06-07 13:16:21 +02:00
|
|
|
BuildRequires: perl-Test-Inter
|
2024-01-06 09:15:24 +01:00
|
|
|
Requires: perl >= %perl_major_ver
|
|
|
|
Provides: perl(Locale::Codes::Country_Codes)
|
|
|
|
Provides: perl(Locale::Codes::Country_Retired)
|
|
|
|
Provides: perl(Locale::Codes::Currency_Codes)
|
|
|
|
Provides: perl(Locale::Codes::Currency_Retired)
|
|
|
|
Provides: perl(Locale::Codes::LangExt_Codes)
|
|
|
|
Provides: perl(Locale::Codes::LangExt_Retired)
|
|
|
|
Provides: perl(Locale::Codes::LangFam_Codes)
|
|
|
|
Provides: perl(Locale::Codes::LangFam_Retired)
|
|
|
|
Provides: perl(Locale::Codes::LangVar_Codes)
|
|
|
|
Provides: perl(Locale::Codes::LangVar_Retired)
|
|
|
|
Provides: perl(Locale::Codes::Language_Codes)
|
|
|
|
Provides: perl(Locale::Codes::Language_Retired)
|
|
|
|
Provides: perl(Locale::Codes::Script_Codes)
|
|
|
|
Provides: perl(Locale::Codes::Script_Retired)
|
|
|
|
|
|
|
|
%description
|
|
|
|
A distribution of modules to handle locale codes.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n Locale-Codes-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
|
|
|
|
|
|
|
%make
|
|
|
|
%make test
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall_perl
|
|
|
|
|
|
|
|
packlist=`find %{buildroot} -name .packlist`
|
|
|
|
[ -z "$packlist" ] && exit 1 || cat $packlist | \
|
|
|
|
sed "s,%{buildroot},,g;s,.*/man/.*,&.gz,g" | \
|
|
|
|
sort -u > .packlist && rm -f $packlist
|
|
|
|
|
|
|
|
strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'`
|
|
|
|
for dir in `find %{buildroot} -type d | grep $strid`; do
|
|
|
|
echo "%dir ${dir#%buildroot}" >> .packlist
|
|
|
|
done
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f .packlist
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc LICENSE
|
|
|
|
## note: eventually add the remaining documents (if any)
|
|
|
|
# %doc README README.first
|
|
|
|
|
|
|
|
%changelog
|
2024-06-07 13:16:21 +02:00
|
|
|
* Sun Jun 02 2024 Automatic Build System <autodist@openmamba.org> 3.79-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-09 14:25:22 +01:00
|
|
|
* Sat Mar 09 2024 Automatic Build System <autodist@openmamba.org> 3.78-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:15:28 +01:00
|
|
|
* Sat Dec 02 2023 Automatic Build System <autodist@mambasoft.it> 3.77-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:15:28 +01:00
|
|
|
* Tue Sep 05 2023 Automatic Build System <autodist@mambasoft.it> 3.76-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:15:27 +01:00
|
|
|
* Sat Sep 02 2023 Automatic Build System <autodist@mambasoft.it> 3.75-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:15:27 +01:00
|
|
|
* Fri Jun 09 2023 Automatic Build System <autodist@mambasoft.it> 3.74-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:15:26 +01:00
|
|
|
* Mon Apr 17 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.73-2mamba
|
|
|
|
- rebuilt with perl 5.36.0
|
|
|
|
|
2024-01-06 09:15:26 +01:00
|
|
|
* Tue Mar 07 2023 Automatic Build System <autodist@mambasoft.it> 3.73-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:15:25 +01:00
|
|
|
* Fri Sep 02 2022 Automatic Build System <autodist@mambasoft.it> 3.72-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:15:25 +01:00
|
|
|
* Fri Jun 03 2022 Automatic Build System <autodist@mambasoft.it> 3.71-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:15:25 +01:00
|
|
|
* Fri Mar 04 2022 Automatic Build System <autodist@mambasoft.it> 3.70-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:15:25 +01:00
|
|
|
* Thu Dec 02 2021 Automatic Build System <autodist@mambasoft.it> 3.69-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:15:25 +01:00
|
|
|
* Fri Sep 03 2021 Automatic Build System <autodist@mambasoft.it> 3.68-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:15:25 +01:00
|
|
|
* Mon May 17 2021 Automatic Build System <autodist@mambasoft.it> 3.67-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:15:24 +01:00
|
|
|
* Wed Nov 29 2017 Automatic Build System <autodist@mambasoft.it> 3.55-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 09:15:24 +01:00
|
|
|
* Wed Nov 15 2017 Automatic Build System <autodist@mambasoft.it> 3.54-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 09:15:24 +01:00
|
|
|
* Thu Nov 17 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.40-1mamba
|
|
|
|
- package created using the webbuild interface
|