X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;ds=sidebyside;f=perl-Date-Manip.spec;h=f7df3ca0f47d639d03abf38567b8c9b4259d3dce;hb=HEAD;hp=d1c0dfd9f4a9ba72e7d2b9e65b046424d1d24a38;hpb=713fdb9038d7617c3196895f5cd94b92851c0293;p=packages%2Fperl-Date-Manip.git diff --git a/perl-Date-Manip.spec b/perl-Date-Manip.spec index d1c0dfd..f7df3ca 100644 --- a/perl-Date-Manip.spec +++ b/perl-Date-Manip.spec @@ -1,23 +1,24 @@ # # Conditional build: -%bcond_without tests # do not perform "make test" +%bcond_without tests # unit tests # -%include /usr/lib/rpm/macros.perl %define pdir Date %define pnam Manip Summary: Date::Manip - date manipulation routines Summary(pl.UTF-8): Date::Manip - procedury do operowania na datach Name: perl-Date-Manip -Version: 6.41 +Version: 6.89 Release: 1 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/Date/%{pdir}-%{pnam}-%{version}.tar.gz -# Source0-md5: 5fd8ba69642db5fc87a99eab6376c0ac -URL: http://search.cpan.org/dist/Date-Manip/ +# Source0-md5: f9fe372c7abaf90e9da2ee7c3a4d32ff +URL: https://metacpan.org/dist/Date-Manip +BuildRequires: perl-ExtUtils-MakeMaker >= 6.30 BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 +BuildRequires: rpmbuild(macros) >= 1.745 %if %{with tests} BuildRequires: perl-Test-Inter BuildRequires: perl-YAML-Syck @@ -62,7 +63,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc HISTORY LICENSE README.first +%doc Changes LICENSE README.first %attr(755,root,root) %{_bindir}/dm_date %attr(755,root,root) %{_bindir}/dm_zdump %{perl_vendorlib}/Date/Manip.pm @@ -74,6 +75,6 @@ rm -rf $RPM_BUILD_ROOT %{perl_vendorlib}/Date/Manip/Offset/*.pm %dir %{perl_vendorlib}/Date/Manip/TZ %{perl_vendorlib}/Date/Manip/TZ/*.pm -%{_mandir}/man1/dm_date.1p.gz -%{_mandir}/man1/dm_zdump.1p.gz +%{_mandir}/man1/dm_date.1* +%{_mandir}/man1/dm_zdump.1* %{_mandir}/man3/Date::Manip*.3pm*