rpms/perl-Text-WrapI18N/F-9 perl-Text-WrapI18N.spec,1.4,1.5

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


Author: athimm

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

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


Index: perl-Text-WrapI18N.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-WrapI18N/F-9/perl-Text-WrapI18N.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-Text-WrapI18N.spec	7 Mar 2008 02:19:57 -0000	1.4
+++ perl-Text-WrapI18N.spec	25 Aug 2008 12:09:37 -0000	1.5
@@ -1,14 +1,13 @@
 Summary: Line wrapping with support for several locale setups
 Name: perl-Text-WrapI18N
 Version: 0.06
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPL+ or Artistic
 Group: Development/Libraries
 URL: http://search.cpan.org/dist/Text-WrapI18N/
 Source0: http://search.cpan.org/CPAN/authors/id/K/KU/KUBOTA/Text-WrapI18N-%{version}.tar.gz
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: perl
 BuildRequires: perl(Text::CharWidth) >= 0.02
 BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(Test::Simple)
@@ -40,7 +39,7 @@
 find %{buildroot} -depth -type d -exec rmdir {} \;
 chmod -R u+w %{buildroot}
 
-%check || :
+%check
 make test
 
 %clean
@@ -53,8 +52,8 @@
 %{_mandir}/man3/Text::WrapI18N.3pm*
 
 %changelog
-* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.06-3.2
-Rebuild for new perl
+* Sun Aug 24 2008 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.06-4
+- %%check || : does not work anymore.
 
 * Wed Oct 17 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 0.06-2.2
 - add BR: perl(Test::Simple)




More information about the fedora-extras-commits mailing list