rpms/perl-Text-CharWidth/F-8 perl-Text-CharWidth.spec,1.3,1.4

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


Author: athimm

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

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/F-8/perl-Text-CharWidth.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Text-CharWidth.spec	17 Oct 2007 04:06:22 -0000	1.3
+++ perl-Text-CharWidth.spec	25 Aug 2008 12:09:36 -0000	1.4
@@ -1,13 +1,12 @@
 Summary: Get number of occupied columns of a string on terminal
 Name: perl-Text-CharWidth
 Version: 0.04
-Release: 2%{?dist}.2
+Release: 5%{?dist}
 License: GPL+ or Artistic
 Group: Development/Libraries
 URL: http://search.cpan.org/dist/Text-CharWidth/
 Source0: http://search.cpan.org/CPAN/authors/id/K/KU/KUBOTA/Text-CharWidth-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(Test::Simple)
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -31,7 +30,7 @@
 find %{buildroot} -depth -type d -exec rmdir {} \;
 chmod -R u+w %{buildroot}
 
-%check || :
+%check
 make test
 
 %clean
@@ -46,6 +45,9 @@
 %{_mandir}/man3/Text::CharWidth.3pm*
 
 %changelog
+* 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