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

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

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

Revision 1.13 by slords, Mon Mar 11 22:23:09 2013 UTC Revision 1.22 by wellsi, Sun Nov 3 17:39:19 2013 UTC
# Line 1  Line 1 
1  # $Id: smeserver-support.spec,v 1.12 2013/03/11 21:57:55 slords Exp $  # $Id: smeserver-support.spec,v 1.21 2013/11/03 05:17:28 wellsi 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.4.0  %define version 2.4.0
7  %define release 11  %define release 20
8    
9  # These packages come from CentOS, but wee need to use care when  # These packages come from CentOS, but we 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    
# Line 21  Group: Networking/Daemons Line 21  Group: Networking/Daemons
21  Source: %{name}-%{version}.tar.xz  Source: %{name}-%{version}.tar.xz
22  Source1: smeserver_logo.jpg  Source1: smeserver_logo.jpg
23  Source2: smeserver_logo.gif  Source2: smeserver_logo.gif
24    Source3: btn_donateCC_LG.gif
25    Patch1: smeserver-support-2.4.0-SystemRelease.patch
26    Patch2: smeserver-support-2.4.0-donation.patch
27    Patch3: smeserver-support-2.4.0-FullCopyrightText.patch
28    Patch4: smeserver-support-2.4.0-FooterCopyright.patch
29  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
30  BuildRequires: e-smith-devtools >= 1.7.5  BuildRequires: e-smith-devtools >= 1.7.5
31  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 57  Obsoletes: pythonabi Line 62  Obsoletes: pythonabi
62  Obsoletes: centos-release-notes <= 5.9  Obsoletes: centos-release-notes <= 5.9
63  Obsoletes: gettext <= 0.17  Obsoletes: gettext <= 0.17
64  Obsoletes: hmaccalc <= 0.9.6  Obsoletes: hmaccalc <= 0.9.6
65  Obsoletes: libgomp <= 4.4.7  Obsoletes: libgomp <= 4.4.7-1.el5
66  Obsoletes: libvolume_id <= 095  Obsoletes: libvolume_id <= 095
67    Obsoletes: libxml2-python <= 2.6.26
68    Obsoletes: dosfstools <= 2.11
69    Obsoletes: gpm <= 1.20.1
70    Obsoletes: audit-libs-python <= 1.8
71    Obsoletes: libselinux-python <= 1.33.4
72    
73  # Remove packages no longer needed or provided in COS5  # Remove packages no longer needed or provided in COS5
74  Obsoletes: comps  Obsoletes: comps
# Line 284  Conflicts: dungog-mailblocking Line 294  Conflicts: dungog-mailblocking
294  Obsoletes: rkhunter <= 1.3.4-7.el5.sme  Obsoletes: rkhunter <= 1.3.4-7.el5.sme
295    
296  %changelog  %changelog
297    * Sat Nov 2 2013 Ian Wells <esmith@wellsi.com> 2.4.0-20.sme
298    - Update footer copyright [SME: 7961]
299    
300    * Sat Nov 2 2013 Ian Wells <esmith@wellsi.com> 2.4.0-19.sme
301    - Renew full copyright text, by Greg Zartman [SME: 7942]
302    
303    * Fri Oct 11 2013 Ian Wells <esmith@wellsi.com> 2.4.0-18.sme
304    - Renew donation text, by John Crisp [SME: 7896]
305    
306    * Fri Oct 11 2013 Ian Wells <esmith@wellsi.com> 2.4.0-17.sme
307    - Add donation graphic, by John Crisp [SME: 7897]
308    
309    * Sun May 05 2013 Ian Wells <esmith@wellsi.com> 2.4.0-16.sme
310    - Fix /etc/system-release [SME: 7476]
311    
312    * Sat Mar 16 2013 Shad L. Lords <slords@mail.com> 2.4.0-15.sme
313    - Fix libgomp obsoletes to not obsolete el6 version [SME: 7481]
314    
315    * Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 2.4.0-14.sme
316    - Hopefully last set of el5 obsoletes [SME: 7273]
317    
318    * Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 2.4.0-13.sme
319    - Even more el5 package dependencies removed [SME: 7273]
320    
321    * Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 2.4.0-12.sme
322    - Another el5 package dependency removed [SME: 7273]
323    
324  * Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 2.4.0-11.sme  * Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 2.4.0-11.sme
325  - Revert perl Bzip2 compress modules [SME: 7273]  - Revert perl Bzip2 compress modules [SME: 7273]
326    
# Line 986  SME Server module to display support and Line 1023  SME Server module to display support and
1023  %setup  %setup
1024  cp %{SOURCE1} root/etc/e-smith/web/common  cp %{SOURCE1} root/etc/e-smith/web/common
1025  cp %{SOURCE2} root/etc/e-smith/web/common  cp %{SOURCE2} root/etc/e-smith/web/common
1026    cp %{SOURCE3} root/etc/e-smith/web/common
1027    %patch1 -p1
1028    %patch2 -p1
1029    %patch3 -p1
1030    %patch4 -p1
1031    
1032  %build  %build
1033  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