]> git.pld-linux.org Git - packages/perl-Readonly.git/blame - perl-Readonly.spec
- pl summary/description; release 2
[packages/perl-Readonly.git] / perl-Readonly.spec
CommitLineData
6641ad41 1#
2# Conditional build:
3# _without_tests - do not perform "make test"
4#
5%include /usr/lib/rpm/macros.perl
6%define pdir Readonly
0253e1f2 7Summary: Readonly - Facility for creating read-only scalars, arrays, hashes
8Summary(pl): Readonly - Udogodnienie do tworzenia zmiennych tylko do odczytu
6641ad41 9Name: perl-Readonly
10Version: 0.07
0253e1f2 11Release: 2
6641ad41 12License: GPL/Artistic
13Group: Development/Languages/Perl
14Source0: ftp://ftp.cpan.org/pub/CPAN/authors/id/R/RO/ROODE/%{pdir}-%{version}.tar.gz
15BuildRequires: rpm-perlprov >= 3.0.3-16
16BuildRequires: perl >= 5.6.1
17%if %{?_without_tests:0}%{!?_without_tests:1}
18BuildRequires: perl-Test-Simple
19BuildRequires: perl-Test-Harness
20%endif
21BuildArch: noarch
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24
25%description
26This is a facility for creating non-modifiable variables. This is
27useful for configuration files, headers, etc. It can also be useful as
28a development and debugging tool, for catching updates to variables that
29should not be changed.
30
0253e1f2 31%description -l pl
32