/[smeserver]/rpms/smeserver-support/sme8/smeserver-support.spec
ViewVC logotype

Diff of /rpms/smeserver-support/sme8/smeserver-support.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.4 by slords, Sat Sep 8 00:57:08 2007 UTC Revision 1.18 by slords, Tue Oct 7 14:48:33 2008 UTC
# Line 1  Line 1 
1    # $Id: smeserver-support.spec,v 1.17 2008/10/07 14:06:43 slords 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 40  %define release 1
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}
# Line 16  Group: Networking/Daemons Line 20  Group: Networking/Daemons
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  
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
# Line 40  Obsoletes: e-smith-keys Line 30  Obsoletes: e-smith-keys
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
# Line 64  Obsoletes: pine Line 52  Obsoletes: pine
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
# Line 73  Obsoletes: kmod-appletalk-smp Line 60  Obsoletes: kmod-appletalk-smp
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    
# Line 114  Obsoletes: yum = 1.0.3-6.0.7.x.esmith Line 75  Obsoletes: yum = 1.0.3-6.0.7.x.esmith
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
# Line 136  Obsoletes: kernel-module-st Line 98  Obsoletes: kernel-module-st
98  Obsoletes: e-smith-loginscript = 0.2-2  Obsoletes: e-smith-loginscript = 0.2-2
99  Obsoletes: e-smith-samba = 2.1.0-10gjz  Obsoletes: e-smith-samba = 2.1.0-10gjz
100  Requires: e-smith-samba  Requires: e-smith-samba
 Requires: check4updates  
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-ca
104    Requires: smeserver-locale-bg
105    Requires: smeserver-locale-da
106  Requires: smeserver-locale-de  Requires: smeserver-locale-de
107    Requires: smeserver-locale-el
108  Requires: smeserver-locale-es  Requires: smeserver-locale-es
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-nl
114    Requires: smeserver-locale-pt
115    Requires: smeserver-locale-pt_BR
116    Requires: smeserver-locale-sl
117  Requires: smeserver-locale-sv  Requires: smeserver-locale-sv
118    Requires: smeserver-locale-tr
119    
120  # These should be re-pulled by other e-smith packages.  # These should be re-pulled by other e-smith packages.
121  Obsoletes: perl-File-MMagic = 1.22-1  Obsoletes: perl-File-MMagic = 1.22-1
# Line 263  Conflicts: dungog-deletedoublebounce Line 235  Conflicts: dungog-deletedoublebounce
235  Conflicts: dungog-mailblocking  Conflicts: dungog-mailblocking
236    
237  %changelog  %changelog
238    * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
239    - Roll new stream to separate sme7/sme8 trees [SME: 4633]
240    
241    * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 1.6.0-53
242    - Update excludes for sme8 [SME: 4507]
243    
244    * Thu Aug  7 2008 Charlie Brady <charlieb@e-smith.com> 1.6.0-52
245    - Remove incorrect 'Obsoletes: yum-metadata-parser'. [SME: 4466]
246    
247    * Sat Jul 26 2008 Shad L. Lords <slords@mail.com> 1.6.0-51
248    - Add support for Bulgarian (bg) [SME: 4337]
249    - Re-add support for Portuguese (pt) [SME: 4006]
250    - Add support for Turkish (tr) [SME: 4443]
251    
252    * Tue Mar 18 2008 Shad L. Lords <slords@mail.com> 1.6.0-50
253    - Add gettext to console titles.
254    
255    * Tue Mar 18 2008 Shad L. Lords <slords@mail.com> 1.6.0-49
256    - Fix support for Portuguese (pt_BR) [SME: 4006]
257    
258    * Wed Mar 12 2008 Shad L. Lords <slords@mail.com> 1.6.0-48
259    - Add support for Hungarian (hu) [SME: 4025]
260    
261    * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 1.6.0-47
262    - gettext Internet connection failed [SME: 631]
263    
264    * Sat Mar 1 2008 Shad L. Lords <slords@mail.com> 1.6.0-46
265    - Add support for Danish (da) [SME: 4006]
266    - Add support for Dutch (nl) [SME: 4006]
267    - Add support for Greek (el) [SME: 4006]
268    - Add support for Indonesian (id) [SME: 4006]
269    - Add support for Portuguese (pt) [SME: 4006]
270    - Add support for Slovenian (sl) [SME: 4006]
271    
272    * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.6.0-45
273    - Remove <base> tags now in general [SME: 3928]
274    
275    * Sat Feb 09 2008 Stephen Noble <support@dungog.net> 1.6.0-44
276    - move support lexicon  [SME: 3878]
277    
278    * Fri Jan 11 2008 Shad L. Lords <slords@mail.com> 1.6.0-43
279    - Revert obsoletes check4updates, should be in smeserver-yum [SME: 3250]
280    
281    * Fri Jan 11 2008 Stephen Noble <support@dungog.net> 1.6.0-42
282    - Add Obsolete check4updates   [SME: 3250]
283    
284    * Mon Jan 7 2008 Gavin Weight <gweight@gmail.com> 1.6.0-41
285    - Remove check4updates requires line. [SME: 3250]
286    
287  * Fri Sep 7 2007 Shad L. Lords <slords@mail.com> 1.6.0-40  * Fri Sep 7 2007 Shad L. Lords <slords@mail.com> 1.6.0-40
288  - Update obsoletes for sme8 [SME: 2437]  - Update obsoletes for sme8 [SME: 2437]
289    
# Line 817  SME Server module to display support and Line 838  SME Server module to display support and
838    
839  %prep  %prep
840  %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  
841  cp %{SOURCE1} root/etc/e-smith/web/common  cp %{SOURCE1} root/etc/e-smith/web/common
842  cp %{SOURCE2} root/etc/e-smith/web/common  cp %{SOURCE2} root/etc/e-smith/web/common
843    
 %patch7 -p1  
 %patch8 -p1  
 %patch9 -p1  
 %patch10 -p1  
 %patch11 -p1  
 %patch12 -p1  
 %patch13 -p1  
   
844  %build  %build
845  perl createlinks  perl createlinks
846    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed