]> git.pld-linux.org Git - packages/perl-Readonly.git/blame - perl-Readonly.spec
- massive attack s/pld.org.pl/pld-linux.org/
[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
3f73dd99 10Version: 1.01
8ece6d6a 11Release: 2
6641ad41 12License: GPL/Artistic
13Group: Development/Languages/Perl
631ec0e5 14Source0: http://www.cpan.org/authors/id/R/RO/ROODE/%{pdir}-%{version}.tar.gz
8ece6d6a 15BuildRequires: rpm-perlprov >= 4.1-13
e89d9545 16BuildRequires: perl-devel >= 5.6.1
6641ad41 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