/[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.10 by burnat, Sat Mar 8 08:53:39 2008 UTC Revision 1.17 by slords, Tue Oct 7 14:06:43 2008 UTC
# Line 1  Line 1 
1    # $Id: smeserver-support.spec,v 1.16 2008/08/07 14:58:28 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 1.6.0
7  %define release 47  %define release 53
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    %if "%{?rhel}" == "5"
13    # TODO: check mkinitrd,mdadm to see if needed
14    %define centos_excludes initscripts
15    %else
16  %define centos_excludes kernel,kernel-smp,kernel-xenU,mkinitrd,mdadm,initscripts  %define centos_excludes kernel,kernel-smp,kernel-xenU,mkinitrd,mdadm,initscripts
17    %endif
18    
19  Version: %{version}  Version: %{version}
20  Release: %{release}%{?dist}  Release: %{release}%{?dist}
# Line 33  Patch13: smeserver-support-1.6.0-smolt.p Line 40  Patch13: smeserver-support-1.6.0-smolt.p
40  Patch14: smeserver-support-1.6.0-supportlexicon.patch  Patch14: smeserver-support-1.6.0-supportlexicon.patch
41  Patch15: smeserver-support-1.6.0-tags2general.patch  Patch15: smeserver-support-1.6.0-tags2general.patch
42  Patch16: smeserver-support-1.6.0-gettextNetConnectFail.patch  Patch16: smeserver-support-1.6.0-gettextNetConnectFail.patch
43    Patch17: smeserver-support-1.6.0-gettextConsole.patch
44  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
45  BuildRequires: e-smith-devtools >= 1.7.5  BuildRequires: e-smith-devtools >= 1.7.5
46  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 67  Obsoletes: pine Line 75  Obsoletes: pine
75  Obsoletes: system-config-keyboard  Obsoletes: system-config-keyboard
76  Obsoletes: system-config-mouse  Obsoletes: system-config-mouse
77  Obsoletes: xorg-x11-Mesa-libGL  Obsoletes: xorg-x11-Mesa-libGL
 Obsoletes: yum-metadata-parser  
78    
79  # remove netatalk and modules  # remove netatalk and modules
80  Obsoletes: e-smith-netatalk  Obsoletes: e-smith-netatalk
# Line 143  Requires: e-smith-samba Line 150  Requires: e-smith-samba
150    
151  # Pull in locales so we have a smooth language upgrade [SF: 1309520]  # Pull in locales so we have a smooth language upgrade [SF: 1309520]
152  #Requires: smeserver-locale-ca  #Requires: smeserver-locale-ca
153    Requires: smeserver-locale-bg
154  Requires: smeserver-locale-da  Requires: smeserver-locale-da
155  Requires: smeserver-locale-de  Requires: smeserver-locale-de
156  Requires: smeserver-locale-el  Requires: smeserver-locale-el
157  Requires: smeserver-locale-es  Requires: smeserver-locale-es
158  Requires: smeserver-locale-fr  Requires: smeserver-locale-fr
159    Requires: smeserver-locale-hu
160  Requires: smeserver-locale-id  Requires: smeserver-locale-id
161  Requires: smeserver-locale-it  Requires: smeserver-locale-it
162  Requires: smeserver-locale-nl  Requires: smeserver-locale-nl
163  Requires: smeserver-locale-pt  Requires: smeserver-locale-pt
164    Requires: smeserver-locale-pt_BR
165  Requires: smeserver-locale-sl  Requires: smeserver-locale-sl
166  Requires: smeserver-locale-sv  Requires: smeserver-locale-sv
167    Requires: smeserver-locale-tr
168    
169  # These should be re-pulled by other e-smith packages.  # These should be re-pulled by other e-smith packages.
170  Obsoletes: perl-File-MMagic = 1.22-1  Obsoletes: perl-File-MMagic = 1.22-1
# Line 273  Conflicts: dungog-deletedoublebounce Line 284  Conflicts: dungog-deletedoublebounce
284  Conflicts: dungog-mailblocking  Conflicts: dungog-mailblocking
285    
286  %changelog  %changelog
287    * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 1.6.0-53
288    - Update excludes for sme8 [SME: 4507]
289    
290    * Thu Aug  7 2008 Charlie Brady <charlieb@e-smith.com> 1.6.0-52
291    - Remove incorrect 'Obsoletes: yum-metadata-parser'. [SME: 4466]
292    
293    * Sat Jul 26 2008 Shad L. Lords <slords@mail.com> 1.6.0-51
294    - Add support for Bulgarian (bg) [SME: 4337]
295    - Re-add support for Portuguese (pt) [SME: 4006]
296    - Add support for Turkish (tr) [SME: 4443]
297    
298    * Tue Mar 18 2008 Shad L. Lords <slords@mail.com> 1.6.0-50
299    - Add gettext to console titles.
300    
301    * Tue Mar 18 2008 Shad L. Lords <slords@mail.com> 1.6.0-49
302    - Fix support for Portuguese (pt_BR) [SME: 4006]
303    
304    * Wed Mar 12 2008 Shad L. Lords <slords@mail.com> 1.6.0-48
305    - Add support for Hungarian (hu) [SME: 4025]
306    
307  * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 1.6.0-47  * Sat Mar 07 2008 Stephen Noble <support@dungog.net> 1.6.0-47
308  - gettext Internet connection failed [SME: 631]  - gettext Internet connection failed [SME: 631]
309    
# Line 886  cp %{SOURCE2} root/etc/e-smith/web/commo Line 917  cp %{SOURCE2} root/etc/e-smith/web/commo
917  %patch14 -p1  %patch14 -p1
918  %patch15 -p1  %patch15 -p1
919  %patch16 -p1  %patch16 -p1
920    %patch17 -p1
921    
922  %build  %build
923  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