rpms/perl-Time-modules/EL-5 perl-Time-modules.spec,1.8,1.9

Xavier Bachelot xavierb at fedoraproject.org
Sat May 31 13:11:57 UTC 2008


Author: xavierb

Update of /cvs/pkgs/rpms/perl-Time-modules/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12201/EL-5

Modified Files:
	perl-Time-modules.spec 
Log Message:
remove '|| :' from %check


Index: perl-Time-modules.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Time-modules/EL-5/perl-Time-modules.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- perl-Time-modules.spec	13 Feb 2008 23:52:33 -0000	1.8
+++ perl-Time-modules.spec	31 May 2008 13:09:52 -0000	1.9
@@ -1,11 +1,11 @@
 Name: perl-Time-modules
 Version: 2003.1126
-Release: 4%{?dist}.1
+Release: 5%{?dist}
 Summary: Perl modules for parsing dates and times       
 Group: Development/Libraries
 License: Copyright only and Public Domain
 URL: http://search.cpan.org/dist/Time-modules/
-Source0: http://www.cpan.org/authors/id/M/MU/MUIR/modules/Time-modules-2003.1126.tar.gz
+Source0: http://www.cpan.org/authors/id/M/MU/MUIR/modules/Time-modules-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 BuildRequires:  perl
@@ -18,7 +18,7 @@
 These modules can be useful for parsing and manipulating dates and times.
 
 %prep
-%setup -q -n Time-modules-2003.1126
+%setup -q -n Time-modules-%{version}
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -31,7 +31,7 @@
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-%check || :
+%check
 make test
 
 %clean
@@ -44,6 +44,10 @@
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat May  31 2008 Xavier Bachelot <xavier at bachelot.org> 2003.1126-5
+- Remove '|| :' from %%check
+- Use %%{version} in Source: tag and %%setup
+
 * Wed Oct 17 2007 Tom "spot" Callaway <tcallawa at redhat.com> 2003.1126-4.1
 - correct license tag
 - add BR: perl(ExtUtils::MakeMaker)




More information about the Fedora-perl-devel-list mailing list