|
|
|
@ -1,17 +1,19 @@
|
|
|
|
|
Name: perl-aliased
|
|
|
|
|
Version: 0.22
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 0.30
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Use shorter versions of class names
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
URL: http://search.cpan.org/dist/aliased/
|
|
|
|
|
Source0: http://www.cpan.org/authors/id/O/OV/OVID/aliased-%{version}.tar.gz
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/O/OV/OVID/aliased-%{version}.tar.gz
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: perl(Module::Build)
|
|
|
|
|
BuildRequires: perl(Test::Pod::Coverage), perl(Test::Pod)
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
BuildRequires: perl(Module::Build)
|
|
|
|
|
BuildRequires: perl(Test::Pod)
|
|
|
|
|
BuildRequires: perl(Test::Pod::Coverage)
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
aliased is simple in concept but is a rather handy module. It loads the
|
|
|
|
|
class you specify and exports into your namespace a subroutine that returns
|
|
|
|
@ -47,6 +49,9 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Aug 22 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.30-1
|
|
|
|
|
- auto-update to 0.30 (by cpan-spec-update 0.01)
|
|
|
|
|
|
|
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|