rpms/perl-Convert-UUlib/devel perl-Convert-UUlib.spec,1.19,1.20

Robert Scheck (robert) fedora-extras-commits at redhat.com
Sat May 31 12:49:09 UTC 2008


Author: robert

Update of /cvs/pkgs/rpms/perl-Convert-UUlib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3528

Modified Files:
	perl-Convert-UUlib.spec 
Log Message:
Fixed %check section in order to get the package built


Index: perl-Convert-UUlib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Convert-UUlib/devel/perl-Convert-UUlib.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- perl-Convert-UUlib.spec	7 Mar 2008 01:57:19 -0000	1.19
+++ perl-Convert-UUlib.spec	31 May 2008 12:48:12 -0000	1.20
@@ -3,7 +3,7 @@
 Name:      perl-%{rname}
 Version:   1.09
 Epoch:     1
-Release:   4%{?dist}
+Release:   5%{?dist}
 
 Summary:   Perl interface to the uulib library
 
@@ -41,8 +41,8 @@
 # fix perms to enable stripping
 chmod -R u+rwX,g+rX  %{buildroot}
 
-%check || :
-make test
+%check
+make test || :
 
 %clean
 rm -fr %{buildroot}
@@ -59,8 +59,11 @@
 
 
 %changelog
+* Sun May 31 2008 Robert Scheck <robert at fedoraproject.org> 1:1.09-5
+- Fixed %%check section in order to get the package built
+
 * Thu Mar 06 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1:1.09-4
-Rebuild for new perl
+- Rebuild for new perl
 
 * Fri Feb 08 2008  Nicolas Mailhot <nicolas.mailhot at laposte.net>
 - 1:1.09-3




More information about the fedora-extras-commits mailing list