Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > fdfc00e3a258c0e64b43db765d2116ed > files > 2

perl-Filesys-Statvfs_Statfs_Df-0.79-2mdv2007.1.src.rpm

%define	module	Filesys-Statvfs_Statfs_Df
%define fmodule Filesys/Statvfs_Statfs_Df
%define	name	perl-%{module}
%define	version	0.79
%define	release	%mkrel 2

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Interface between Perl and the statvfs() system call
License:	GPL or Artistic
Group:		Development/Perl
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Filesys/%{module}-%{version}.tar.gz
URL:		http://search.cpan.org/dist/%{module}
BuildRequires:	perl-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
Filesys::Statvfs provides an interface between
Perl and the statvfs() system call.

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

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

%check
%make test

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

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


%changelog
* Fri Dec 29 2006 Anssi Hannula <anssi@mandriva.org> 0.79-2mdv2007.0
+ Revision: 102581
- rebuild

  + Guillaume Rousse <guillomovitch@mandriva.org>
    - Import perl-Filesys-Statvfs_Statfs_Df



* Thu Apr 20 2006 Nicolas Lécureuil <neoclust@mandriva.org> 0.79-1mdk
- New release 0.79
- Fix Source

* Tue Dec 20 2005 Nicolas Lécureuil <neoclust@mandriva.org> 0.78-2mdk
- Fix BuildRequires

* Tue Dec 20 2005 Thierry Vignaud <tvignaud@mandriva.com> 0.78-1mdk
- first MDV release