From 3b88067207fbc85fd3a673a21659c16c9269e448 Mon Sep 17 00:00:00 2001 From: athimm Date: Mon, 25 Aug 2008 12:09:36 +0000 Subject: [PATCH] %%check || : does not work anymore. Fix some perl dependencies --- perl-Text-CharWidth.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/perl-Text-CharWidth.spec b/perl-Text-CharWidth.spec index 8054d16..b953ce9 100644 --- a/perl-Text-CharWidth.spec +++ b/perl-Text-CharWidth.spec @@ -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} -type f \( -name .packlist -or -name perllocal.pod \ find %{buildroot} -depth -type d -exec rmdir {} \; chmod -R u+w %{buildroot} -%check || : +%check make test %clean @@ -45,11 +45,8 @@ rm -rf %{buildroot} %{_mandir}/man3/Text::CharWidth.3pm* %changelog -* Thu Mar 6 2008 Tom "spot" Callaway - 0.04-4 -- rebuild for new perl - -* Mon Feb 18 2008 Fedora Release Engineering - 0.04-3.2 -- Autorebuild for GCC 4.3 +* Sun Aug 24 2008 Axel Thimm - 0.04-5 +- %%check || : does not work anymore. * Wed Oct 17 2007 Tom "spot" Callaway - 0.04-2.2 - add BR: perl(Test::Simple)