- Specfile autogenerated by cpanspec 1.78.

f38
Marcela Mašláňová 15 years ago
parent 928a3b2b81
commit 0e93f14727

@ -0,0 +1 @@
Class-ISA-0.36.tar.gz

@ -0,0 +1,52 @@
Name: perl-Class-ISA
Version: 0.36
Release: 1%{?dist}
Summary: Report the search path for a class's ISA tree
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Class-ISA/
Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/Class-ISA-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
Suppose you have a class (like Food::Fish::Fishstick) that is derived, via
its @ISA, from one or more superclasses (as Food::Fish::Fishstick is from
Food::Fish, Life::Fungus, and Chemicals), and some of those superclasses
may themselves each be derived, via its @ISA, from one or more superclasses
(as above).
%prep
%setup -q -n Class-ISA-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/*
%check
make test
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc ChangeLog README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Mon May 03 2010 Marcela Mašláňová <mmaslano@redhat.com> 0.36-1
- Specfile autogenerated by cpanspec 1.78.

@ -0,0 +1 @@
3a2ad203c8dc87d6c9de16215d00af47 Class-ISA-0.36.tar.gz
Loading…
Cancel
Save