1 |
Summary: e-smith server and gateway - starterwebsite module |
2 |
%define name e-smith-starterwebsite |
3 |
Name: %{name} |
4 |
%define version 1.0.0 |
5 |
%define release 3 |
6 |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
8 |
License: GPL |
9 |
Group: Networking/Daemons |
10 |
Source: %{name}-%{version}.tar.gz |
11 |
Patch0: e-smith-starterwebsite-1.0.0.tags2general.patch3 |
12 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
13 |
BuildArchitectures: noarch |
14 |
Requires: e-smith-base |
15 |
Requires: e-smith-formmagick >= 1.4.0-9 |
16 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
17 |
AutoReqProv: no |
18 |
|
19 |
%description |
20 |
e-smith server and gateway software - starterwebsite module. |
21 |
|
22 |
%changelog |
23 |
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.0.0-3 |
24 |
- Remove <base> tags now in general [SME: 3922] |
25 |
|
26 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
27 |
- Clean up spec so package can be built by koji/plague |
28 |
|
29 |
* Thu Dec 07 2006 Shad L. Lords <slords@mail.com> |
30 |
- Update to new release naming. No functional changes. |
31 |
- Make Packager generic |
32 |
|
33 |
* Thu Mar 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-01 |
34 |
- Roll stable stream version. [SME: 1016] |
35 |
|
36 |
* Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 0.2.2-02 |
37 |
- Add COPYING file |
38 |
|
39 |
* Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com> |
40 |
- [0.2.2-01] |
41 |
- Remove L10Ns from base packages [SF: 1309520] |
42 |
|
43 |
* Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com> |
44 |
- [0.2.1-01] |
45 |
- New dev stream before relocating L10Ns |
46 |
|
47 |
* Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com> |
48 |
- [0.2.0-04] |
49 |
- Added Italian L10N - Thanks Filippo Carletti [SF: 1309266] |
50 |
|
51 |
* Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com> |
52 |
- [0.2.0-03] |
53 |
- And add the correct file to the correct package [SF: 1293325] |
54 |
|
55 |
* Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com> |
56 |
- [0.2.0-02] |
57 |
- Added German L10N - Thanks Dietmar Berteld [SF: 1293325] |
58 |
|
59 |
* Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com> |
60 |
- [0.2.0-01] |
61 |
- Changing version to stable stream number - 0.2.0 |
62 |
|
63 |
* Wed May 7 2003 Lijie Deng <lijied@e-smith.com> |
64 |
- [0.1.0-04] |
65 |
- Add fr and es lexicon for starterwebsite [lijied 3793] |
66 |
|
67 |
* Mon Apr 7 2003 Gordon Rowell <gordonr@e-smith.com> |
68 |
- [0.1.0-03] |
69 |
- Removed emacs leftovers [gordonr 8073] |
70 |
|
71 |
* Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com> |
72 |
- [0.1.0-02] |
73 |
- Modified the starterwebsite panel order [lijied 7356] |
74 |
- Split en-us lexicon from panel [lijied 4030] |
75 |
|
76 |
* Mon Jan 06 2003 Mark Knox <m_knox@mitel.com> |
77 |
- [0.1.0-01] |
78 |
- Initial import from e-smith-base [markk 5509] |
79 |
|
80 |
%prep |
81 |
%setup |
82 |
%patch0 -p1 |
83 |
|
84 |
%pre |
85 |
|
86 |
%post |
87 |
|
88 |
%build |
89 |
perl createlinks |
90 |
|
91 |
%install |
92 |
rm -rf $RPM_BUILD_ROOT |
93 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
94 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > e-smith-%{version}-filelist |
95 |
echo "%doc COPYING" >> e-smith-%{version}-filelist |
96 |
|
97 |
%clean |
98 |
rm -rf $RPM_BUILD_ROOT |
99 |
|
100 |
%files -f e-smith-%{version}-filelist |
101 |
%defattr(-,root,root) |