/[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.31 by snetram, Mon May 17 18:45:54 2010 UTC Revision 1.36 by charliebrady, Tue Jun 29 14:47:51 2010 UTC
# Line 1  Line 1 
1  # $Id: smeserver-support.spec,v 1.30 2009/12/09 20:27:12 charliebrady Exp $  # $Id: smeserver-support.spec,v 1.35 2010/06/28 15:33:08 charliebrady 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 2.2.0  %define version 2.2.0
7  %define release 12  %define release 17
8    
9    # 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
11    # prior to taking the update
12    
13    # TODO: check mkinitrd,mdadm to see if needed
14    %define centos_excludes initscripts,libgsf
15    %define centos_remove   kernel,kernel-smp,kernel-xenU,mkinitrd,mdadm
16    
17  Version: %{version}  Version: %{version}
18  Release: %{release}%{?dist}  Release: %{release}%{?dist}
# Line 14  Source: %{name}-%{version}.tar.gz Line 22  Source: %{name}-%{version}.tar.gz
22  Source1: smeserver_logo.jpg  Source1: smeserver_logo.jpg
23  Source2: smeserver_logo.gif  Source2: smeserver_logo.gif
24  Patch0: smeserver-support.bug5656.patch  Patch0: smeserver-support.bug5656.patch
25    Patch1: smeserver-support-2.2.0-migrate_excludes.patch
26  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
27  BuildRequires: e-smith-devtools >= 1.7.5  BuildRequires: e-smith-devtools >= 1.7.5
28  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 106  Requires: smeserver-locale-el Line 115  Requires: smeserver-locale-el
115  Requires: smeserver-locale-es  Requires: smeserver-locale-es
116  Requires: smeserver-locale-et  Requires: smeserver-locale-et
117  Requires: smeserver-locale-fr  Requires: smeserver-locale-fr
118    Requires: smeserver-locale-he
119  Requires: smeserver-locale-hu  Requires: smeserver-locale-hu
120  Requires: smeserver-locale-id  Requires: smeserver-locale-id
121  Requires: smeserver-locale-it  Requires: smeserver-locale-it
# Line 179  Conflicts: e-smith-userpanel Line 189  Conflicts: e-smith-userpanel
189  Obsoletes: dmc-mitel-mailrules  Obsoletes: dmc-mitel-mailrules
190  Conflicts: dmc-mitel-mailrules  Conflicts: dmc-mitel-mailrules
191    
192    Obsoletes: php5-cgi
193    Conflicts: php5-cgi
194    Obsoletes: php5-cgi-imap
195    Conflicts: php5-cgi-imap
196    Obsoletes: php5-cgi-ldap
197    Conflicts: php5-cgi-ldap
198    Obsoletes: php5-cgi-mysql
199    Conflicts: php5-cgi-mysql
200    Obsoletes: php5-cgi-pear
201    Conflicts: php5-cgi-pear
202    Obsoletes: php5-cgi-xmlrpc
203    Conflicts: php5-cgi-xmlrpc
204    
205  # This block used to be in the SMEServer RPM. Many are probably  # This block used to be in the SMEServer RPM. Many are probably
206  # redundant or should be elsewhere or removed  # redundant or should be elsewhere or removed
207  # [SF: 1356225]  # [SF: 1356225]
# Line 244  Conflicts: dungog-mailblocking Line 267  Conflicts: dungog-mailblocking
267  Obsoletes: rkhunter <= 1.3.4-7.el5.sme  Obsoletes: rkhunter <= 1.3.4-7.el5.sme
268    
269  %changelog  %changelog
270    * Tue Jun 29 2010 Charlie Brady <charlieb@budge.apana.org.au> 2.2.0-17.sme
271    - Add Obsoletes for php5-cgi-{imap,ldap,mysql,pear,xmlrpc}. [SME: 6089]
272    
273    * Mon Jun 28 2010 Charlie Brady <charlieb@budge.apana.org.au> 2.2.0-16.sme
274    - Add Obsoletes for php5-cgi. [SME: 6089]
275    
276    * Tue May 25 2010 Shad L. Lords <slords@mail.com> - 2.2.0-15.sme
277    - Add support for Hebrew (he). [SME: 5971]
278    
279    * Mon May 17 2010 Shad L. Lords <slords@mail.com> 2.2.0-14.sme
280    - Add migrate fragment for centos excludes [SME: 5960]
281    
282    * Mon May 17 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-13.sme
283    - Reverting previous change [SME: 5962]
284    
285  * Mon May 17 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-12.sme  * Mon May 17 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-12.sme
286  - Migrate CentOS Exclude property default values to smeserver-yum [SME: 5962]  - Migrate CentOS Exclude property default values to smeserver-yum [SME: 5962]
287    
# Line 885  SME Server module to display support and Line 923  SME Server module to display support and
923  %prep  %prep
924  %setup  %setup
925  %patch0 -p1  %patch0 -p1
926    %patch1 -p1
927  cp %{SOURCE1} root/etc/e-smith/web/common  cp %{SOURCE1} root/etc/e-smith/web/common
928  cp %{SOURCE2} root/etc/e-smith/web/common  cp %{SOURCE2} root/etc/e-smith/web/common
929    
# Line 893  perl createlinks Line 932  perl createlinks
932    
933  ln -s initial.cgi root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/index.cgi  ln -s initial.cgi root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/index.cgi
934    
935    YUM_REPOS=root/etc/e-smith/db/yum_repositories/
936    for dir in base updates
937    do
938        mkdir -p $YUM_REPOS/defaults/$dir
939        echo %{centos_excludes} > $YUM_REPOS/defaults/$dir/Exclude
940    done
941    sed -i 's/CENTOS_EXCLUDES/%{centos_excludes}/' $YUM_REPOS/migrate/25CentOSExcludes
942    sed -i 's/CENTOS_REMOVE/%{centos_remove}/' $YUM_REPOS/migrate/25CentOSExcludes
943    
944  %install  %install
945  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
946  (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)


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