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