From b1a09b29a312cc65c68ac89e0911d63fadf1e97a Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 5 Oct 2006 06:37:26 +0000 Subject: [PATCH] - pl, some cleanups Changed files: chillispot.spec -> 1.2 --- chillispot.spec | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/chillispot.spec b/chillispot.spec index 37e8fc2..193aecd 100644 --- a/chillispot.spec +++ b/chillispot.spec @@ -2,16 +2,20 @@ # TODO: # initscript, requires, cleanups, create as webapp?, -Summary: ChilliSpot is a Wireless LAN Access Point Controller +Summary: ChilliSpot - a Wireless LAN Access Point Controller +Summary(pl): ChilliSpot - kontroler punktu dostêpowego (AP) lokalnej sieci bezprzewodowej Name: chillispot Version: 1.1.0 Release: 0.1 License: GPL Group: Networking/Daemons -URL: http://www.chillispot.org Source0: http://www.chillispot.org/download/%{name}-%{version}.tar.gz # Source0-md5: 9d2597756af3fa14d7331b4a3651fc9b -#Source1: chilli.init.bz2 +#Source1: chilli.init +URL: http://www.chillispot.org/ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool #Requires(postun): rpm-helper #Requires(pre): rpm-helper BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -22,16 +26,21 @@ point controller. It supports web based login which is today's standard for public HotSpots and it supports Wireless Protected Access (WPA) which is the standard of the future. Authentication, Authorization and Accounting (AAA) is handled by your favorite radius -server. Read more on http://www.chillispot.org +server. Read more on . -%prep +%description -l pl +ChilliSpot to maj±cy otwarte ¼ród³a ograniczony portal lub kontroler +punktu dostêpowego (Access Point) bezprzewodowej sieci lokalnej. +Obs³uguje logowanie oparte na WWW, bêd±ce obecnie standardem dla +publicznych HotSpotów, oraz WPA (Wireless Protected Access), bêd±ce +standardem przysz³o¶ci. Uwierzytelnianie, autoryzacja i rozliczanie +(Authentication, Authorization, Accounting - AAA) s± obs³ugiwane przy +u¿yciu wybranego serwera radius. Wiêcej mo¿na przeczytaæ pod +. +%prep %setup -q -# cleanup cvs junk - -#bzcat %{SOURCE1} > chillispot.init - %build %{__libtoolize} %{__aclocal} @@ -46,14 +55,9 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_sysconfdir}/ - -install doc/chilli.conf $RPM_BUILD_ROOT%{_sysconfdir}/ -#install - -%post -%preun +install -d $RPM_BUILD_ROOT%{_sysconfdir} +install doc/chilli.conf $RPM_BUILD_ROOT%{_sysconfdir} %clean rm -rf $RPM_BUILD_ROOT @@ -61,7 +65,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc CREDITS doc/firewall.iptables doc/freeradius.users doc/hotspotlogin.cgi -#%attr(0755,root,root) %{_initrddir}/chillispot +#%attr(755,root,root) /etc/rc.d/init.d/chillispot %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/* %attr(755,root,root) %{_sbindir}/chilli %{_mandir}/man8/chilli.8* -- 2.43.0