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)