Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 6e0b308e129596cdb063994fc2866897 > files > 2

perl-Class-MakeMethods-1.006-3mdk.src.rpm

%define module  Class-MakeMethods
%define version 1.006
%define release 3mdk
%define	pdir	Class

Summary: 	%{module} module for perl
Name: 		perl-%{module}
Version: 	%{version}
Release: 	%{release}
License: 	GPL or Artistic
Group: 		Development/Perl
Source0: 	ftp://ftp.perl.org/pub/CPAN/modules/by-module/%{pdir}/%{module}-%{version}.tar.bz2
Url:            http://search.cpan.org/search?dist=%{module}
BuildArch: 	noarch
BuildRoot: 	%{_tmppath}/%{name}-buildroot
Requires: 	perl >= 5.005 , perl-base >= 5.005
BuildRequires:	perl-devel >= 5.005

%define _requires_exceptions perl(Class::MakeMethods::Template::Array)

%description
%{module} module for perl.  By passing arguments to "use
Class::MakeMethods ..." statements, you can select from a library of
hundreds of common types of methods, which are dynamically generated
and installed as subroutines in your module, simplifying the code for
your class.

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

%build
# use all defaults

CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
make
make test

%install
rm -rf $RPM_BUILD_ROOT

make PREFIX=$RPM_BUILD_ROOT%{_prefix} install

%clean 
rm -rf $RPM_BUILD_ROOT

%files
%defattr(444,root,root,755)
%doc README docs
%{perl_vendorlib}/Class/MakeMethods*
%_mandir/man*/*

%changelog
* Wed Jan 14 2004 Lenny Cartier <lenny@mandrakesoft.com> 1.006-3mdk
- remove perl(Class::MakeMethods::Template::Array) dependency

* Tue May 27 2003 Lenny Cartier <lenny@mandrakesoft.com> 1.006-2mdk
- fix install

* Thu May 15 2003 Lenny Cartier <lenny@mandrakesoft.com> 1.006-1mdk
- from Peter Chen <petechen@netilla.com> :
	- Initial packaging.