]> git.pld-linux.org Git - packages/perl-XML-Atom.git/blame - perl-XML-Atom.spec
- up to 0.22, rel 0.1, WIP
[packages/perl-XML-Atom.git] / perl-XML-Atom.spec
CommitLineData
cbe74a8f
MP
1#
2# Conditional build:
3%bcond_without autodeps # don't BR packages needed only for resolving deps
4%bcond_without tests # do not perform "make test"
5#
6%include /usr/lib/rpm/macros.perl
7%define pdir XML
8%define pnam Atom
adc19379
JB
9Summary: XML::Atom - Atom feed and API implementation
10Summary(pl): XML::Atom - implementacja API Atom
cbe74a8f 11Name: perl-XML-Atom
5ea931a6
MP
12Version: 0.22
13Release: 0.1
adc19379
JB
14# same as perl
15License: GPL v1+ or Artistic
cbe74a8f
MP
16Group: Development/Languages/Perl
17Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
adc19379 18URL: http://search.cpan.org/dist/XML-Atom/
cbe74a8f
MP
19BuildRequires: perl-devel >= 1:5.8.0
20BuildRequires: rpm-perlprov >= 4.1-13
5ea931a6 21%if %{with autodeps} && %{with tests}
cbe74a8f
MP
22BuildRequires: perl-DateTime
23%endif
cbe74a8f
MP
24BuildArch: noarch
25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
adc19379
JB
28Atom is a syndication, API, and archiving format for weblogs and other
29data. XML::Atom implements the feed format as well as a client for the
30API.
31
32%description -l pl
33