2 |
%define name e-smith-quota |
%define name e-smith-quota |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 1.10.0 |
%define version 1.10.0 |
5 |
%define release 6 |
%define release 9 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
11 |
Patch0: e-smith-quota-1.10.0.sort.patch |
Patch0: e-smith-quota-1.10.0.sort.patch |
12 |
Patch1: e-smith-quota-1.10.0-UntaintAccountName.patch |
Patch1: e-smith-quota-1.10.0-UntaintAccountName.patch |
13 |
Patch2: e-smith-quota-1.10.0-Limits.patch |
Patch2: e-smith-quota-1.10.0-Limits.patch |
14 |
|
Patch3: e-smith-quota-1.10.0-multipartquota.patch |
15 |
|
Patch4: e-smith-quota-1.10.0-Untaint-acct-before-using-in-system.patch |
16 |
|
Patch5: e-smith-quota-1.10.0-tags2general.patch |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
19 |
Requires: e-smith-base >= 4.9.129, quota >= 3, perl-Quota |
Requires: e-smith-base >= 4.9.129, quota >= 3, perl-Quota |
20 |
Requires: e-smith-lib >= 1.13.1 |
Requires: e-smith-lib >= 1.13.1 |
21 |
|
Requires: e-smith-formmagick >= 1.4.0-9 |
22 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
23 |
BuildRequires: gettext |
BuildRequires: gettext |
24 |
AutoReqProv: no |
AutoReqProv: no |
27 |
e-smith server and gateway software - quota module. |
e-smith server and gateway software - quota module. |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> 1.10.0-6 |
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.10.0-9 |
31 |
- Remove unnecessary build dependency |
- Remove <base> tags now in general [SME: 3927] |
32 |
|
|
33 |
|
* Tue Feb 12 2008 chris burnat <devlist@burnat.com> 1.10.0-8 |
34 |
|
- Fix deletion of usernames with one character [SME: 2451] |
35 |
|
|
36 |
|
* Mon Dec 17 2007 Shad L. Lords <slords@mail.com> 1.10.0-7 |
37 |
|
- Enable quotas for all lvm partitions [SME: 3651] |
38 |
|
|
39 |
|
* Sun Oct 14 2007 Shad L. Lords <slords@mail.com> 1.10.0-6 |
40 |
|
- Remove unnecessary build dependency [SME: 3534] |
41 |
|
|
42 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
43 |
- Clean up spec so package can be built by koji/plague |
- Clean up spec so package can be built by koji/plague |
469 |
%patch0 -p1 |
%patch0 -p1 |
470 |
%patch1 -p1 |
%patch1 -p1 |
471 |
%patch2 -p1 |
%patch2 -p1 |
472 |
|
%patch3 -p1 |
473 |
|
%patch4 -p1 |
474 |
|
%patch5 -p1 |
475 |
|
|
476 |
%build |
%build |
477 |
mkdir -p root/etc/e-smith/events/post-{install,upgrade} |
mkdir -p root/etc/e-smith/events/post-{install,upgrade} |
478 |
mkdir -p root/etc/e-smith/events/user-{create,modify} |
mkdir -p root/etc/e-smith/events/user-{create,modify} |
479 |
mkdir -p root/etc/e-smith/web/panels/manager/cgi-bin |
mkdir -p root/etc/e-smith/web/panels/manager/cgi-bin |
480 |
|
|
481 |
xgettext -o root/usr/share/locale/en_US/LC_MESSAGES/adminQuotaSummary.po \ |
xgettext -o root/usr/share/locale/en_US/LC_MESSAGES/adminQuotaSummary.tmpl.po \ |
482 |
root/etc/e-smith/templates/usr/lib/e-smith-quota/adminQuotaSummary.tmpl |
root/etc/e-smith/templates/usr/lib/e-smith-quota/adminQuotaSummary.tmpl -L perl |
483 |
xgettext -o root/usr/share/locale/en_US/LC_MESSAGES/userOverQuota.po \ |
xgettext -o root/usr/share/locale/en_US/LC_MESSAGES/userOverQuota.tmpl.po \ |
484 |
root/etc/e-smith/templates/usr/lib/e-smith-quota/userOverQuota.tmpl |
root/etc/e-smith/templates/usr/lib/e-smith-quota/userOverQuota.tmpl -L perl |
485 |
|
|
486 |
perl createlinks |
perl createlinks |
487 |
/sbin/e-smith/buildtests 50-e-smith-quota |
/sbin/e-smith/buildtests 50-e-smith-quota |