Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > 055d2127b84adb78aed4a901d7750014 > files > 2

quotatool-1.6.2-1.fc18.src.rpm

Name:           quotatool
Version:        1.6.2
Release:        1%{?dist}
Summary:        Command-line utility for filesystem quotas
License:        GPLv2
URL:            http://quotatool.ekenberg.se
Source0:        http://quotatool.ekenberg.se/%{name}-%{version}.tar.gz

%description
Quotatool is a utility to manipulate 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 CFLAGS="%{optflags}" %{?_smp_mflags}

%install
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_mandir}/man8
make INSTALL_PROGRAM="%{_bindir}/install -p" install DESTDIR=%{buildroot}

%files
%doc AUTHORS ChangeLog COPYING README TODO
%{_sbindir}/%{name}
%{_mandir}/man8/%{name}.8*

%changelog
* Fri Jul 05 2013 Christopher Meng <rpm@cicku.me> - 1.6.2-1
- Initial Package.