SPECS: chillispot.spec - pl, some cleanups
qboosh
qboosh at pld-linux.org
Thu Oct 5 08:37:31 CEST 2006
Author: qboosh Date: Thu Oct 5 06:37:31 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl, some cleanups
---- Files affected:
SPECS:
chillispot.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/chillispot.spec
diff -u SPECS/chillispot.spec:1.1 SPECS/chillispot.spec:1.2
--- SPECS/chillispot.spec:1.1 Sun Oct 1 17:59:12 2006
+++ SPECS/chillispot.spec Thu Oct 5 08:37:26 2006
@@ -3,16 +3,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)
@@ -23,16 +27,21 @@
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 <http://www.chillispot.org/>.
-%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
+<http://www.chillispot.org/>.
+%prep
%setup -q
-# cleanup cvs junk
-
-#bzcat %{SOURCE1} > chillispot.init
-
%build
%{__libtoolize}
%{__aclocal}
@@ -47,14 +56,9 @@
%{__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
@@ -62,7 +66,7 @@
%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*
@@ -73,9 +77,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2006/10/05 06:37:26 qboosh
+- pl, some cleanups
+
Revision 1.1 2006/10/01 15:59:12 djrzulf
- init version, builds, maybe works,
- adapterized,
- TODO added,
-
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/chillispot.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list