Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core-src > by-pkgid > b6e5b5c4e9635f4d9720bf5a9787283a > files > 2

perl-Quota-1.5.1-alt1.src.rpm

#
#   - Quota -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       Quota
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module Quota
%define m_distro Quota
%define m_name Quota
%define m_author_id unknown
%define _enable_test 1

Name: perl-Quota
Version: 1.5.1
Release: alt1

Summary: Perl interface to file system quotas

License: Artistic
Group: Development/Perl
Url: http://www.cpan.org

Packager: Mikhail Pokidko <pma@altlinux.ru>

Source: http://search.cpan.org//CPAN/authors/id/T/TO/TOMZO/%m_distro-%version.tar.gz

# Automatically added by buildreq on Wed Nov 15 2006
BuildRequires: perl-devel

%description
The Quota module provides access to file system quotas.
The quotactl system call or ioctl is used to query or set quotas
on the local host, or queries are submitted via RPC to a remote host.
Mount tables can be parsed with getmntent and paths can be
translated to device files (or whatever the actual quotactl
implementations needs as argument) of the according file system.

%prep
%setup -q -n %m_distro-%version
%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_privlib/*
%perl_vendor_man3dir/*

%changelog
* Wed Nov 15 2006 Mikhail Pokidko <pma@altlinux.ru> 1.5.1-alt1
- first build for ALT Linux Sisyphus