Author: spider Date: Fri Jul 15 11:38:02 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - init
---- Files affected: SPECS: sambasentinel.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/sambasentinel.spec diff -u /dev/null SPECS/sambasentinel.spec:1.1 --- /dev/null Fri Jul 15 13:38:02 2005 +++ SPECS/sambasentinel.spec Fri Jul 15 13:37:57 2005 @@ -0,0 +1,63 @@ +# $Revision$, $Date$ +Summary: SambaSentinel is basically a gtk-frontend to smbstatus +Summary(pl): SambaSentinel to prosty interface do smbstatus +Name: sambasentinel +Version: 0.1 +Release: 1 +License: GPL v2 +Group: Networking/Tool +###### Unknown group! +###### Unknown group! +Source0: http://homepage.mac.com/mattsash/fink/SambaSentinel-%{version}.tar.gz +# Source0-md5: f9213946e051ec0491e21ae1d13de9cf +URL: http://kling.mine.nu/sambasentinel.htm +BuildRequires: gtk+-devel +Requires: samba +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +SambaSentinel is basically a gtk-frontend to smbstatus but it extends +it with number of useful features such as: +- Kill a specific samba-process with a simple mouse-click. +- Multi-threaded (one thread for gui and one for running + smbstatus/updating). +- See which files a specific user is accessing. +- Mount and browse a visiting computer (with jags). + +%description -l pl +SambaSentinel to prosty interface do smbstatus, ale rozszerzający go +kilkoma urzytecznymi dodatkami, takimi jak: +- Zabijanie procesów samby prostym kliknięciem myszki. +- Wielowątkowość (jeden wątek dla interfacu graficznego o jeden dla + uruchomionych smbstatus/updating). +- Podgląd z których plików korzystają poszczególni użytkownicy. +- Montowanie i przeglądanie komputerów (z wyk. jags) + +%prep +%setup -q -n SambaSentinel + +%build +%{__make} \ + CFLAGS="%{rpmcflags}" + +%install +rm -rf $RPM_BUILD_ROOT +install -D SambaSentinel $RPM_BUILD_ROOT%{_bindir}/SambaSentinel + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc 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 + +$Log$ +Revision 1.1 2005/07/15 11:37:57 spider +- init + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
