%%check || : does not work anymore. Fix some perl dependencies

This commit is contained in:
athimm 2008-08-25 12:09:36 +00:00
parent fbffe6a8e7
commit 3b88067207

View File

@ -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 <tcallawa@redhat.com> - 0.04-4
- rebuild for new perl
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.04-3.2
- Autorebuild for GCC 4.3
* Sun Aug 24 2008 Axel Thimm <Axel.Thimm@ATrpms.net> - 0.04-5
- %%check || : does not work anymore.
* Wed Oct 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.04-2.2
- add BR: perl(Test::Simple)