]> git.pld-linux.org Git - packages/perl-DateTime.git/blame_incremental - perl-DateTime.spec
- by default do not perform tests (dependency loop with perl-DateTime-TimeZone)
[packages/perl-DateTime.git] / perl-DateTime.spec
... / ...
Content-type: text/html ]> git.pld-linux.org Git - packages/perl-DateTime.git/blame_incremental - perl-DateTime.spec


500 - Internal Server Error

Malformed UTF-8 character (fatal) at (eval 6) line 1, <$fd> line 36.
This page took 0.062489 seconds and 4 git commands to generate.
CommitLineData
1#
2# Conditional build:
3%bcond_with tests # do not perform "make test"
4#
5%include /usr/lib/rpm/macros.perl
6%define pdir DateTime
7Summary: DateTime - representation of date/time combinations
8Summary(pl): DateTime - reprezentacja kombinacji daty i czasu
9Name: perl-DateTime
10Version: 0.22
11Release: 1
12# same as perl
13License: GPL v1+ or Artistic
14Group: Development/Languages/Perl
15Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{version}.tar.gz
16# Source0-md5: b0655fce30830bc413791d260f5185c4
17URL: http://datetime.perl.org/
18%if %{with tests}
19BuildRequires: perl-Class-Factory
20BuildRequires: perl-DateTime-Locale
21BuildRequires: perl-DateTime-TimeZone
22BuildRequires: perl-Params-Validate
23%endif
24BuildRequires: perl-devel >= 1:5.8.0
25BuildRequires: rpm-perlprov >= 4.1-13
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
29DateTime is a class for the representation of date/time combinations,
30and is part of the Perl DateTime project. For details on this project
31please see <http://datetime.perl.org/>. The DateTime site has a FAQ
32which may help answer many "how do I do X?" questions. The FAQ is at
33<http://datetime.perl.org/faq.html>.
34
35%description -l pl
36