/[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.3 by slords, Sat Sep 8 00:55:22 2007 UTC Revision 1.10 by burnat, Sat Mar 8 08:53:39 2008 UTC
# Line 2  Summary: SME Server module to display su Line 2  Summary: SME Server module to display su
2  %define name smeserver-support  %define name smeserver-support
3  Name: %{name}  Name: %{name}
4  %define version 1.6.0  %define version 1.6.0
5  %define release 40  %define release 47
6    
7  # These packages come from CentOS, but wee need to use care when  # These packages come from CentOS, but wee need to use care when
8  # 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 30  Patch10: smeserver-support-1.6.0-initial
30  Patch11: smeserver-support-1.6.0-cssStyling.patch  Patch11: smeserver-support-1.6.0-cssStyling.patch
31  Patch12: smeserver-support-1.6.0-redhat-release.patch  Patch12: smeserver-support-1.6.0-redhat-release.patch
32  Patch13: smeserver-support-1.6.0-smolt.patch  Patch13: smeserver-support-1.6.0-smolt.patch
33    Patch14: smeserver-support-1.6.0-supportlexicon.patch
34    Patch15: smeserver-support-1.6.0-tags2general.patch
35    Patch16: smeserver-support-1.6.0-gettextNetConnectFail.patch
36  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
37  BuildRequires: e-smith-devtools >= 1.7.5  BuildRequires: e-smith-devtools >= 1.7.5
38  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 114  Obsoletes: yum = 1.0.3-6.0.7.x.esmith Line 117  Obsoletes: yum = 1.0.3-6.0.7.x.esmith
117  Requires: smeserver-clamav  Requires: smeserver-clamav
118  Requires: e-smith-spamassassin  Requires: e-smith-spamassassin
119  Requires: smeserver-audittools  Requires: smeserver-audittools
120    Requires: e-smith-formmagick >= 1.4.0-9
121    
122  # 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
123  Requires: e-smith-domains  Requires: e-smith-domains
# Line 136  Obsoletes: kernel-module-st Line 140  Obsoletes: kernel-module-st
140  Obsoletes: e-smith-loginscript = 0.2-2  Obsoletes: e-smith-loginscript = 0.2-2
141  Obsoletes: e-smith-samba = 2.1.0-10gjz  Obsoletes: e-smith-samba = 2.1.0-10gjz
142  Requires: e-smith-samba  Requires: e-smith-samba
 Requires: check4updates  
143    
144  # Pull in locales so we have a smooth language upgrade [SF: 1309520]  # Pull in locales so we have a smooth language upgrade [SF: 1309520]
145    #Requires: smeserver-locale-ca
146    Requires: smeserver-locale-da
147  Requires: smeserver-locale-de  Requires: smeserver-locale-de
148    Requires: smeserver-locale-el
149  Requires: smeserver-locale-es  Requires: smeserver-locale-es
150  Requires: smeserver-locale-fr  Requires: smeserver-locale-fr
151    Requires: smeserver-locale-id
152  Requires: smeserver-locale-it  Requires: smeserver-locale-it
153    Requires: smeserver-locale-nl
154    Requires: smeserver-locale-pt
155    Requires: smeserver-locale-sl
156  Requires: smeserver-locale-sv  Requires: smeserver-locale-sv
157    
158  # 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 273  Conflicts: dungog-deletedoublebounce
273  Conflicts: dungog-mailblocking  Conflicts: dungog-mailblocking
274    
275  %changelog  %changelog
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
291    - move support lexicon  [SME: 3878]
292    
293    * Fri Jan 11 2008 Shad L. Lords <slords@mail.com> 1.6.0-43
294    - Revert obsoletes check4updates, should be in smeserver-yum [SME: 3250]
295    
296    * Fri Jan 11 2008 Stephen Noble <support@dungog.net> 1.6.0-42
297    - Add Obsolete check4updates   [SME: 3250]
298    
299    * Mon Jan 7 2008 Gavin Weight <gweight@gmail.com> 1.6.0-41
300    - Remove check4updates requires line. [SME: 3250]
301    
302  * 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
303  - Upcate obsoletes for sme8 [SME: 2437]  - Update obsoletes for sme8 [SME: 2437]
304    
305  * Tue Jul 3 2007 Shad L. Lords <slords@mail.com> 1.6.0-39  * Tue Jul 3 2007 Shad L. Lords <slords@mail.com> 1.6.0-39
306  - Remove yum-metadata-parser under sme8.  - Remove yum-metadata-parser under sme8.
# Line 847  cp %{SOURCE2} root/etc/e-smith/web/commo Line 883  cp %{SOURCE2} root/etc/e-smith/web/commo
883  %patch11 -p1  %patch11 -p1
884  %patch12 -p1  %patch12 -p1
885  %patch13 -p1  %patch13 -p1
886    %patch14 -p1
887    %patch15 -p1
888    %patch16 -p1
889    
890  %build  %build
891  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