]> git.pld-linux.org Git - packages/perl-DateTime-Format-W3CDTF.git/blame - perl-DateTime-Format-W3CDTF.spec
- pl
[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
d474d473 9Summary(pl.UTF-8): DateTime::Format::W3CDTF - analizowanie i formatowanie łańcuchów dat W3CDTF
40163936
SS
10Name: perl-DateTime-Format-W3CDTF
11Version: 0.04
12Release: 0.1
13# same as perl
14License: GPL v1+ or Artistic
15Group: Development/Languages/Perl
d474d473 16Source0: http://www.cpan.org/modules/by-authors/id/K/KE/KELLAN/%{pdir}-%{pnam}-%{version}.tar.gz
40163936 17# Source0-md5: 5ad0a41bb5de08f9c16395ea311bb491
d474d473 18URL: http://search.cpan.org/dist/DateTime-Format-W3CDTF/
40163936
SS
19BuildRequires: perl-devel >= 1:5.8.0
20BuildRequires: rpm-perlprov >= 4.1-13
40163936
SS
21BuildArch: noarch
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25This module understands the W3CDTF date/time format, an ISO 8601
d474d473
JB
26profile, defined at <http://www.w3.org/TR/NOTE-datetime>. This format
27as the native date format of RSS 1.0.
40163936
SS
28
29It can be used to parse these formats in order to create the
30appropriate objects.
31
d474d473
JB
32%description -l pl.UTF-8
33Ten moduł rozumie format daty/czasu W3CDTF w profilu ISO 8601,
34zdefiniowany w <http://www.w3.org/TR/NOTE-datetime>. Jest to natywny
35format daty w RSS 1.0.
40163936 36
d474d473
JB
37Moduł można wykorzystać do analizy tych formatów w celu utworzenia
38odpowiednich obiektów.
40163936
SS
39
40%prep
41%setup -q -n %{pdir}-%{pnam}-%{version}
42
43%build
44%{__perl} Makefile.PL \
45 INSTALLDIRS=vendor
46%{__make}
47
48%{?with_tests:%{__make} test}
49
50%install
51rm -rf $RPM_BUILD_ROOT
52
53%{__make} install \
54 DESTDIR=$RPM_BUILD_ROOT
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files
60%defattr(644,root,root,755)
61%doc Changes README
62%{perl_vendorlib}/DateTime/Format/*.pm
63%{_mandir}/man3/*
This page took 0.053192 seconds and 4 git commands to generate.