%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Locale-Codes Version: 3.73 Release: 1mamba Summary: A distribution of modules to handle locale codes Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://www.cpan.org/ Source: https://cpan.metacpan.org/modules/by-module/Locale/Locale-Codes-%{version}.tar.gz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN BuildRequires: perl-devel ## AUTOBUILDREQ-END 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 * Tue Mar 07 2023 Automatic Build System 3.73-1mamba - automatic version update by autodist * Fri Sep 02 2022 Automatic Build System 3.72-1mamba - automatic version update by autodist * Fri Jun 03 2022 Automatic Build System 3.71-1mamba - automatic version update by autodist * Fri Mar 04 2022 Automatic Build System 3.70-1mamba - automatic version update by autodist * Thu Dec 02 2021 Automatic Build System 3.69-1mamba - automatic version update by autodist * Fri Sep 03 2021 Automatic Build System 3.68-1mamba - automatic version update by autodist * Mon May 17 2021 Automatic Build System 3.67-1mamba - automatic version update by autodist * Wed Nov 29 2017 Automatic Build System 3.55-1mamba - automatic update by autodist * Wed Nov 15 2017 Automatic Build System 3.54-1mamba - automatic update by autodist * Thu Nov 17 2016 Silvan Calarco 3.40-1mamba - package created using the webbuild interface