Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 92c6d6a4c6cd8865ab91d762b36a44c4 > files > 2

quotatool-1.4.3-1mdk.src.rpm

%define name    quotatool
%define version 1.4.3
%define release 1mdk

%define summary Utility for setting filesystem quotas from the command line.

Summary:		%summary
Name:			%name
Version:		%version
Release:		%release
License:		GPL
Group:			System/Configuration/Other
URL:			http://quotatool.ekenberg.se/
Source0:		%name-%version.tar.bz2
BuildRoot:		%_tmppath/%name-buildroot

%description
Quotatool is a utility to set filesystem quotas from the commandline. Most
quota-utilities are interactive, requiring manual intervention from the user.
Quotatool on the other hand is not, making it suitable for use in scripts and
other non-interactive situations.

%prep
%setup -q

%build
%configure
%make

%install
rm -rf %buildroot
%__mkdir -p %buildroot/%{_bindir}
%__mkdir -p %buildroot/%{_mandir}/man8

%makeinstall

%clean
rm -rf %buildroot

%files
%defattr(-,root,root)
%doc COPYING README INSTALL AUTHORS
%_bindir/*
%_mandir/*/*

%changelog
* Fri Oct 30 2003 Tibor Pittich <Tibor.Pittich@phuture.sk> 1.4.3-1mdk
- new version

* Fri Oct 24 2003 Tibor Pittich <Tibor.Pittich@phuture.sk> 1.4.2-1mdk
- new version

* Tue Sep 30 2003 Tibor Pittich <Tibor.Pittich@phuture.sk> 1.4.0-1mdk
- new version, thanks Oden

* Sat Aug 1 2003 Tibor Pittich <Tibor.Pittich@phuture.sk> 1.3.2-1mdk
- initial contrib import