2 |
%define name e-smith-base |
%define name e-smith-base |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 4.18.1 |
%define version 4.18.1 |
5 |
%define release 3 |
%define release 11 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
10 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
11 |
Patch1: e-smith-base-4.18.1-fixgettext.patch |
Patch1: e-smith-base-4.18.1-fixgettext.patch |
12 |
Patch2: e-smith-base-4.18.1-deleteorder.patch |
Patch2: e-smith-base-4.18.1-deleteorder.patch |
13 |
|
Patch3: e-smith-base-4.18.1-insertmode.patch |
14 |
|
Patch4: e-smith-base-4.18.1-freebusy.patch |
15 |
|
Patch5: e-smith-base-4.18.1-frames.patch |
16 |
|
Patch6: e-smith-base-4.18.1-quitconsole.patch |
17 |
|
Patch7: e-smith-base-4.18.1-freebusy.patch2 |
18 |
|
Patch8: e-smith-base-4.18.1-dateManip.patch |
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
Requires: mod_auth_external |
Requires: mod_auth_external |
21 |
Requires: e-smith-lib >= 1.18.0-19 |
Requires: e-smith-lib >= 1.18.0-19 |
63 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
64 |
|
|
65 |
%changelog |
%changelog |
66 |
|
* Tue Apr 22 2008 Shad L. Lords <slords@mail.com> 4.18.1-11 |
67 |
|
- Remove use of Date::Manip from ssl.crt [SME: 3155] |
68 |
|
|
69 |
|
* Sat Apr 19 2008 Shad L. Lords <slords@mail.com> 4.18.1-10 |
70 |
|
- Fix FreeBusy param when disabled [SME: 1806] |
71 |
|
- Remove .orig file [SME: 4228] |
72 |
|
|
73 |
|
* Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-9 |
74 |
|
- Remove quitConsole from menu [SME: 4154] |
75 |
|
|
76 |
|
* Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-8 |
77 |
|
- Really fix free/busy in usermanager [SME: 4157] |
78 |
|
|
79 |
|
* Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-7 |
80 |
|
- Use frames in elinks [SME: 4156] |
81 |
|
- Set homepage for elinks [SME: 4160] |
82 |
|
|
83 |
|
* Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.18.1-6 |
84 |
|
- Fix free/busy field in useraccounts [SME: 4157] |
85 |
|
|
86 |
|
* Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.18.1-5 |
87 |
|
- Add free/busy URL entry to help kronolith contribs [SME: 1806] |
88 |
|
|
89 |
|
* Fri Mar 28 2008 Shad L. Lords <slords@mail.com> 4.18.1-4 |
90 |
|
- Fix insert_mode for elinks on el5 platform [SME: 4127] |
91 |
|
|
92 |
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-3 |
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-3 |
93 |
- Set accounts to deleted before template expansion [SME: 4122] |
- Set accounts to deleted before template expansion [SME: 4122] |
94 |
|
|
1228 |
%setup |
%setup |
1229 |
%patch1 -p1 |
%patch1 -p1 |
1230 |
%patch2 -p1 |
%patch2 -p1 |
1231 |
|
%if "%{?rhel}" == "5" |
1232 |
|
%patch3 -p1 |
1233 |
|
%endif |
1234 |
|
%patch4 -p1 |
1235 |
|
%patch5 -p1 |
1236 |
|
%patch6 -p1 |
1237 |
|
%patch7 -p1 |
1238 |
|
%patch8 -p1 |
1239 |
|
|
1240 |
%pre |
%pre |
1241 |
if [ -d /etc/e-smith/locale/fr-ca -a ! -L /etc/e-smith/locale/fr-ca ] |
if [ -d /etc/e-smith/locale/fr-ca -a ! -L /etc/e-smith/locale/fr-ca ] |