Sophie

Sophie

distrib > Fedora > 16 > x86_64 > media > os-src > by-pkgid > c2dccb777e0def68d6123acfc498ab0d > files > 2

quotatool-1.4.11-9.fc15.src.rpm

Name:           quotatool
Version:        1.4.11
Release:        9%{?dist}
Summary:        A utility to set filesystem quotas

Group:          Applications/System
License:        GPLv2
URL:            http://quotatool.ekenberg.se
Source0:        http://quotatool.ekenberg.se/%{name}-%{version}.tar.gz

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
Quotatool is a utility to set filesystem quotas from the commandline.
It is suitable for use in scripts and other non-interactive situations.

%prep
%setup -q

%build
cp -p /usr/lib/rpm/config.{guess,sub} tools/
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8

make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README TODO COPYING ChangeLog
%{_bindir}/quotatool
%{_mandir}/man8/quotatool.8.gz

%changelog
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.11-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

* Thu Sep 29 2009 Xia Shing Zee <XiaShing@gmail.com> 1.4.11-8
- New version release from upstream which honors DESTDIR. Previously needed patch removed.

* Thu Sep 17 2009 Xia Shing Zee <XiaShing@gmail.com> 1.4.10-7
- Line 'cp -p /usr/lib/rpm/config.{guess,sub} /tools' placed in wrong position. Fixed.

* Thu Sep 17 2009 Xia Shing Zee <XiaShing@gmail.com> 1.4.10-6
- Line added in %%configure to fix ppc64 failed build

* Wed Sep 16 2009 Xia Shing Zee <XiaShing@gmail.com> 1.4.10-5
- Makefile and Makefile.old in wrong order.

* Wed Sep 16 2009 Xia Shing Zee <XiaShing@gmail.com> 1.4.10-4
- Makefile.patch was renamed
- Source0 editted to be consistent with the name and version of the package
- %%patch editted to make a backup of the Makefile
- New Makefile sent to upstream
- rm -rf $RPM_BUILD_ROOT was removed from %%install

* Tue Sep 08 2009 Xia Shing Zee <XiaShing@gmail.com> 1.4.10-3
- Fixed some changelog and spec file errors

* Thu Sep 03 2009  Xia Shing Zee <XiaShing@gmail.com> 1.4.10-2
- Comments added above Patch0. %%doc cleaned up.

* Thu Sep 03 2009 Xia Shing Zee <XiaShing@gmail.com> 1.4.10-1
- Initial RPM release