]> git.pld-linux.org Git - packages/perl-Date-Simple.git/blame - perl-Date-Simple.spec
- new
[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
11Version: 1.03
12Release: 1
13License: GPL v2+ or Artistic
14Group: Development/Languages/Perl
15Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
16# Source0-md5: 07cdc013b4f5b9c0c76757164404d0b6
17BuildRequires: perl-devel >= 5.8.0
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