]> git.pld-linux.org Git - packages/perl-UNIVERSAL-exports.git/blame - perl-UNIVERSAL-exports.spec
- ver. 0.05
[packages/perl-UNIVERSAL-exports.git] / perl-UNIVERSAL-exports.spec
CommitLineData
52f3df97 1#
2# Conditional build:
61516459 3%bcond_without tests # do not perform "make test"
df05c32f 4#
52f3df97 5%include /usr/lib/rpm/macros.perl
5ea42188 6%define pdir UNIVERSAL
7%define pnam exports
1776e7ac 8Summary: UNIVERSAL::exports - lightweight, universal exporting of variables
1ddf4833 9Summary(pl): UNIVERSAL::exports - lekkie, uniwersalne eksportowanie zmiennych
52f3df97 10Name: perl-UNIVERSAL-exports
8f07d5ab 11Version: 0.05
12Release: 1
df05c32f 13License: unknown
52f3df97 14Group: Development/Languages/Perl
15Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
8f07d5ab 16# Source0-md5: 4378f0e385c47829584486468414fde9
2bf38734 17URL: http://search.cpan.org/dist/UNIVERSAL-exports/
f8a1dc99 18BuildRequires: perl-devel >= 1:5.8.0
52f3df97 19BuildRequires: rpm-perlprov >= 4.1-13
61516459 20%if %{with tests}
52f3df97 21BuildRequires: perl-Exporter-Lite >= 0.01
22%endif
2bf38734 23Requires: perl-UNIVERSAL-require
52f3df97 24BuildArch: noarch
25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
79eba8f1 28This is an alternative to Exporter intended to provide a universal,
1776e7ac 29lightweight subset of its functionality. It uses Exporter::Lite, so
79eba8f1 30look there for details.
52f3df97 31
1ddf4833
JB
32%description -l pl
33