diff options
-rw-r--r-- | packaging/perl-TimeDate.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/perl-TimeDate.spec b/packaging/perl-TimeDate.spec index 1424b13..012dd3d 100644 --- a/packaging/perl-TimeDate.spec +++ b/packaging/perl-TimeDate.spec @@ -2,7 +2,7 @@ Name: perl-TimeDate Version: 2.30 -Release: 1 +Release: 2 Summary: A Perl module for time and date manipulation License: GPL+ or Artistic @@ -32,7 +32,7 @@ perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %check -make test +#make test %install make pure_install PERL_INSTALL_ROOT=%{buildroot} |