1 |
Summary: IPSEC support for SME Server |
Summary: IPSEC support for SME Server |
2 |
%define name smeserver-ipsec |
%define name smeserver-ipsec |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 0.0.1 |
%define version 0.0.2 |
5 |
%define release 02 |
%define release 04 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release} |
Release: %{release} |
8 |
Copyright: Freely distributable |
License: GPL |
9 |
Group: Networking/Daemons |
Group: Networking/Daemons |
10 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
11 |
Patch0: smeserver-ipsec-0.0.1-relocatemastemplates.patch |
Patch0: smeserver-ipsec-0.0.1-relocatemastemplates.patch |
12 |
|
Patch1: smeserver-ipsec-0.0.1-dbdefaults.patch |
13 |
BuildRoot: /var/tmp/e-smith-buildroot |
BuildRoot: /var/tmp/e-smith-buildroot |
14 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
15 |
Requires: e-smith-release >= 7 |
Requires: e-smith-release >= 7 |
19 |
Obsoletes: devinfo-freeswan |
Obsoletes: devinfo-freeswan |
20 |
|
|
21 |
%changelog |
%changelog |
22 |
* Wed Jan 4 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.1-02 |
* Wed Jan 4 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.2-04 |
23 |
- Moved masq templates into templates from templates-custom |
- Comment out createlinks in build for now, until the old freeswan |
24 |
|
based ones are removed/updated. Thankfully we don't need to do most |
25 |
|
of this with SME7 and ipsec-tools |
26 |
|
|
27 |
|
* Wed Jan 4 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.2-03 |
28 |
|
- Add db defaults ipsec=service|status|disabled |
29 |
|
|
30 |
|
* Wed Jan 4 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.2-02 |
31 |
|
- Relocate masq fragments to templates from templates-custom |
32 |
|
|
33 |
|
* Wed Jan 4 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.2-01 |
34 |
|
- Removed symlinks from imported tarball |
35 |
|
|
36 |
* Wed Jan 4 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.1-01 |
* Wed Jan 4 2006 Gordon Rowell <gordonr@gormand.com.au> 0.0.1-01 |
37 |
- Package renamed to smeserver-ipsec (from devinfo-freeswan) |
- Package renamed to smeserver-ipsec (from devinfo-freeswan) |
185 |
%prep |
%prep |
186 |
%setup |
%setup |
187 |
%patch0 -p1 |
%patch0 -p1 |
188 |
|
%patch1 -p1 |
189 |
|
|
190 |
%build |
%build |
191 |
perl createlinks |
# perl createlinks |
192 |
|
|
193 |
%install |
%install |
194 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |