Author: wolvverine Date: Thu Apr 27 10:05:35 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - init
---- Files affected: SPECS: gmutoo.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/gmutoo.spec diff -u /dev/null SPECS/gmutoo.spec:1.1 --- /dev/null Thu Apr 27 12:05:35 2006 +++ SPECS/gmutoo.spec Thu Apr 27 12:05:30 2006 @@ -0,0 +1,82 @@ +# $Revision$, $Date$ +%bcond_with tests +%bcond_without gamin +# +Summary: gMUTOO - elegant service launcher/stopper/monitor. +Summary(pl): gMUTOO +Name: gmutoo +Version: 0.1 +Release: 0.1 +License: GPL v2 +Group: Applications +Source0: http://www.develia.org/files/%{name}-%{version}.tar.bz2 +# Source0-md5: 44453caf4551682a957eb3fe48d9de76 +URL: http://www.develia.org/ +%if %{with gamin} +BuildRequires: gamin-devel >= 0.1.7 +%endif +BuildRequires: glib2-devel >= 2.6 +BuildRequires: gtk+2-devel >= 2.6 +#Requires: - +#Obsoletes: - +#Conflicts: - +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +gMUTOO is an elegant service launcher/stopper/monitor that resides in +the window manager tray. It has been mostly thought for the launch of +daemons (httpd, ftpd, sshd and so on), but it can be used to +start/stop pretty anything. + +For each entry of its launch menu, a monitored file can be specified +(usually a PID file). The status of this file (exists/doesn't exist) +is monitored with Gamin (a FAM re-implementation); changes in the file +status influence the behaviour of gMUTOO, that displays the status of +the service and allows to quickly start it if the status is 'off' and +to stop it if the status is 'on'. + +gMUTOO can also be compiled without Gamin support, but the file +monitor won't be available in this case (for each entry in its menu, +gMUTOO will then provide start/stop buttons so the user can decide if +a service should be started or stopped). + +%description -l pl + +%prep +%setup -q + +%build +%configure \ +%if %{without gamin} +--disable-monitor +%endif + + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +#%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO +%attr(755,root,root) %{_bindir}/%{name} +%{_datadir}/applications/%{name}.desktop +%{_datadir}/pixmaps/%{name}_icon.xpm + +%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 2006/04/27 10:05:30 wolvverine +- init + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
