/[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.1 by slords, Tue Jun 12 21:11:40 2007 UTC Revision 1.14 by slords, Wed Apr 9 13:51:57 2008 UTC
# Line 1  Line 1 
1    # $Id$
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 1.6.0
7  %define release 38  %define release 50
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
# Line 30  Patch10: smeserver-support-1.6.0-initial Line 32  Patch10: smeserver-support-1.6.0-initial
32  Patch11: smeserver-support-1.6.0-cssStyling.patch  Patch11: smeserver-support-1.6.0-cssStyling.patch
33  Patch12: smeserver-support-1.6.0-redhat-release.patch  Patch12: smeserver-support-1.6.0-redhat-release.patch
34  Patch13: smeserver-support-1.6.0-smolt.patch  Patch13: smeserver-support-1.6.0-smolt.patch
35    Patch14: smeserver-support-1.6.0-supportlexicon.patch
36    Patch15: smeserver-support-1.6.0-tags2general.patch
37    Patch16: smeserver-support-1.6.0-gettextNetConnectFail.patch
38    Patch17: smeserver-support-1.6.0-gettextConsole.patch
39  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
40  BuildRequires: e-smith-devtools >= 1.7.5  BuildRequires: e-smith-devtools >= 1.7.5
41  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 55  Obsoletes: kmod-slip-xenU Line 61  Obsoletes: kmod-slip-xenU
61  # Old dependencies from outdated atrpms/rpmforge packages  # Old dependencies from outdated atrpms/rpmforge packages
62  Obsoletes: libghttp  Obsoletes: libghttp
63  Obsoletes: perl-HTTP-GHTTP  Obsoletes: perl-HTTP-GHTTP
 Obsoletes: perl-Net-SSLeay  
64  Obsoletes: perl-Net_SSLeay.pm  Obsoletes: perl-Net_SSLeay.pm
65  Obsoletes: pythonabi  Obsoletes: pythonabi
66    
# Line 65  Obsoletes: pine Line 70  Obsoletes: pine
70  Obsoletes: system-config-keyboard  Obsoletes: system-config-keyboard
71  Obsoletes: system-config-mouse  Obsoletes: system-config-mouse
72  Obsoletes: xorg-x11-Mesa-libGL  Obsoletes: xorg-x11-Mesa-libGL
73    Obsoletes: yum-metadata-parser
74    
75  # remove netatalk and modules  # remove netatalk and modules
76  Obsoletes: e-smith-netatalk  Obsoletes: e-smith-netatalk
# Line 114  Obsoletes: yum = 1.0.3-6.0.7.x.esmith Line 120  Obsoletes: yum = 1.0.3-6.0.7.x.esmith
120  Requires: smeserver-clamav  Requires: smeserver-clamav
121  Requires: e-smith-spamassassin  Requires: e-smith-spamassassin
122  Requires: smeserver-audittools  Requires: smeserver-audittools
123    Requires: e-smith-formmagick >= 1.4.0-9
124    
125  # 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
126  Requires: e-smith-domains  Requires: e-smith-domains
# Line 136  Obsoletes: kernel-module-st Line 143  Obsoletes: kernel-module-st
143  Obsoletes: e-smith-loginscript = 0.2-2  Obsoletes: e-smith-loginscript = 0.2-2
144  Obsoletes: e-smith-samba = 2.1.0-10gjz  Obsoletes: e-smith-samba = 2.1.0-10gjz
145  Requires: e-smith-samba  Requires: e-smith-samba
 Requires: check4updates  
146    
147  # Pull in locales so we have a smooth language upgrade [SF: 1309520]  # Pull in locales so we have a smooth language upgrade [SF: 1309520]
148    #Requires: smeserver-locale-ca
149    Requires: smeserver-locale-da
150  Requires: smeserver-locale-de  Requires: smeserver-locale-de
151    Requires: smeserver-locale-el
152  Requires: smeserver-locale-es  Requires: smeserver-locale-es
153  Requires: smeserver-locale-fr  Requires: smeserver-locale-fr
154    Requires: smeserver-locale-hu
155    Requires: smeserver-locale-id
156  Requires: smeserver-locale-it  Requires: smeserver-locale-it
157    Requires: smeserver-locale-nl
158    Requires: smeserver-locale-pt_BR
159    Requires: smeserver-locale-sl
160  Requires: smeserver-locale-sv  Requires: smeserver-locale-sv
161    
162  # These should be re-pulled by other e-smith packages.  # These should be re-pulled by other e-smith packages.
# Line 263  Conflicts: dungog-deletedoublebounce Line 277  Conflicts: dungog-deletedoublebounce
277  Conflicts: dungog-mailblocking  Conflicts: dungog-mailblocking
278    
279  %changelog  %changelog
280    * Tue Mar 18 2008 Shad L. Lords <slords@mail.com> 1.6.0-50
281    - Add gettext to console titles.
282    
283    * Tue Mar 18 2008 Shad L. Lords <slords@mail.com> 1.6.0-49
284    - Fix support for Portuguese (pt_BR) [SME: 4006]
285    
286    * Wed Mar 12 2008 Shad L. Lords <slords@mail.com> 1.6.0-48
287    - Add support for Hungarian (hu) [SME: 4025]
288    
289    * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 1.6.0-47
290    - gettext Internet connection failed [SME: 631]
291    
292    * Sat Mar 1 2008 Shad L. Lords <slords@mail.com> 1.6.0-46
293    - Add support for Danish (da) [SME: 4006]
294    - Add support for Dutch (nl) [SME: 4006]
295    - Add support for Greek (el) [SME: 4006]
296    - Add support for Indonesian (id) [SME: 4006]
297    - Add support for Portuguese (pt) [SME: 4006]
298    - Add support for Slovenian (sl) [SME: 4006]
299    
300    * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.6.0-45
301    - Remove <base> tags now in general [SME: 3928]
302    
303    * Sat Feb 09 2008 Stephen Noble <support@dungog.net> 1.6.0-44
304    - move support lexicon  [SME: 3878]
305    
306    * Fri Jan 11 2008 Shad L. Lords <slords@mail.com> 1.6.0-43
307    - Revert obsoletes check4updates, should be in smeserver-yum [SME: 3250]
308    
309    * Fri Jan 11 2008 Stephen Noble <support@dungog.net> 1.6.0-42
310    - Add Obsolete check4updates   [SME: 3250]
311    
312    * Mon Jan 7 2008 Gavin Weight <gweight@gmail.com> 1.6.0-41
313    - Remove check4updates requires line. [SME: 3250]
314    
315    * Fri Sep 7 2007 Shad L. Lords <slords@mail.com> 1.6.0-40
316    - Update obsoletes for sme8 [SME: 2437]
317    
318    * Tue Jul 3 2007 Shad L. Lords <slords@mail.com> 1.6.0-39
319    - Remove yum-metadata-parser under sme8.
320    
321  * Wed Jun 6 2007 Shad L. Lords <slords@mail.com> 1.6.0-38  * Wed Jun 6 2007 Shad L. Lords <slords@mail.com> 1.6.0-38
322  - Add smolt service for hardware profiling.  - Add smolt service for hardware profiling.
323    
# Line 841  cp %{SOURCE2} root/etc/e-smith/web/commo Line 896  cp %{SOURCE2} root/etc/e-smith/web/commo
896  %patch11 -p1  %patch11 -p1
897  %patch12 -p1  %patch12 -p1
898  %patch13 -p1  %patch13 -p1
899    %patch14 -p1
900    %patch15 -p1
901    %patch16 -p1
902    %patch17 -p1
903    
904  %build  %build
905  perl createlinks  perl createlinks


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