Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37588174
en ru br
ALT Linux repos
S:1.8.2-alt1
5.0: 1.5.1-alt2
4.1: 1.5.1-alt1
4.0: 1.5.1-alt1

Group :: Development/Perl
RPM: perl-Quota

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define dist Quota
Name: perl-%dist
Version: 1.8.2
Release: alt1

Summary: Perl interface to file system quotas
License: GPL or Artistic
Group: Development/Perl

URl: %CPAN %dist
Source0: http://www.cpan.org/authors/id/T/TO/TOMZO/%{dist}-%{version}.tar.gz

BuildRequires: perl-devel libtirpc-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 %{dist}-%{version}

# fixup for Linux 3.x

sed -i- 's/Linux 2/Linux/' Makefile.PL

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc CHANGES README contrib
%perl_vendor_archlib/Quota*
%perl_vendor_autolib/Quota

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin