rpms/perl-Text-CharWidth/devel perl-Text-CharWidth.spec,1.5,1.6

Axel Thimm athimm at fedoraproject.org
Mon Aug 25 12:10:07 UTC 2008


Author: athimm

Update of /cvs/extras/rpms/perl-Text-CharWidth/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6500/perl-Text-CharWidth/devel

Modified Files:
	perl-Text-CharWidth.spec 
Log Message:
%%check || : does not work anymore. Fix some perl dependencies


Index: perl-Text-CharWidth.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-CharWidth/devel/perl-Text-CharWidth.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-Text-CharWidth.spec	6 Mar 2008 18:30:57 -0000	1.5
+++ perl-Text-CharWidth.spec	25 Aug 2008 12:09:36 -0000	1.6
@@ -1,7 +1,7 @@
 Summary: Get number of occupied columns of a string on terminal
 Name: perl-Text-CharWidth
 Version: 0.04
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPL+ or Artistic
 Group: Development/Libraries
 URL: http://search.cpan.org/dist/Text-CharWidth/
@@ -30,7 +30,7 @@
 find %{buildroot} -depth -type d -exec rmdir {} \;
 chmod -R u+w %{buildroot}
 
-%check || :
+%check
 make test
 
 %clean
@@ -45,11 +45,8 @@
 %{_mandir}/man3/Text::CharWidth.3pm*
 
 %changelog
-* Thu Mar  6 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.04-4
-- rebuild for new perl
-
-* Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.04-3.2
-- Autorebuild for GCC 4.3
+* Sun Aug 24 2008 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.04-5
+- %%check || : does not work anymore.
 
 * Wed Oct 17 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 0.04-2.2
 - add BR: perl(Test::Simple)




More information about the fedora-extras-commits mailing list