Author: speedo Date: Mon Mar 7 15:34:01 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - init version
---- Files affected: SPECS: wewimo.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/wewimo.spec diff -u /dev/null SPECS/wewimo.spec:1.1 --- /dev/null Mon Mar 7 16:34:01 2005 +++ SPECS/wewimo.spec Mon Mar 7 16:33:56 2005 @@ -0,0 +1,50 @@ +# $Revision$, $Date$ +Summary: WeWiMo is a small script for monitoring computers connected to access point. +Summary(pl): WeWiMo jest to mały skrypt do monitorowania komputerów połączonych do access pointa. +Name: wewimo +Version: 0.1.0 +Release: 0.1 +License: GPL +Group: Applications/Networking +Source0: http://www.mobilnews.cz/honza/dnload/wewimo//%{name}-%{version}.tar.gz +# Source0-md5: +URL: http://www.mobilnews.cz/honza/en_prog_linux_wewimo.php +PreReq: webserver +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +WeWiMo (Web WiFi Monitor) is a small script for monitoring computers +connected to access point running Linux and hostap driver for WiFi cards +(ZCom XI-626). + +%description -l pl +WeWiMo (Web WiFi Monitor) jest to mały skrypt do monitorowania komputerów +połączonych do access pointa działającego pod kontrolą Linuksa i używającego +kart WiFi (ZCom XI-626) . + +%prep +%setup -q + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} + +install wewimo/wewimo $RPM_BUILD_ROOT%{_bindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc TODO INSTALL LICENSE README ChangeLog +%attr(755,root,root) %{_bindir}/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) + + +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + + ================================================================ _______________________________________________ pld-cvs-commit mailing list pld-cvs-commit@pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit