]> git.pld-linux.org Git - packages/perl-DateTime.git/commitdiff
- 0.32 (Epoch: 1 due 0.2901 being "newer")
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 27 Jul 2006 17:19:24 +0000 (17:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-DateTime.spec -> 1.16

perl-DateTime.spec

index 37ea29a80bc7711924ff0cc554b4a80e28911087..5c8abb95e0aa81c914d25a0a3e6d488e560f90fa 100644 (file)
@@ -1,14 +1,15 @@
 #
 # 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
@@ -17,7 +18,7 @@ Source0:      http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{version}.tar.gz
 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.22137 seconds and 4 git commands to generate.