perl-DateTime-TimeZone/perl-DateTime-TimeZone.spec

183 lines
6.3 KiB
RPMSpec

%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
#%define _noautoreq 'perl(DateTime::TimeZone.*)'
Name: perl-DateTime-TimeZone
Version: 2.53
Release: 1mamba
Summary: DateTime::TimeZone - Provide a Perl interface to the Olson time zone database
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Aleph0 <aleph0@openmamba.org>
URL: https://www.cpan.org
Source: https://cpan.metacpan.org/modules/by-module/DateTime/DateTime-TimeZone-%{version}.tar.gz
License: GPL, Artistic
Requires: perl >= %perl_major_ver
BuildRequires: perl-devel >= %perl_major_ver
BuildRequires: perl-Class-Singleton
Provides: perl(DateTime::TimeZoneCatalog)
BuildArch: noarch
# FIXME:
# Cannot run tests before DateTime.pm 0.1501 is installed.
%description
The DateTime::TimeZone modules provide a Perl interface to the Olson time zone database.
Rather than using the database directly, we parse the database files and turn them into a set of modules, one for each time zone defined.
This allows for various optimizations in doing time zone calculations.
This conversion is done with the script in tools/parse_olson.
%prep
%setup -q -n DateTime-TimeZone-%{version}
%build
perl Makefile.PL installdirs=vendor
%make
%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 $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
rm -f %{buildroot}%perl_vendorlib/DateTime/TimeZone/Local/Win32.pm
sed -i "/Win32.pm/d" .packlist
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
rm -f .packlist
%files -f .packlist
%defattr(-,root,root)
%changelog
* Sun Aug 14 2022 Automatic Build System <autodist@mambasoft.it> 2.53-1mamba
- automatic version update by autodist
* Thu Mar 17 2022 Automatic Build System <autodist@mambasoft.it> 2.52-1mamba
- automatic version update by autodist
* Fri Oct 22 2021 Automatic Build System <autodist@mambasoft.it> 2.51-1mamba
- automatic version update by autodist
* Sat Oct 16 2021 Automatic Build System <autodist@mambasoft.it> 2.50-1mamba
- automatic version update by autodist
* Sun Oct 03 2021 Automatic Build System <autodist@mambasoft.it> 2.49-1mamba
- automatic version update by autodist
* Sat Sep 25 2021 Automatic Build System <autodist@mambasoft.it> 2.48-1mamba
- automatic version update by autodist
* Sat Feb 20 2021 Automatic Build System <autodist@mambasoft.it> 2.47-1mamba
- automatic version update by autodist
* Sun May 03 2020 Automatic Build System <autodist@mambasoft.it> 2.39-1mamba
- automatic update by autodist
* Wed Nov 22 2017 Automatic Build System <autodist@mambasoft.it> 2.15-1mamba
- automatic update by autodist
* Sun Oct 22 2017 Automatic Build System <autodist@mambasoft.it> 2.13-1mamba
- automatic update by autodist
* Mon Feb 01 2016 Automatic Build System <autodist@mambasoft.it> 1.95-1mamba
- automatic update by autodist
* Thu May 21 2015 Automatic Build System <autodist@mambasoft.it> 1.90-1mamba
- automatic update by autodist
* Sun Apr 19 2015 Automatic Build System <autodist@mambasoft.it> 1.86-1mamba
- automatic update by autodist
* Mon Feb 02 2015 Automatic Build System <autodist@mambasoft.it> 1.85-1mamba
- automatic update by autodist
* Tue Jan 20 2015 Automatic Build System <autodist@mambasoft.it> 1.84-1mamba
- automatic update by autodist
* Tue Dec 16 2014 Automatic Build System <autodist@mambasoft.it> 1.81-1mamba
- automatic update by autodist
* Sun Nov 16 2014 Automatic Build System <autodist@mambasoft.it> 1.79-1mamba
- automatic update by autodist
* Tue Oct 14 2014 Automatic Build System <autodist@mambasoft.it> 1.75-1mamba
- automatic update by autodist
* Sun Sep 21 2014 Automatic Build System <autodist@mambasoft.it> 1.74-1mamba
- automatic update by autodist
* Sat Aug 09 2014 Automatic Build System <autodist@mambasoft.it> 1.73-1mamba
- automatic update by autodist
* Thu Jul 10 2014 Automatic Build System <autodist@mambasoft.it> 1.71-1mamba
- automatic update by autodist
* Sun May 25 2014 Automatic Build System <autodist@mambasoft.it> 1.69-1mamba
- automatic update by autodist
* Sun Dec 29 2013 Automatic Build System <autodist@mambasoft.it> 1.63-1mamba
- automatic update by autodist
* Mon Sep 23 2013 Automatic Build System <autodist@mambasoft.it> 1.61-1mamba
- automatic update by autodist
* Sat Jul 13 2013 Automatic Build System <autodist@mambasoft.it> 1.60-1mamba
- automatic update by autodist
* Fri May 17 2013 Automatic Build System <autodist@mambasoft.it> 1.59-1mamba
- automatic version update by autodist
* Wed Mar 13 2013 Automatic Build System <autodist@mambasoft.it> 1.58-1mamba
- automatic version update by autodist
* Sat Mar 09 2013 Automatic Build System <autodist@mambasoft.it> 1.57-1mamba
- automatic version update by autodist
* Thu Jan 10 2013 Automatic Build System <autodist@mambasoft.it> 1.56-1mamba
- automatic version update by autodist
* Mon Nov 19 2012 Automatic Build System <autodist@mambasoft.it> 1.54-1mamba
- automatic version update by autodist
* Tue Nov 06 2012 Automatic Build System <autodist@mambasoft.it> 1.53-1mamba
- automatic version update by autodist
* Thu Nov 01 2012 Automatic Build System <autodist@mambasoft.it> 1.52-1mamba
- automatic version update by autodist
* Thu Oct 18 2012 Automatic Build System <autodist@mambasoft.it> 1.51-1mamba
- automatic version update by autodist
* Fri Oct 12 2012 Automatic Build System <autodist@mambasoft.it> 1.50-1mamba
- automatic version update by autodist
* Wed Aug 15 2012 Automatic Build System <autodist@mambasoft.it> 1.48-1mamba
- automatic version update by autodist
* Sat Jun 30 2012 Automatic Build System <autodist@mambasoft.it> 1.46-1mamba
- automatic version update by autodist
* Wed Oct 21 2009 Automatic Build System <autodist@mambasoft.it> 1.01-1mamba
- automatic update by autodist
* Thu Feb 05 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8301-1mamba
- automatic update by autodist
* Wed Nov 05 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6904-2mamba
- automatic rebuild by autodist
* Fri Nov 30 2007 Aleph0 <aleph0@openmamba.org> 0.6904-1mamba
- package created by autospec