Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 14d88ce373e9dde924c94aed15880306 > files > 2

perl-Test-File-1.10-1mdk.src.rpm

%define real_name Test-File

Summary:	Test::File - test file attributes
Name:		perl-%{real_name}
Version:	1.10
Release:	1mdk
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{real_name}
Source0:	http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/%{real_name}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This modules provides a collection of test utilities for file
attributes.

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

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

%install
rm -rf %{buildroot}
%makeinstall_std

%clean 
rm -rf %{buildroot}

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

%changelog
* Thu Jul 14 2005 Oden Eriksson <oeriksson@mandriva.com> 1.10-1mdk
- initial Mandriva package