1 |
|
# $Id: smeserver-openvpn-bridge.spec,v 1.7 2009/03/03 17:59:19 slords Exp $ |
2 |
|
# Authority: vip-ire |
3 |
|
# Name: Daniel Berteaud |
4 |
|
|
5 |
Summary: OpenVPN, a strong VPN solution build over SSL, pre-configured for bridge mode |
Summary: OpenVPN, a strong VPN solution build over SSL, pre-configured for bridge mode |
6 |
%define name smeserver-openvpn-bridge |
%define name smeserver-openvpn-bridge |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 2.0 |
%define version 2.0 |
9 |
%define release 8 |
%define release 13 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
25 |
Patch9: smeserver-openvpn-bridge-2.0-configure_crl_url.patch |
Patch9: smeserver-openvpn-bridge-2.0-configure_crl_url.patch |
26 |
Patch10: smeserver-openvpn-bridge-2.0-check_certs.patch2 |
Patch10: smeserver-openvpn-bridge-2.0-check_certs.patch2 |
27 |
Patch11: smeserver-openvpn-bridge-2.0-create_openvpn_db.patch |
Patch11: smeserver-openvpn-bridge-2.0-create_openvpn_db.patch |
28 |
|
Patch12: smeserver-openvpn-bridge-2.0-local_fr_1.patch |
29 |
|
Patch13: smeserver-openvpn-bridge-2.0-fixtranslation.patch |
30 |
|
Patch14: smeserver-openvpn-bridge-2.0-removedups.patch |
31 |
|
Patch15: smeserver-openvpn-bridge-2.0-fixlangtag.patch |
32 |
|
Patch16: smeserver-openvpn-bridge-2.0-fix-en-us-locale.patch |
33 |
|
|
34 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
35 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
36 |
|
|
37 |
|
BuildRequires: e-smith-devtools |
38 |
|
|
39 |
Requires: e-smith-base |
Requires: e-smith-base |
40 |
Requires: openvpn |
Requires: openvpn |
41 |
Requires: perl(Net::OpenVPN::Manage) |
Requires: perl(Net::OpenVPN::Manage) |
49 |
won't have to generate them manually |
won't have to generate them manually |
50 |
|
|
51 |
%changelog |
%changelog |
52 |
|
* Tue Mar 03 2009 Jonathan Martens <smeserver-contribs@snetram.nl> [2.0-13] |
53 |
|
- Fix a typo in the en-us locale |
54 |
|
|
55 |
|
* Tue Mar 03 2009 Shad L. Lords <slords@mail.com> [2.0-12] |
56 |
|
- Fix xml language tag to be correct |
57 |
|
|
58 |
|
* Tue Mar 03 2009 Shad L. Lords <slords@mail.com> [2.0-11] |
59 |
|
- Remove duplicate translations that break pootle |
60 |
|
|
61 |
|
* Tue Mar 03 2009 Shad L. Lords <slords@mail.com> [2.0-10] |
62 |
|
- Rename locale/en to locale/en-us to pootle works |
63 |
|
|
64 |
|
* Tue Mar 03 2009 Daniel B. <daniel@firewall-services.com> [2.0-9] |
65 |
|
- Apply locale patch fr 1 |
66 |
|
- Add e-smith-devtools as a dependencie |
67 |
|
|
68 |
* Thu Jan 29 2009 Daniel B. <daniel@firewall-services.com> [2.0-8] |
* Thu Jan 29 2009 Daniel B. <daniel@firewall-services.com> [2.0-8] |
69 |
- Fix an error with the creation of the db |
- Fix an error with the creation of the db |
70 |
|
|
143 |
%patch9 -p1 |
%patch9 -p1 |
144 |
%patch10 -p1 |
%patch10 -p1 |
145 |
%patch11 -p1 |
%patch11 -p1 |
146 |
|
%patch12 -p1 |
147 |
|
%patch13 -p1 |
148 |
|
%patch14 -p1 |
149 |
|
%patch15 -p1 |
150 |
|
%patch16 -p1 |
151 |
|
|
152 |
%build |
%build |
153 |
perl createlinks |
perl createlinks |