1 |
|
# $Id: smeserver-support.spec,v 1.22 2009/04/29 16:40:34 bytegw Exp $ |
2 |
|
|
3 |
Summary: SME Server module to display support and licensing information |
Summary: SME Server module to display support and licensing information |
4 |
%define name smeserver-support |
%define name smeserver-support |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 1.6.0 |
%define version 2.2.0 |
7 |
%define release 44 |
%define release 4 |
8 |
|
|
9 |
# These packages come from CentOS, but wee need to use care when |
# These packages come from CentOS, but wee need to use care when |
10 |
# updating them - either we've patched them, or we need to do something |
# updating them - either we've patched them, or we need to do something |
11 |
# prior to taking the update |
# prior to taking the update |
12 |
%define centos_excludes kernel,kernel-smp,kernel-xenU,mkinitrd,mdadm,initscripts |
|
13 |
|
# TODO: check mkinitrd,mdadm to see if needed |
14 |
|
%define centos_excludes initscripts |
15 |
|
|
16 |
Version: %{version} |
Version: %{version} |
17 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
20 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
21 |
Source1: smeserver_logo.jpg |
Source1: smeserver_logo.jpg |
22 |
Source2: smeserver_logo.gif |
Source2: smeserver_logo.gif |
|
Patch0: smeserver-support-1.6.0-centosrelease.patch |
|
|
Patch1: smeserver-support-1.6.0-onlinemanuallocation.patch |
|
|
Patch2: smeserver-support-1.6.0-statusreport.patch |
|
|
Patch3: smeserver-support-1.6.0-statusreport.patch2 |
|
|
Patch4: smeserver-support-1.6.0-statusreport.sleep.patch |
|
|
Patch5: smeserver-support-1.6.0-logo.patch |
|
|
Patch6: smeserver-support-1.6.0-statusreport.sleep.patch2 |
|
|
Patch7: smeserver-support-1.6.0-initialtext.patch |
|
|
Patch8: smeserver-support-1.6.0-initialtext.patch2 |
|
|
Patch9: smeserver-support-1.6.0-initialtext.patch3 |
|
|
Patch10: smeserver-support-1.6.0-initialtext.patch4 |
|
|
Patch11: smeserver-support-1.6.0-cssStyling.patch |
|
|
Patch12: smeserver-support-1.6.0-redhat-release.patch |
|
|
Patch13: smeserver-support-1.6.0-smolt.patch |
|
|
Patch14: smeserver-support-1.6.0-supportlexicon.patch |
|
23 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
24 |
BuildRequires: e-smith-devtools >= 1.7.5 |
BuildRequires: e-smith-devtools >= 1.7.5 |
25 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
30 |
Obsoletes: e-smith-support |
Obsoletes: e-smith-support |
31 |
AutoReqProv: no |
AutoReqProv: no |
32 |
|
|
|
# SME8 section |
|
|
%if "%{?rhel}" == "5" |
|
33 |
# remove old kernels that prevent upgrades |
# remove old kernels that prevent upgrades |
34 |
Obsoletes: kernel < 2.6.17 |
Obsoletes: kernel < 2.6.17 |
35 |
Obsoletes: kernel-smp < 2.6.17 |
Obsoletes: kernel-smp < 2.6.17 |
52 |
Obsoletes: system-config-keyboard |
Obsoletes: system-config-keyboard |
53 |
Obsoletes: system-config-mouse |
Obsoletes: system-config-mouse |
54 |
Obsoletes: xorg-x11-Mesa-libGL |
Obsoletes: xorg-x11-Mesa-libGL |
|
Obsoletes: yum-metadata-parser |
|
55 |
|
|
56 |
# remove netatalk and modules |
# remove netatalk and modules |
57 |
Obsoletes: e-smith-netatalk |
Obsoletes: e-smith-netatalk |
60 |
Obsoletes: kmod-appletalk-xenU |
Obsoletes: kmod-appletalk-xenU |
61 |
Obsoletes: netatalk |
Obsoletes: netatalk |
62 |
|
|
|
%else |
|
|
# SME7 section |
|
|
Requires: slip-kmod |
|
|
|
|
|
# More packages which might have been installed via jhb's horde 3 script |
|
|
Obsoletes: perl-Unicode-IMAPUtf7 = 1.02-1 |
|
|
Obsoletes: perl-Unicode-String = 2.06-1 |
|
|
Obsoletes: file = 4.12-3db_rh73 |
|
|
Obsoletes: libmcrypt = 2.5.7-1.dag.rh73 |
|
|
Obsoletes: libmhash = 0.9.1-1.rh73.dag |
|
|
Obsoletes: php = 4.3.10-3eo |
|
|
Obsoletes: php-curl = 4.3.10-3eo |
|
|
Obsoletes: php-devel = 4.3.10-3eo |
|
|
Obsoletes: php-domxml = 4.3.10-3eo |
|
|
Obsoletes: php-imap = 4.3.10-3eo |
|
|
Obsoletes: php-ldap = 4.3.10-3eo |
|
|
Obsoletes: php-mcrypt = 4.3.10-3eo |
|
|
Obsoletes: php-mhash = 4.3.10-3eo |
|
|
Obsoletes: php-mysql = 4.3.10-3eo |
|
|
Obsoletes: php-odbc = 4.3.10-3eo |
|
|
Obsoletes: php-snmp = 4.3.10-3eo |
|
|
Obsoletes: php-xmlrpc = 4.3.10-3eo |
|
|
Obsoletes: unixODBC = 2.2.0-5 |
|
|
Obsoletes: php-eaccelerator = 4.3.10_0.9.2a-1eo |
|
|
%endif |
|
|
|
|
63 |
# SF: 1357548 |
# SF: 1357548 |
64 |
Conflicts: selinux-policy-targeted |
Conflicts: selinux-policy-targeted |
65 |
|
|
75 |
Requires: smeserver-clamav |
Requires: smeserver-clamav |
76 |
Requires: e-smith-spamassassin |
Requires: e-smith-spamassassin |
77 |
Requires: smeserver-audittools |
Requires: smeserver-audittools |
78 |
|
Requires: e-smith-formmagick >= 1.4.0-9 |
79 |
|
|
80 |
# These packages weren't in 5.x, or were split from e-smith-base since then |
# These packages weren't in 5.x, or were split from e-smith-base since then |
81 |
Requires: e-smith-domains |
Requires: e-smith-domains |
100 |
Requires: e-smith-samba |
Requires: e-smith-samba |
101 |
|
|
102 |
# Pull in locales so we have a smooth language upgrade [SF: 1309520] |
# Pull in locales so we have a smooth language upgrade [SF: 1309520] |
103 |
|
Requires: smeserver-locale-bg |
104 |
|
Requires: smeserver-locale-da |
105 |
Requires: smeserver-locale-de |
Requires: smeserver-locale-de |
106 |
|
Requires: smeserver-locale-el |
107 |
Requires: smeserver-locale-es |
Requires: smeserver-locale-es |
108 |
|
Requires: smeserver-locale-et |
109 |
Requires: smeserver-locale-fr |
Requires: smeserver-locale-fr |
110 |
|
Requires: smeserver-locale-hu |
111 |
|
Requires: smeserver-locale-id |
112 |
Requires: smeserver-locale-it |
Requires: smeserver-locale-it |
113 |
|
Requires: smeserver-locale-ja |
114 |
|
Requires: smeserver-locale-nb |
115 |
|
Requires: smeserver-locale-nl |
116 |
|
Requires: smeserver-locale-pt |
117 |
|
Requires: smeserver-locale-pt_BR |
118 |
|
Requires: smeserver-locale-ru |
119 |
|
Requires: smeserver-locale-sl |
120 |
Requires: smeserver-locale-sv |
Requires: smeserver-locale-sv |
121 |
|
Requires: smeserver-locale-tr |
122 |
|
Requires: smeserver-locale-zh_CN |
123 |
|
|
124 |
# These should be re-pulled by other e-smith packages. |
# These should be re-pulled by other e-smith packages. |
125 |
Obsoletes: perl-File-MMagic = 1.22-1 |
Obsoletes: perl-File-MMagic = 1.22-1 |
239 |
Conflicts: dungog-mailblocking |
Conflicts: dungog-mailblocking |
240 |
|
|
241 |
%changelog |
%changelog |
242 |
|
* Wed Apr 29 2009 Gavin Weight <gweight@gmail.com> 2.2.0-4.sme |
243 |
|
- Add support for Estonian (et). [SME: 5203] |
244 |
|
|
245 |
|
* Tue Mar 3 2009 Shad L. Lords <slords@mail.com> 2.2.0-3.sme |
246 |
|
- Add support for Norwegian Bokmal (nb) [SME: 5002 ] |
247 |
|
- Add support for Russian (ru) [SME: 5002] |
248 |
|
- Add support for Chinese China (zh_CN) [SME: 5002] |
249 |
|
|
250 |
|
* Mon Oct 13 2008 Shad L. Lords <slords@mail.com> 2.2.0-2.sme |
251 |
|
- Add support for Japanese (ja) [SME: 4637] |
252 |
|
|
253 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
254 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
255 |
|
|
256 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 1.6.0-53 |
257 |
|
- Update excludes for sme8 [SME: 4507] |
258 |
|
|
259 |
|
* Thu Aug 7 2008 Charlie Brady <charlieb@e-smith.com> 1.6.0-52 |
260 |
|
- Remove incorrect 'Obsoletes: yum-metadata-parser'. [SME: 4466] |
261 |
|
|
262 |
|
* Sat Jul 26 2008 Shad L. Lords <slords@mail.com> 1.6.0-51 |
263 |
|
- Add support for Bulgarian (bg) [SME: 4337] |
264 |
|
- Re-add support for Portuguese (pt) [SME: 4006] |
265 |
|
- Add support for Turkish (tr) [SME: 4443] |
266 |
|
|
267 |
|
* Tue Mar 18 2008 Shad L. Lords <slords@mail.com> 1.6.0-50 |
268 |
|
- Add gettext to console titles. |
269 |
|
|
270 |
|
* Tue Mar 18 2008 Shad L. Lords <slords@mail.com> 1.6.0-49 |
271 |
|
- Fix support for Portuguese (pt_BR) [SME: 4006] |
272 |
|
|
273 |
|
* Wed Mar 12 2008 Shad L. Lords <slords@mail.com> 1.6.0-48 |
274 |
|
- Add support for Hungarian (hu) [SME: 4025] |
275 |
|
|
276 |
|
* Sat Mar 07 2008 Stephen Noble <support@dungog.net> 1.6.0-47 |
277 |
|
- gettext Internet connection failed [SME: 631] |
278 |
|
|
279 |
|
* Sat Mar 1 2008 Shad L. Lords <slords@mail.com> 1.6.0-46 |
280 |
|
- Add support for Danish (da) [SME: 4006] |
281 |
|
- Add support for Dutch (nl) [SME: 4006] |
282 |
|
- Add support for Greek (el) [SME: 4006] |
283 |
|
- Add support for Indonesian (id) [SME: 4006] |
284 |
|
- Add support for Portuguese (pt) [SME: 4006] |
285 |
|
- Add support for Slovenian (sl) [SME: 4006] |
286 |
|
|
287 |
|
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.6.0-45 |
288 |
|
- Remove <base> tags now in general [SME: 3928] |
289 |
|
|
290 |
* Sat Feb 09 2008 Stephen Noble <support@dungog.net> 1.6.0-44 |
* Sat Feb 09 2008 Stephen Noble <support@dungog.net> 1.6.0-44 |
291 |
- move support lexicon [SME: 3878] |
- move support lexicon [SME: 3878] |
292 |
|
|
853 |
|
|
854 |
%prep |
%prep |
855 |
%setup |
%setup |
|
%patch0 -p1 |
|
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch6 -p1 |
|
|
|
|
|
mkdir -p root/etc/e-smith/templates/etc/issue |
|
|
touch root/etc/e-smith/templates/etc/issue/template-begin |
|
|
|
|
|
rm -f root/etc/e-smith/web/common/e-smith-manager.gif |
|
|
rm -rf root/etc/e-smith/locale/de |
|
|
rm -rf root/etc/e-smith/locale/fr |
|
|
rm -rf root/etc/e-smith/locale/es |
|
|
rm -rf root/etc/e-smith/locale/it |
|
|
rm -rf root/etc/e-smith/licenses/fr |
|
|
rm -rf root/etc/e-smith/licenses/fr_CA |
|
|
|
|
|
%patch5 -p1 |
|
|
rm -f root/etc/e-smith/web/common/smeserver_logo.gif |
|
856 |
cp %{SOURCE1} root/etc/e-smith/web/common |
cp %{SOURCE1} root/etc/e-smith/web/common |
857 |
cp %{SOURCE2} root/etc/e-smith/web/common |
cp %{SOURCE2} root/etc/e-smith/web/common |
858 |
|
|
|
%patch7 -p1 |
|
|
%patch8 -p1 |
|
|
%patch9 -p1 |
|
|
%patch10 -p1 |
|
|
%patch11 -p1 |
|
|
%patch12 -p1 |
|
|
%patch13 -p1 |
|
|
%patch14 -p1 |
|
|
|
|
859 |
%build |
%build |
860 |
perl createlinks |
perl createlinks |
861 |
|
|