Author: glen Date: Tue Aug 22 16:12:27 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - package DateTime/Event dir - add more test BR - t/infinitive.t works now - rel 2
---- Files affected: SPECS: perl-DateTime.spec (1.18 -> 1.19) ---- Diffs: ================================================================ Index: SPECS/perl-DateTime.spec diff -u SPECS/perl-DateTime.spec:1.18 SPECS/perl-DateTime.spec:1.19 --- SPECS/perl-DateTime.spec:1.18 Sat Aug 12 18:34:33 2006 +++ SPECS/perl-DateTime.spec Tue Aug 22 18:12:22 2006 @@ -9,7 +9,7 @@ Summary(pl): DateTime - reprezentacja kombinacji daty i czasu Name: perl-DateTime Version: 0.34 -Release: 1 +Release: 2 Epoch: 1 # same as perl License: GPL v1+ or Artistic @@ -18,6 +18,8 @@ # Source0-md5: 71285d93eba0f92e3285a9e011fc33e1 URL: http://datetime.perl.org/ %if %{with tests} +BuildRequires: perl-DateTime-Format-ICal +BuildRequires: perl-DateTime-Format-Strptime >= 1.0400 BuildRequires: perl-DateTime-Locale >= 0.21 BuildRequires: perl-DateTime-TimeZone >= 1:0.38 BuildRequires: perl-Params-Validate >= 0.76 @@ -44,8 +46,6 @@ %prep %setup -q -n %{pdir}-%{version} -mv t/20infinite.t{,.broken} - %build %{__perl} Makefile.PL \ INSTALLDIRS=vendor @@ -60,7 +60,7 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{perl_vendorlib}/DateTime/Format +install -d $RPM_BUILD_ROOT%{perl_vendorlib}/DateTime/{Event,Format} %clean rm -rf $RPM_BUILD_ROOT @@ -70,6 +70,7 @@ %doc Changes README CREDITS TODO leaptab.txt %{perl_vendorarch}/DateTime*pm %{perl_vendorarch}/DateTime/*.pm +%dir %{perl_vendorlib}/DateTime/Event %{perl_vendorarch}/auto/DateTime/DateTime.bs %dir %{perl_vendorarch}/auto/DateTime %{perl_vendorlib}/DateTime/* @@ -82,6 +83,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.19 2006/08/22 16:12:22 glen +- package DateTime/Event dir +- add more test BR +- t/infinitive.t works now +- rel 2 + Revision 1.18 2006/08/12 16:34:33 migo - up to 0.34 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-DateTime.spec?r1=1.18&r2=1.19&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
