- add perl_default_filter, etc
- minor spec updates
This commit is contained in:
parent
ee2ad27cca
commit
426ec963e3
@ -1,14 +1,15 @@
|
||||
Name: perl-Readonly
|
||||
Version: 1.03
|
||||
Release: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
Summary: Facility for creating read-only scalars, arrays, hashes
|
||||
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/Readonly/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/R/RO/ROODE/Readonly-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Test::More)
|
||||
|
||||
@ -16,13 +17,15 @@ BuildRequires: perl(Test::More)
|
||||
# require it.
|
||||
Requires: perl(Readonly::XS)
|
||||
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
%{?perl_default_filter}
|
||||
%{?perl_default_subpackage_tests}
|
||||
|
||||
%description
|
||||
Readonly.pm provides a facility for creating non-modifiable scalars,
|
||||
arrays, and hashes.
|
||||
Readonly provides a facility for creating non-modifiable scalars,
|
||||
arrays, and hashes. Any attempt to modify a Readonly variable throws
|
||||
an exception.
|
||||
|
||||
Readonly.pm
|
||||
Readonly:
|
||||
* Creates scalars, arrays (not lists), and hashes.
|
||||
* Creates variables that look and work like native perl variables.
|
||||
* Creates global or lexical variables.
|
||||
@ -68,6 +71,10 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Feb 21 2010 Chris Weyl <cweyl@alumni.drew.edu> 1.03-12
|
||||
- add perl_default_filter, etc
|
||||
- minor spec updates
|
||||
|
||||
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.03-11
|
||||
- rebuild against perl 5.10.1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user