]> git.pld-linux.org Git - packages/chillispot.git/commitdiff
- pl, some cleanups
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 5 Oct 2006 06:37:26 +0000 (06:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chillispot.spec -> 1.2

chillispot.spec

index 37e8fc2ee7d80653180810c865658f0e75b6459e..193aecdc5ab5c5ab1f06ed6d60c54bedd0d82ec7 100644 (file)
@@ -2,16 +2,20 @@
 # TODO:
 # initscript, requires, cleanups, create as webapp?,
 
 # 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
 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
 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)
 #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
 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
 
 %setup -q
 
-# cleanup cvs junk
-
-#bzcat %{SOURCE1} > chillispot.init
-
 %build
 %{__libtoolize}
 %{__aclocal}
 %build
 %{__libtoolize}
 %{__aclocal}
@@ -46,14 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
         DESTDIR=$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
 
 %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
 %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*
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
 %attr(755,root,root) %{_sbindir}/chilli
 %{_mandir}/man8/chilli.8*
This page took 0.092647 seconds and 4 git commands to generate.