/[smeserver]/rpms/e-smith-starterwebsite/sme10/e-smith-starterwebsite.spec
ViewVC logotype

Contents of /rpms/e-smith-starterwebsite/sme10/e-smith-starterwebsite.spec

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


Revision 1.3 - (show annotations) (download)
Thu May 12 22:12:29 2016 UTC (8 years ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-starterwebsite-2_6_0-3_el7_sme
Changes since 1.2: +8 -2 lines
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme
- Use CreateLinks instead of local functions so panel links point on the
  wrapper [SME: 9393]

1 # $Id: e-smith-starterwebsite.spec,v 1.2 2016/05/12 21:17:42 vip-ire Exp $
2
3 Summary: e-smith server and gateway - starterwebsite module
4 %define name e-smith-starterwebsite
5 Name: %{name}
6 %define version 2.6.0
7 %define release 3
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: GPL
11 Group: Networking/Daemons
12 Source: %{name}-%{version}.tar.xz
13 Patch0: e-smith-starterwebsite-2.6.0-use_createlinks.patch
14 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
15 BuildArchitectures: noarch
16 Requires: e-smith-base
17 Requires: e-smith-formmagick >= 1.4.0-9
18 BuildRequires: e-smith-devtools >= 1.13.1-03
19 AutoReqProv: no
20
21 %description
22 e-smith server and gateway software - starterwebsite module.
23
24 %changelog
25 * Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme
26 - Use CreateLinks instead of local functions so panel links point on the
27 wrapper [SME: 9393]
28
29 * Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme
30 - Rebuild for [SME: 9393]
31
32 * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme
33 - Initial release to sme10
34
35 * Thu Mar 27 2014 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme
36 - Correctly update the location of Primary index.html [SME: 8289]
37
38 * Thu Mar 27 2014 Ian Wells <esmith@wellsi.com> 2.4.0-2.sme
39 - Update location of Primary index.html [SME: 8289]
40
41 * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
42 - Roll new stream for sme9
43
44 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
45 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
46
47 * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.0.0-3
48 - Remove <base> tags now in general [SME: 3922]
49
50 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
51 - Clean up spec so package can be built by koji/plague
52
53 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
54 - Update to new release naming. No functional changes.
55 - Make Packager generic
56
57 * Thu Mar 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-01
58 - Roll stable stream version. [SME: 1016]
59
60 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 0.2.2-02
61 - Add COPYING file
62
63 * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
64 - [0.2.2-01]
65 - Remove L10Ns from base packages [SF: 1309520]
66
67 * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
68 - [0.2.1-01]
69 - New dev stream before relocating L10Ns
70
71 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
72 - [0.2.0-04]
73 - Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
74
75 * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
76 - [0.2.0-03]
77 - And add the correct file to the correct package [SF: 1293325]
78
79 * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
80 - [0.2.0-02]
81 - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
82
83 * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
84 - [0.2.0-01]
85 - Changing version to stable stream number - 0.2.0
86
87 * Wed May 7 2003 Lijie Deng <lijied@e-smith.com>
88 - [0.1.0-04]
89 - Add fr and es lexicon for starterwebsite [lijied 3793]
90
91 * Mon Apr 7 2003 Gordon Rowell <gordonr@e-smith.com>
92 - [0.1.0-03]
93 - Removed emacs leftovers [gordonr 8073]
94
95 * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
96 - [0.1.0-02]
97 - Modified the starterwebsite panel order [lijied 7356]
98 - Split en-us lexicon from panel [lijied 4030]
99
100 * Mon Jan 06 2003 Mark Knox <m_knox@mitel.com>
101 - [0.1.0-01]
102 - Initial import from e-smith-base [markk 5509]
103
104 %prep
105 %setup
106 %patch0 -p1
107
108 %pre
109
110 %post
111
112 %build
113 perl createlinks
114
115 %install
116 rm -rf $RPM_BUILD_ROOT
117 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
118 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > e-smith-%{version}-filelist
119 echo "%doc COPYING" >> e-smith-%{version}-filelist
120
121 %clean
122 rm -rf $RPM_BUILD_ROOT
123
124 %files -f e-smith-%{version}-filelist
125 %defattr(-,root,root)

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed