1 |
# $Id: e-smith-pptpd.spec,v 1.6 2010/03/05 20:07:37 slords Exp $ |
# $Id: e-smith-pptpd.spec,v 1.1 2013/02/14 16:16:40 slords Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - configure PPTP inbound VPN |
Summary: e-smith server and gateway - configure PPTP inbound VPN |
4 |
%define name e-smith-pptpd |
%define name e-smith-pptpd |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.4.0 |
%define version 2.4.0 |
7 |
%define release 1 |
%define release 2 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch1: e-smith-pptpd-2.4.0-negation.patch |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
Requires: e-smith-base >= 4.13.16-27 |
Requires: e-smith-base >= 4.13.16-27 |
16 |
Requires: pptpd |
Requires: pptpd |
29 |
e-smith server and gateway - configure inbound PPTP VPN access |
e-smith server and gateway - configure inbound PPTP VPN access |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Tue Feb 19 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme |
33 |
|
- Use extrapositioned negation in iptables rules [SME: 7262] |
34 |
|
|
35 |
* Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
* Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
36 |
- Roll new stream for sme9 |
- Roll new stream for sme9 |
37 |
|
|
610 |
|
|
611 |
%prep |
%prep |
612 |
%setup |
%setup |
613 |
|
%patch1 -p1 |
614 |
|
|
615 |
%build |
%build |
616 |
perl createlinks |
perl createlinks |