rpms/perl-MIME-Lite/devel perl-MIME-Lite.spec,1.6,1.7

Paul Howarth pghmcfc at fedoraproject.org
Fri Sep 5 16:02:07 UTC 2008


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-MIME-Lite/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31613

Modified Files:
	perl-MIME-Lite.spec 
Log Message:
* Fri Sep  2 2008 Paul Howarth <paul at city-fan.org> 3.01-7
- fix FTBFS (#449558)



Index: perl-MIME-Lite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-MIME-Lite/devel/perl-MIME-Lite.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- perl-MIME-Lite.spec	2 Feb 2008 19:23:13 -0000	1.6
+++ perl-MIME-Lite.spec	5 Sep 2008 16:01:36 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           perl-MIME-Lite
 Version:        3.01
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        MIME::Lite - low-calorie MIME generator
 
 Group:          Development/Libraries
@@ -11,8 +11,7 @@
 
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl >= 1:5.6.1
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 MIME::Lite is intended as a simple, standalone module for generating (not 
@@ -34,10 +33,10 @@
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -a \( -name .packlist \
   -o \( -name '*.bs' -a -empty \) \) -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
 
 
-%check || :
+%check
 make test
 
 
@@ -53,6 +52,9 @@
 
 
 %changelog
+* Fri Sep  2 2008 Paul Howarth <paul at city-fan.org> 3.01-7
+- fix FTBFS (#449558)
+
 * Sat Feb  2 2008 Tom "spot" Callaway <tcallawa at redhat.com> 3.01-6
 - rebuild for new perl
 




More information about the Fedora-perl-devel-list mailing list