]> git.pld-linux.org Git - packages/perl-DateTime-Format-W3CDTF.git/blame - perl-DateTime-Format-W3CDTF.spec
- perl-XML-RSS-1.22 needs this
[packages/perl-DateTime-Format-W3CDTF.git] / perl-DateTime-Format-W3CDTF.spec
CommitLineData
40163936
SS
1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
5%include /usr/lib/rpm/macros.perl
6%define pdir DateTime
7%define pnam Format-W3CDTF
8Summary: DateTime::Format::W3CDTF - Parse and format W3CDTF datetime strings
9#Summary(pl):
10Name: perl-DateTime-Format-W3CDTF
11Version: 0.04
12Release: 0.1
13# same as perl
14License: GPL v1+ or Artistic
15Group: Development/Languages/Perl
16Source0: http://www.cpan.org/modules/by-authors/id/K/KE/KELLAN/DateTime-Format-W3CDTF-%{version}.tar.gz
17# Source0-md5: 5ad0a41bb5de08f9c16395ea311bb491
18BuildRequires: perl-devel >= 1:5.8.0
19BuildRequires: rpm-perlprov >= 4.1-13
20%if %{with tests}
21%endif
22BuildArch: noarch
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26This module understands the W3CDTF date/time format, an ISO 8601
27profile, defined at http://www.w3.org/TR/NOTE-datetime. This format as
28the native date format of RSS 1.0.
29
30It can be used to parse these formats in order to create the
31appropriate objects.
32
33
34
35# %description -l pl # TODO
36
37%prep
38%setup -q -n %{pdir}-%{pnam}-%{version}
39
40%build
41%{__perl} Makefile.PL \
42 INSTALLDIRS=vendor
43%{__make}
44
45%{?with_tests:%{__make} test}
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50%{__make} install \
51 DESTDIR=$RPM_BUILD_ROOT
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr(644,root,root,755)
58%doc Changes README
59%{perl_vendorlib}/DateTime/Format/*.pm
60%{_mandir}/man3/*
This page took 0.123074 seconds and 4 git commands to generate.