rpms/perl-Time-modules/F-8 perl-Time-modules.spec,1.7,1.8

Xavier Bachelot (xavierb) fedora-extras-commits at redhat.com
Sat May 31 13:12:11 UTC 2008


Author: xavierb

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

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


Index: perl-Time-modules.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Time-modules/F-8/perl-Time-modules.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- perl-Time-modules.spec	17 Oct 2007 04:17:56 -0000	1.7
+++ perl-Time-modules.spec	31 May 2008 13:10:27 -0000	1.8
@@ -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-extras-commits mailing list