Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37042364
en ru br
ALT Linux repos
S:2.05-alt1
5.0: 1.03-alt1
4.1: 1.03-alt1
4.0: 1.03-alt1

Group :: Development/Perl
RPM: perl-Readonly

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
BuildRequires: perl(Module/Build.pm) perl(Module/Build/Tiny.pm)
%define dist Readonly
%def_without bootstrap

Name: perl-%dist
Version: 2.04
Release: alt1

Summary: Readonly - facility for creating read-only scalars, arrays, hashes
License: Perl
Group: Development/Perl

URL: %CPAN %dist
Source: http://www.cpan.org/authors/id/S/SA/SANKO/Readonly-%{version}.tar.gz

BuildArch: noarch

%if_without bootstrap
Requires: perl-Readonly-XS
BuildRequires: perl-Readonly-XS
%endif

BuildRequires: perl-devel

%description
This is a facility for creating non-modifiable variables. This is useful
for configuration files, headers, etc. It can also be useful as a
development and debugging tool, for catching updates to variables that
should not be changed.

%prep
%setup -n %dist-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc README.md
%perl_vendor_privlib/Readonly*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin