Пакет perl-Date-Calc-XS: Specfile

%define dist Date-Calc-XS
%def_without bootstrap
Name: perl-%dist
Version: 6.4
Release: alt7

Summary: XS wrapper and C library plug-in for Date::Calc
License: GPL or Artistic
Group: Development/Perl

URL: %CPAN %dist
Source: http://www.cpan.org/authors/id/S/ST/STBEY/Date-Calc-XS-%{version}.tar.gz

BuildRequires: perl-devel perl-Carp-Clan perl-Bit-Vector

%if_with bootstrap
# bootstrap: disable build dependency on Date::Calc
%def_disable test
%else
BuildRequires: perl-Date-Calc
%endif

%description
This package provides all sorts of date calculations based on the Gregorian
calendar (the one used in all western countries today).

%prep
%setup -q -n %dist-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc	CHANGES.txt CREDITS.txt README.txt
%dir	%perl_vendor_archlib/Date
%dir	%perl_vendor_archlib/Date/Calc
	%perl_vendor_archlib/Date/Calc/XS.pm
%doc	%perl_vendor_archlib/Date/Calc/XS.pod
%dir	%perl_vendor_autolib/Date
%dir	%perl_vendor_autolib/Date/Calc
%dir	%perl_vendor_autolib/Date/Calc/XS
	%perl_vendor_autolib/Date/Calc/XS/XS.so

%changelog
* Thu Nov 30 2023 Igor Vlasenko <viy@altlinux.org> 6.4-alt7
- unbootstrap

* Fri Nov 24 2023 Igor Vlasenko <viy@altlinux.org> 6.4-alt6.1
- rebuild with new perl 5.38.0 (bootstrapped)

* Tue Jun 15 2021 Igor Vlasenko <viy@altlinux.org> 6.4-alt6
- unbootstrap

* Thu Jun 10 2021 Igor Vlasenko <viy@altlinux.org> 6.4-alt5.1
- rebuild with new perl 5.34.0 (bootstrapped)

* Wed Jun 09 2021 Igor Vlasenko <viy@altlinux.org> 6.4-alt5
- unbootstrap

* Thu May 27 2021 Igor Vlasenko <viy@altlinux.org> 6.4-alt4.1
- rebuild with new perl 5.32.1 (bootstrapped)

* Sun Sep 27 2020 Igor Vlasenko <viy@altlinux.ru> 6.4-alt4
- unbootstrap

* Sat Sep 19 2020 Igor Vlasenko <viy@altlinux.ru> 6.4-alt3.1
- rebuild with new perl 5.30.2 (bootstrapped)

* Wed Jan 30 2019 Igor Vlasenko <viy@altlinux.ru> 6.4-alt3
- unbootstrap

* Thu Jan 24 2019 Igor Vlasenko <viy@altlinux.ru> 6.4-alt2.1
- rebuild with new perl 5.28.1

* Tue Dec 19 2017 Igor Vlasenko <viy@altlinux.ru> 6.4-alt2
- unbootstrap

* Fri Dec 15 2017 Igor Vlasenko <viy@altlinux.ru> 6.4-alt1.2.1.1.1
- rebuild with new perl 5.26.1

* Sun Feb 12 2017 Igor Vlasenko <viy@altlinux.ru> 6.4-alt1.2.1.1
- unbootstrap after rebuild with new perl 5.24.1

* Fri Feb 03 2017 Igor Vlasenko <viy@altlinux.ru> 6.4-alt1.2.1
- rebuild with new perl 5.24.1

* Sat Nov 28 2015 Igor Vlasenko <viy@altlinux.ru> 6.4-alt1.2
- unbootstrap

* Wed Nov 25 2015 Igor Vlasenko <viy@altlinux.ru> 6.4-alt1.1
- rebuild with new perl 5.22.0

* Wed Apr 01 2015 Igor Vlasenko <viy@altlinux.ru> 6.4-alt1
- automated CPAN update

* Sat Dec 13 2014 Igor Vlasenko <viy@altlinux.ru> 6.3-alt4.2
- unbootstrap

* Tue Dec 09 2014 Igor Vlasenko <viy@altlinux.ru> 6.3-alt4.1
- rebuild with new perl 5.20.1

* Thu Sep 05 2013 Vladimir Lettiev <crux@altlinux.ru> 6.3-alt4
- re-enabled build dependency on perl-Date-Calc

* Tue Aug 27 2013 Vladimir Lettiev <crux@altlinux.ru> 6.3-alt3
- built for perl 5.18
- disabled build dependency on perl-Date-Calc, for bootstrap

* Sun Sep 09 2012 Vladimir Lettiev <crux@altlinux.ru> 6.3-alt2
- re-enabled build dependency on perl-Date-Calc

* Thu Aug 30 2012 Vladimir Lettiev <crux@altlinux.ru> 6.3-alt1
- 6.2 -> 6.3
- built for perl-5.16
- disabled build dependency on perl-Date-Calc, for bootstrap

* Thu Nov 10 2011 Alexey Tourbin <at@altlinux.ru> 6.2-alt3
- re-enabled build dependency on perl-Date-Calc

* Fri Oct 07 2011 Alexey Tourbin <at@altlinux.ru> 6.2-alt2
- rebuilt for perl-5.14

* Mon Sep 20 2010 Alexey Tourbin <at@altlinux.ru> 6.2-alt1.1
- rebuilt for perl-5.12
- disabled build dependency on perl-Date-Calc, for bootstrap

* Fri Apr 30 2010 Alexey Tourbin <at@altlinux.ru> 6.2-alt1
- initial revision