fix the testing for loop
This commit is contained in:
parent
d77766f2e9
commit
1ac19c2a6a
@ -5,7 +5,7 @@
|
|||||||
Name: perl-DateTime
|
Name: perl-DateTime
|
||||||
# must now be 0.xx00 to preserve upgrade path:
|
# must now be 0.xx00 to preserve upgrade path:
|
||||||
Version: %{DT_version}00
|
Version: %{DT_version}00
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Date and time objects
|
Summary: Date and time objects
|
||||||
License: Artistic 2.0 and (GPL+ or Artistic)
|
License: Artistic 2.0 and (GPL+ or Artistic)
|
||||||
@ -130,10 +130,10 @@ for d in DateTime-Locale-%{DTLocale_version} \
|
|||||||
cd $d
|
cd $d
|
||||||
./Build test
|
./Build test
|
||||||
cd -
|
cd -
|
||||||
|
done
|
||||||
cd DateTime-TimeZone-%{DTTimeZone_version}
|
cd DateTime-TimeZone-%{DTTimeZone_version}
|
||||||
make test
|
make test
|
||||||
cd -
|
cd -
|
||||||
done
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -150,6 +150,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{perl_vendorarch}/DateTime*.pm
|
%{perl_vendorarch}/DateTime*.pm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 24 2011 Iain Arnell <iarnell@gmail.com> 1:0.6600-6
|
||||||
|
- fix the testing for loop
|
||||||
|
|
||||||
* Sun Apr 24 2011 Iain Arnell <iarnell@gmail.com> 1:0.6600-5
|
* Sun Apr 24 2011 Iain Arnell <iarnell@gmail.com> 1:0.6600-5
|
||||||
- update DateTime::TimeZone to 1.33 (Olson 2011f)
|
- update DateTime::TimeZone to 1.33 (Olson 2011f)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user