Chris Weyl 5ce8cca
Name:           perl-Class-Prototyped
Chris Weyl 5ce8cca
Version:        1.10
Chris Weyl 2058f73
Release:        2%{?dist}
Chris Weyl 5ce8cca
Summary:        Fast prototype-based OO programming in Perl
Chris Weyl 5ce8cca
License:        GPL or Artistic
Chris Weyl 5ce8cca
Group:          Development/Libraries
Chris Weyl 5ce8cca
URL:            http://search.cpan.org/dist/Class-Prototyped/
Chris Weyl 5ce8cca
Source0:        http://www.cpan.org/authors/id/T/TE/TEVERETT/Class-Prototyped-%{version}.tar.gz
Chris Weyl 5ce8cca
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Chris Weyl 5ce8cca
BuildArch:      noarch
Chris Weyl 5ce8cca
BuildRequires:  perl(Module::Build)
Chris Weyl 5ce8cca
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Chris Weyl 5ce8cca
Chris Weyl 5ce8cca
%description
Chris Weyl 5ce8cca
This package provides for efficient and simple prototype-based programming
Chris Weyl 5ce8cca
in Perl. You can provide different subroutines for each object, and also
Chris Weyl 5ce8cca
have objects inherit their behavior and state from another object.
Chris Weyl 5ce8cca
Chris Weyl 5ce8cca
%prep
Chris Weyl 5ce8cca
%setup -q -n Class-Prototyped-%{version}
Chris Weyl 5ce8cca
Chris Weyl 5ce8cca
%build
Chris Weyl 5ce8cca
%{__perl} Build.PL installdirs=vendor
Chris Weyl 5ce8cca
./Build
Chris Weyl 5ce8cca
Chris Weyl 5ce8cca
%install
Chris Weyl 5ce8cca
rm -rf %{buildroot}
Chris Weyl 5ce8cca
Chris Weyl 5ce8cca
./Build install destdir=%{buildroot} create_packlist=0
Chris Weyl 5ce8cca
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
Chris Weyl 5ce8cca
Chris Weyl 5ce8cca
%{_fixperms} %{buildroot}/*
Chris Weyl 5ce8cca
Chris Weyl 5ce8cca
%check
Chris Weyl 5ce8cca
./Build test
Chris Weyl 5ce8cca
Chris Weyl 5ce8cca
%clean
Chris Weyl 5ce8cca
rm -rf %{buildroot}
Chris Weyl 5ce8cca
Chris Weyl 5ce8cca
%files
Chris Weyl 5ce8cca
%defattr(-,root,root,-)
Chris Weyl 2058f73
%doc Changes README perf/ examples/ t/
Chris Weyl 5ce8cca
%{perl_vendorlib}/*
Chris Weyl 5ce8cca
%{_mandir}/man3/*
Chris Weyl 5ce8cca
Chris Weyl 5ce8cca
%changelog
Chris Weyl 2058f73
* Mon Apr 30 2007 Chris Weyl <cweyl@alumni.drew.edu> 1.10-2
Chris Weyl 2058f73
- bump
Chris Weyl 2058f73
Chris Weyl 5ce8cca
* Mon Apr 09 2007 Chris Weyl <cweyl@alumni.drew.edu> 1.10-1
Chris Weyl 5ce8cca
- Specfile autogenerated by cpanspec 1.70.