]> git.pld-linux.org Git - packages/chillispot.git/blame - chillispot.spec
- tabs in preamble
[packages/chillispot.git] / chillispot.spec
CommitLineData
b9e2c6eb 1#
2# TODO:
3# initscript, requires, cleanups, create as webapp?,
4
b1a09b29 5Summary: ChilliSpot - a Wireless LAN Access Point Controller
fc13bbc7 6Summary(pl.UTF-8): ChilliSpot - kontroler punktu dostępowego (AP) lokalnej sieci bezprzewodowej
b9e2c6eb 7Name: chillispot
8Version: 1.1.0
9Release: 0.1
10License: GPL
11Group: Networking/Daemons
b9e2c6eb 12Source0: http://www.chillispot.org/download/%{name}-%{version}.tar.gz
13# Source0-md5: 9d2597756af3fa14d7331b4a3651fc9b
b1a09b29
JB
14#Source1: chilli.init
15URL: http://www.chillispot.org/
16BuildRequires: autoconf
17BuildRequires: automake
18BuildRequires: libtool
b9e2c6eb 19#Requires(postun): rpm-helper
20#Requires(pre): rpm-helper
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24ChilliSpot is an open source captive portal or wireless LAN access
25point controller. It supports web based login which is today's
26standard for public HotSpots and it supports Wireless Protected Access
27(WPA) which is the standard of the future. Authentication,
28Authorization and Accounting (AAA) is handled by your favorite radius
b1a09b29 29server. Read more on <http://www.chillispot.org/>.
b9e2c6eb 30
db3db3ad
JR
31%description -l pl.UTF-8
32ChilliSpot to mający otwarte źródła ograniczony portal lub kontroler
33punktu dostępowego (Access Point) bezprzewodowej sieci lokalnej.
34Obsługuje logowanie oparte na WWW, będące obecnie standardem dla
35publicznych HotSpotów, oraz WPA (Wireless Protected Access), będące
36standardem przyszłości. Uwierzytelnianie, autoryzacja i rozliczanie
37(Authentication, Authorization, Accounting - AAA) są obsługiwane przy
38użyciu wybranego serwera radius. Więcej można przeczytać pod
b1a09b29 39<http://www.chillispot.org/>.
b9e2c6eb 40
b1a09b29 41%prep
b9e2c6eb 42%setup -q
43
b9e2c6eb 44%build
45%{__libtoolize}
46%{__aclocal}
47%{__autoconf}
48%{__autoheader}
49%{__automake}
50%configure
51%{__make}
52
53%install
54rm -rf $RPM_BUILD_ROOT
55
56%{__make} install \
57 DESTDIR=$RPM_BUILD_ROOT
b9e2c6eb 58
b1a09b29
JB
59install -d $RPM_BUILD_ROOT%{_sysconfdir}
60install doc/chilli.conf $RPM_BUILD_ROOT%{_sysconfdir}
b9e2c6eb 61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
65%files
66%defattr(644,root,root,755)
67%doc CREDITS doc/firewall.iptables doc/freeradius.users doc/hotspotlogin.cgi
b1a09b29 68#%attr(755,root,root) /etc/rc.d/init.d/chillispot
b9e2c6eb 69%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
70%attr(755,root,root) %{_sbindir}/chilli
71%{_mandir}/man8/chilli.8*
This page took 0.078135 seconds and 4 git commands to generate.