1 |
|
# $Id: e-smith-quota.spec,v 1.10 2008/10/07 19:17:26 slords Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - quota module |
Summary: e-smith server and gateway - quota module |
4 |
%define name e-smith-quota |
%define name e-smith-quota |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 1.10.0 |
%define version 2.2.0 |
7 |
%define release 10 |
%define release 2 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: System Environment/Base |
Group: System Environment/Base |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
Patch0: e-smith-quota-1.10.0.sort.patch |
Patch0: e-smith-quota-2.2.0-RemoveMountProcLine.patch |
|
Patch1: e-smith-quota-1.10.0-UntaintAccountName.patch |
|
|
Patch2: e-smith-quota-1.10.0-Limits.patch |
|
|
Patch3: e-smith-quota-1.10.0-multipartquota.patch |
|
|
Patch4: e-smith-quota-1.10.0-Untaint-acct-before-using-in-system.patch |
|
|
Patch5: e-smith-quota-1.10.0-tags2general.patch |
|
|
Patch6: e-smith-quota-1.10.0-files.patch |
|
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
16 |
Requires: e-smith-base >= 4.9.129, quota >= 3, perl-Quota |
Requires: e-smith-base >= 4.9.129, quota >= 3, perl-Quota |
17 |
Requires: e-smith-lib >= 1.13.1 |
Requires: e-smith-lib >= 1.13.1 |
18 |
Requires: e-smith-formmagick >= 1.4.0-9 |
Requires: e-smith-formmagick >= 1.4.0-12 |
19 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
20 |
BuildRequires: gettext |
BuildRequires: gettext |
21 |
AutoReqProv: no |
AutoReqProv: no |
24 |
e-smith server and gateway software - quota module. |
e-smith server and gateway software - quota module. |
25 |
|
|
26 |
%changelog |
%changelog |
27 |
|
* Mon Apr 13 2009 Gavin Weight <gweight@gmail.com> 2.2.0-2.sme |
28 |
|
- Remove unnecessary Mount Proc line. [SME: 4112] |
29 |
|
|
30 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
31 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
32 |
|
|
33 |
|
* Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.10.0-11 |
34 |
|
- Add common <base> tags to e-smith-formmagick's general [SME: 4284] |
35 |
|
|
36 |
* Fri Mar 28 2008 Stephen Noble <support@dungog.net> 1.10.0-10 |
* Fri Mar 28 2008 Stephen Noble <support@dungog.net> 1.10.0-10 |
37 |
- Add spacing and localise 'files' [SME: 4133] |
- Add spacing and localise 'files' [SME: 4133] |
38 |
|
|
476 |
%prep |
%prep |
477 |
%setup |
%setup |
478 |
%patch0 -p1 |
%patch0 -p1 |
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
479 |
|
|
480 |
%build |
%build |
481 |
mkdir -p root/etc/e-smith/events/post-{install,upgrade} |
mkdir -p root/etc/e-smith/events/post-{install,upgrade} |