SPECS: chillispot.spec (NEW) - init version, builds, maybe works, ...

djrzulf djrzulf at pld-linux.org
Sun Oct 1 17:59:17 CEST 2006


Author: djrzulf                      Date: Sun Oct  1 15:59:17 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init version, builds, maybe works,
- adapterized,
- TODO added,

---- Files affected:
SPECS:
   chillispot.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/chillispot.spec
diff -u /dev/null SPECS/chillispot.spec:1.1
--- /dev/null	Sun Oct  1 17:59:17 2006
+++ SPECS/chillispot.spec	Sun Oct  1 17:59:12 2006
@@ -0,0 +1,81 @@
+# $Revision$, $Date$
+#
+# TODO:
+# initscript, requires, cleanups, create as webapp?,
+
+Summary:	ChilliSpot is a Wireless LAN Access Point Controller
+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
+#Requires(postun): rpm-helper
+#Requires(pre): rpm-helper
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ChilliSpot is an open source captive portal or wireless LAN access
+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
+
+%prep
+
+%setup -q
+
+# cleanup cvs junk
+
+#bzcat %{SOURCE1} > chillispot.init
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+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
+
+%clean
+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
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
+%attr(755,root,root) %{_sbindir}/chilli
+%{_mandir}/man8/chilli.8*
+
+%define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/10/01 15:59:12  djrzulf
+- init version, builds, maybe works,
+- adapterized,
+- TODO added,
+
+
================================================================


More information about the pld-cvs-commit mailing list