]> git.pld-linux.org Git - packages/perl-DateTime.git/blobdiff - perl-DateTime.spec
- fix md5
[packages/perl-DateTime.git] / perl-DateTime.spec
index 37ea29a80bc7711924ff0cc554b4a80e28911087..04ebb56dcebe8afe7118ca3e2d2f1b369e821613 100644 (file)
@@ -1,23 +1,24 @@
 #
 # Conditional build:
-%bcond_with    tests   # perform "make test"
+%bcond_without tests   # perform "make test"
 #
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    DateTime
 Summary:       DateTime - representation of date/time combinations
 Summary(pl):   DateTime - reprezentacja kombinacji daty i czasu
 Name:          perl-DateTime
-Version:       0.2901
+Version:       0.32
 Release:       1
+Epoch:         1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{version}.tar.gz
-# Source0-md5: f96816e634700ae3c8bd849f97856861
+# Source0-md5: 6cc7208029b13bc8097ab2b77df070b1
 URL:           http://datetime.perl.org/
 %if %{with tests}
 BuildRequires: perl-DateTime-Locale >= 0.21
-BuildRequires: perl-DateTime-TimeZone >= 0.26
+BuildRequires: perl-DateTime-TimeZone >= 1:0.38
 BuildRequires: perl-Params-Validate >= 0.76
 %endif
 BuildRequires: perl-devel >= 1:5.8.0
@@ -42,6 +43,8 @@ pod <http://datetime.perl.org/faq.html>.
 %prep
 %setup -q -n %{pdir}-%{version}
 
+mv t/20infinite.t{,.broken}
+
 %build
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
This page took 0.099063 seconds and 4 git commands to generate.