From 4f79b09dae65b4c6512924050cec87fd47c98376 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 11:05:06 +0000 Subject: auto-import changelog data from quota-3.01pre8-1.src.rpm Fri Jul 20 2001 Preston Brown - more cleanups on 3.01pre8 Mon Jul 02 2001 Preston Brown - 3.01 version, everything has changed again. :( --- diff --git a/.cvsignore b/.cvsignore index f4c0181..5cb502c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -quota-3.00-4.tar.gz +quota-3.01-pre8.tar.gz diff --git a/quota.spec b/quota.spec index 80030c4..b58e2de 100644 --- a/quota.spec +++ b/quota.spec @@ -1,12 +1,14 @@ Name: quota Summary: System administration tools for monitoring users' disk usage. -Version: 3.00 -Release: 5 +Version: 3.01pre8 +Release: 1 Serial: 1 -Source0: ftp://atrey.karlin.mff.cuni.cz/pub/local/jack/quota/utils/%{name}-3.00-4.tar.gz -Copyright: BSD +Source0: http://prdownloads.sourceforge.net/linuxquota/%{name}-3.01-pre8.tar.gz +License: BSD Group: System Environment/Base -Patch0: quota-3.00-redhat.patch +Patch1: quota-3.01-wqmessage.patch +Patch2: quota-3.01-buildroot.patch +Patch3: quota-3.01-fixes.patch BuildRoot: %{_tmppath}/%{name}-root Requires: kernel >= 2.4 BuildPreReq: e2fsprogs-devel @@ -19,53 +21,56 @@ Install quota if you want to monitor and/or limit user/group disk usage. %prep -%setup -q - -%patch0 -p1 -b .redhat +%setup -q -n quota-tools +%patch1 -p1 -b .wqmessage +%patch2 -p1 -b .buildroot +%patch3 -p1 -b .fixes %build -make CFLAGS="$RPM_OPT_FLAGS" RPC=1 RPC_SERVER=1 ALT_FORMAT=1 +%configure +make %install rm -fr %{buildroot} - mkdir -p %{buildroot}/sbin -mkdir -p %{buildroot}%{_bindir} -mkdir -p %{buildroot}%{_mandir} +mkdir -p %{buildroot}%{_sysconfdir} mkdir -p %{buildroot}%{_sbindir} +mkdir -p %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_mandir}/{man1,man2,man3,man8} -install convertquota %{buildroot}/sbin -install quotacheck %{buildroot}/sbin -install quotaon %{buildroot}/sbin -ln -s /sbin/quotaon %{buildroot}/sbin/quotaoff -install quota %{buildroot}%{_bindir} -install edquota %{buildroot}%{_sbindir} -install quotastats %{buildroot}%{_sbindir} -install repquota %{buildroot}%{_sbindir} -install setquota %{buildroot}%{_sbindir} -install rpc.rquotad %{buildroot}%{_sbindir} - -install *.1 %{buildroot}%{_mandir}/man1 -install *.2 %{buildroot}%{_mandir}/man2 -install *.8 %{buildroot}%{_mandir}/man8 +make install ROOTDIR=%{buildroot} + +install -m 644 warnquota.conf %{buildroot}%{_sysconfdir} + +# we don't support XFS yet +rm -f %{buildroot}%{_sbindir}/quot +rm -f %{buildroot}%{_sbindir}/xqmstats +rm -f %{buildroot}%{_mandir}/man8/quot.* %find_lang %{name} %clean -rm -rf %{buildroot}} +rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root) -#%config(noreplace) /etc/warnquota.conf -/sbin/* -%{_bindir}/* -%{_sbindir}/* -%{_mandir}/man1/* -%{_mandir}/man2/* -%{_mandir}/man8/* +%config(noreplace) %{_sysconfdir}/warnquota.conf +%attr(0755,root,root) /sbin/* +%attr(0755,root,root) %{_bindir}/* +%attr(0755,root,root) %{_sbindir}/* +%{_includedir}/rpcsvc/* +%attr(0644,root,root) %{_mandir}/man1/* +%attr(0644,root,root) %{_mandir}/man2/* +%attr(0644,root,root) %{_mandir}/man3/* +%attr(0644,root,root) %{_mandir}/man8/* %changelog +* Fri Jul 20 2001 Preston Brown +- more cleanups on 3.01pre8 + +* Mon Jul 2 2001 Preston Brown +- 3.01 version, everything has changed again. :( + * Sun Jun 24 2001 Elliot Lee - Bump release + rebuild. diff --git a/sources b/sources index 09af852..29c1b69 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fe4c8658ced915d0ff58d363c281b36b quota-3.00-4.tar.gz +ff508f8fa93b44ef76d3d0ea3da3d067 quota-3.01-pre8.tar.gz