auto-import changelog data from quota-3.01pre8-1.src.rpm
Fri Jul 20 2001 Preston Brown <pbrown@redhat.com> - more cleanups on 3.01pre8 Mon Jul 02 2001 Preston Brown <pbrown@redhat.com> - 3.01 version, everything has changed again. :(
This commit is contained in:
parent
57b342e63b
commit
4f79b09dae
@ -1 +1 @@
|
||||
quota-3.00-4.tar.gz
|
||||
quota-3.01-pre8.tar.gz
|
||||
|
||||
71
quota.spec
71
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}
|
||||
make install ROOTDIR=%{buildroot}
|
||||
|
||||
install *.1 %{buildroot}%{_mandir}/man1
|
||||
install *.2 %{buildroot}%{_mandir}/man2
|
||||
install *.8 %{buildroot}%{_mandir}/man8
|
||||
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 <pbrown@redhat.com>
|
||||
- more cleanups on 3.01pre8
|
||||
|
||||
* Mon Jul 2 2001 Preston Brown <pbrown@redhat.com>
|
||||
- 3.01 version, everything has changed again. :(
|
||||
|
||||
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
|
||||
- Bump release + rebuild.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user