1 |
# $Id: e-smith-radiusd.spec,v 1.8 2010/11/02 17:02:22 slords Exp $ |
# $Id: e-smith-radiusd.spec,v 1.1 2013/02/14 16:17:00 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-radiusd |
%define name e-smith-radiusd |
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-radiusd-2.4.0-ng.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: e-smith-lib >= 1.15.1-16 |
Requires: e-smith-lib >= 1.15.1-16 |
17 |
Requires: freeradius >= 1.0.1 |
Requires: freeradius >= 1.0.1 |
18 |
Requires: radiusclient >= 0.3.2 |
Requires: radiusclient-ng >= 0.5.6 |
19 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
20 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
21 |
%define stunnelid 451 |
%define stunnelid 451 |
24 |
e-smith server and gateway - configure radius server |
e-smith server and gateway - configure radius server |
25 |
|
|
26 |
%changelog |
%changelog |
27 |
|
* Thu Feb 14 2013 Shad L. Lords <slords@mail.com> 2.4.0-2.sme |
28 |
|
- Update radiusclient to radiusclient-ng |
29 |
|
|
30 |
* 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 |
31 |
- Roll new stream for sme9 |
- Roll new stream for sme9 |
32 |
|
|
124 |
|
|
125 |
%prep |
%prep |
126 |
%setup |
%setup |
127 |
|
%patch1 -p1 |
128 |
|
|
129 |
%build |
%build |
130 |
perl createlinks |
perl createlinks |