perl-Locale-Codes/perl-Locale-Codes.spec

114 lines
3.9 KiB
RPMSpec
Raw Permalink Normal View History

%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Locale-Codes
Version: 3.77
Release: 1mamba
Summary: A distribution of modules to handle locale codes
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
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
BuildRequires: perl >= 2:5.36.0
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
* Sat Dec 02 2023 Automatic Build System <autodist@mambasoft.it> 3.77-1mamba
- automatic version update by autodist
* Tue Sep 05 2023 Automatic Build System <autodist@mambasoft.it> 3.76-1mamba
- automatic version update by autodist
* Sat Sep 02 2023 Automatic Build System <autodist@mambasoft.it> 3.75-1mamba
- automatic version update by autodist
* Fri Jun 09 2023 Automatic Build System <autodist@mambasoft.it> 3.74-1mamba
- automatic version update by autodist
* Mon Apr 17 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.73-2mamba
- rebuilt with perl 5.36.0
* Tue Mar 07 2023 Automatic Build System <autodist@mambasoft.it> 3.73-1mamba
- automatic version update by autodist
* Fri Sep 02 2022 Automatic Build System <autodist@mambasoft.it> 3.72-1mamba
- automatic version update by autodist
* Fri Jun 03 2022 Automatic Build System <autodist@mambasoft.it> 3.71-1mamba
- automatic version update by autodist
* Fri Mar 04 2022 Automatic Build System <autodist@mambasoft.it> 3.70-1mamba
- automatic version update by autodist
* Thu Dec 02 2021 Automatic Build System <autodist@mambasoft.it> 3.69-1mamba
- automatic version update by autodist
* Fri Sep 03 2021 Automatic Build System <autodist@mambasoft.it> 3.68-1mamba
- automatic version update by autodist
* Mon May 17 2021 Automatic Build System <autodist@mambasoft.it> 3.67-1mamba
- automatic version update by autodist
* Wed Nov 29 2017 Automatic Build System <autodist@mambasoft.it> 3.55-1mamba
- automatic update by autodist
* Wed Nov 15 2017 Automatic Build System <autodist@mambasoft.it> 3.54-1mamba
- automatic update by autodist
* Thu Nov 17 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.40-1mamba
- package created using the webbuild interface