Sophie

Sophie

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

perl-UNIVERSAL-exports-0.03-1mdk.src.rpm

%define module	UNIVERSAL-exports
%define name	perl-%{module}
%define version	0.03
%define release	1mdk

Summary:	UNIVERSAL::exports module for perl 
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL or Artistic
Group:		Development/Perl
Source0:	http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/%{module}-%{version}.tar.bz2
URL:		http://www.cpan.org
Requires:	perl
BuildRequires:	perl-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch

%description
This is an alternative to Exporter intended to provide a universal, lightweight 
subset of its functionality.

%prep

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

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

%make

%install
rm -rf $RPM_BUILD_ROOT
%{makeinstall_std}

%clean 
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{perl_vendorlib}
%{_mandir}/man3/*

%changelog
* Thu Nov 16 2004 Oden Gaetan Lehmann <gaetan.lehmann@jouy.inra.fr> 0.03-1mdk
- initial contrib.