1 |
|
# $Id: smeserver-openvpn-bridge.spec,v 1.9 2009/03/03 18:34:00 snetram 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 14 |
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 |
|
Patch17: smeserver-openvpn-bridge-2.0-fix-en-us-locale2.patch |
34 |
|
|
35 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
36 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
37 |
|
|
38 |
|
BuildRequires: e-smith-devtools |
39 |
|
|
40 |
Requires: e-smith-base |
Requires: e-smith-base |
41 |
Requires: openvpn |
Requires: openvpn |
42 |
Requires: perl(Net::OpenVPN::Manage) |
Requires: perl(Net::OpenVPN::Manage) |
50 |
won't have to generate them manually |
won't have to generate them manually |
51 |
|
|
52 |
%changelog |
%changelog |
53 |
|
* Tue Mar 03 2009 Jonathan Martens <smeserver-contribs@snetram.nl> [2.0-14] |
54 |
|
- Fix some grammar errors in the en-us locale |
55 |
|
|
56 |
|
* Tue Mar 03 2009 Jonathan Martens <smeserver-contribs@snetram.nl> [2.0-13] |
57 |
|
- Fix a typo in the en-us locale |
58 |
|
|
59 |
|
* Tue Mar 03 2009 Shad L. Lords <slords@mail.com> [2.0-12] |
60 |
|
- Fix xml language tag to be correct |
61 |
|
|
62 |
|
* Tue Mar 03 2009 Shad L. Lords <slords@mail.com> [2.0-11] |
63 |
|
- Remove duplicate translations that break pootle |
64 |
|
|
65 |
|
* Tue Mar 03 2009 Shad L. Lords <slords@mail.com> [2.0-10] |
66 |
|
- Rename locale/en to locale/en-us to pootle works |
67 |
|
|
68 |
|
* Tue Mar 03 2009 Daniel B. <daniel@firewall-services.com> [2.0-9] |
69 |
|
- Apply locale patch fr 1 |
70 |
|
- Add e-smith-devtools as a dependencie |
71 |
|
|
72 |
* 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] |
73 |
- Fix an error with the creation of the db |
- Fix an error with the creation of the db |
74 |
|
|
147 |
%patch9 -p1 |
%patch9 -p1 |
148 |
%patch10 -p1 |
%patch10 -p1 |
149 |
%patch11 -p1 |
%patch11 -p1 |
150 |
|
%patch12 -p1 |
151 |
|
%patch13 -p1 |
152 |
|
%patch14 -p1 |
153 |
|
%patch15 -p1 |
154 |
|
%patch16 -p1 |
155 |
|
%patch17 -p1 |
156 |
|
|
157 |
%build |
%build |
158 |
perl createlinks |
perl createlinks |