Subversion Repositories ALCASAR

Rev

Rev 3085 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 3085 Rev 3088
Line 7... Line 7...
7
Release:	2%{?dist}
7
Release:	2%{?dist}
8
License:	GPLv3
8
License:	GPLv3
9
Packager:	Richard REY (Rexy) 
9
Packager:	Richard REY (Rexy) 
10
Group:		System/Servers
10
Group:		System/Servers
11
URL:		https://coova.github.io/CoovaChilli
11
URL:		https://coova.github.io/CoovaChilli
12
Source:		%{name}-master.tar.gz
12
Source:		%{name}-%{version}.tar.gz
13
Patch0:		chilli.h.patch
13
Patch0:		chilli.h.patch
14
Patch1:		chilli_limits.h.patch
14
Patch1:		chilli_limits.h.patch
15
Patch2:		redir.c.patch
15
Patch2:		redir.c.patch
16
Patch3:		Makefile.am.patch
16
Patch3:		Makefile.am.patch
17
Patch4:		CoovaChilliLib.py.patch
17
Patch4:		CoovaChilliLib.py.patch
Line 28... Line 28...
28
supports Wireless Protected Access (WPA), the standard for secure roamable
28
supports Wireless Protected Access (WPA), the standard for secure roamable
29
networks. Authentication, Authorization and Accounting (AAA) is handled by
29
networks. Authentication, Authorization and Accounting (AAA) is handled by
30
your favorite radius server. Read more at http://coova.github.io/.
30
your favorite radius server. Read more at http://coova.github.io/.
31
 
31
 
32
%prep
32
%prep
33
%setup -q -n %{name}-master
33
%setup -q -n %{name}-%{version}
34
 
34
 
35
%patch0 -p3
35
%patch0 -p3
36
%patch1 -p0
36
%patch1 -p0
37
%patch2 -p0
37
%patch2 -p0
38
%patch3 -p0
38
%patch3 -p0