]> git.pld-linux.org Git - packages/perl-Date-Manip.git/blobdiff - perl-Date-Manip.spec
- updated URL and macros
[packages/perl-Date-Manip.git] / perl-Date-Manip.spec
index 871e8991e48de855e50d4116727fde86b4d03023..f7df3ca0f47d639d03abf38567b8c9b4259d3dce 100644 (file)
@@ -1,22 +1,28 @@
-# TODO:
-# - Deal with unpackaged pod files
 #
-%include       /usr/lib/rpm/macros.perl
+# Conditional build:
+%bcond_without tests   # unit tests
+#
 %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.23
+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/SBECK/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: e00c4c5758ac3692db99422e7c389675
-URL:           http://search.cpan.org/dist/Date-Manip/
+Source0:       http://www.cpan.org/modules/by-module/Date/%{pdir}-%{pnam}-%{version}.tar.gz
+# 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
+%endif
 Obsoletes:     perl-DateManip
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -42,21 +48,25 @@ czasową - wszystkie łatwo wykonać.
        INSTALLDIRS=vendor
 %{__make}
 
+%{?with_tests:%{__make} test}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%{__rm} $RPM_BUILD_ROOT%{perl_vendorlib}/Date/{Manip,Manip/*}.pod
+%{__rm} $RPM_BUILD_ROOT%{perl_vendorlib}/Date/{Manip,Manip/*,Manip/Lang/*}.pod
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README
-%{perl_vendorlib}/Date/*.pm
+%doc Changes LICENSE README.first
+%attr(755,root,root) %{_bindir}/dm_date
+%attr(755,root,root) %{_bindir}/dm_zdump
+%{perl_vendorlib}/Date/Manip.pm
 %dir %{perl_vendorlib}/Date/Manip
 %{perl_vendorlib}/Date/Manip/*.pm
 %dir %{perl_vendorlib}/Date/Manip/Lang
@@ -65,4 +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.1*
+%{_mandir}/man1/dm_zdump.1*
 %{_mandir}/man3/Date::Manip*.3pm*
This page took 0.280687 seconds and 4 git commands to generate.