]> git.pld-linux.org Git - packages/perl-Date-Simple.git/blame - perl-Date-Simple.spec
- rel. 2
[packages/perl-Date-Simple.git] / perl-Date-Simple.spec
CommitLineData
43555bae
JB
1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
5%include /usr/lib/rpm/macros.perl
6%define pdir Date
7%define pnam Simple
8Summary: Date::Simple - a simple date object
9Summary(pl): Date::Simple - prosty obiekt daty
10Name: perl-Date-Simple
ceb973c6 11Version: 3.01
9ec18789 12Release: 2
43555bae
JB
13License: GPL v2+ or Artistic
14Group: Development/Languages/Perl
ceb973c6
AG
15Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
16# Source0-md5: 66133a8738dd7ef46f7008339a86f41d
f2da8179 17BuildRequires: perl-devel >= 1:5.8.0
43555bae
JB
18BuildRequires: rpm-perlprov >= 4.1-13
19BuildArch: noarch
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23This module may be used to create simple date objects. It only handles
24dates within the range of Unix time. It will only allow the creation
25of objects for valid dates. Attempting to create an invalid date will
26return undef.
27
28%description -l pl
29