Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > cb2cbb05c5fe396e5539f39320a9b6b4 > files > 2

perl-Sub-Override-0.06-1mdk.src.rpm

%define module	Sub-Override
%define name	perl-%{module}
%define version	0.06
%define	release	1mdk

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Perl extension for easily overriding subroutines
License:	GPL or Artistic
Group:		Development/Perl
Source0:	%{module}-%{version}.tar.bz2
Url:		http://search.cpan.org/dist/%{module}
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	perl-devel

%description
Sub::Override is a perl module that allows the programmer to simply name a
subroutine to replace and to supply a sub to replace it with.

%prep
%setup -q -n %{module}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
make test

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean 
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc Changes README
%{perl_vendorlib}/Sub/Override.pm
%{_mandir}/*/*

%changelog
* Tue Jan 11 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 0.06-1mdk
- Initial MDK release.