SPECS: shush.spec (NEW) - initial version

lisu lisu at pld-linux.org
Mon Nov 6 21:44:39 CET 2006


Author: lisu                         Date: Mon Nov  6 20:44:39 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial version

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

---- Diffs:

================================================================
Index: SPECS/shush.spec
diff -u /dev/null SPECS/shush.spec:1.1
--- /dev/null	Mon Nov  6 21:44:39 2006
+++ SPECS/shush.spec	Mon Nov  6 21:44:34 2006
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+Summary:	A wrapper around cron jobs.
+Summary(pl):	Wrapper dla zadań cronowych.
+Name:		shush
+Version:	1.0.2
+Release:	1
+License:	?
+Group:		Applications/Console
+Source0:	http://web.taranis.org/shush/dist/%{name}-%{version}.tgz
+# Source0-md5:	e08e7be994060e549627d205040734dd
+Patch0:		%{name}-Makefile.patch
+URL:		http://web.taranis.org/shush/
+#BuildRequires:	-
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Shush runs a command and optionally reports its output by email. It is a powerful wrapper around cron jobs.
+
+%description -l pl
+Shush wykonuje komendę i opcjonalnie wysyła wynik jej działania poprzez email. Jest to potężny wrapper dla zadań cronowych.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%configure
+%{__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)
+#LICENSE file is required (read it)
+%doc CHANGES LICENSE 
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*.1.gz 
+
+%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/11/06 20:44:34  lisu
+- initial version
+
================================================================


More information about the pld-cvs-commit mailing list