File shush.spec of Package shush
# norootforbuild
Name: shush
Version: 1.2.2
Release: 0
Summary: Command Wrapper that optionally sends Output by Email
Source: http://web.taranis.org/shush/dist/shush-%{version}.tgz
Patch1: shush-fix.patch
Patch2: shush-destdir.patch
Patch3: shush-includes.patch
URL: http://web.taranis.org/shush/
Group: System/Shells
License: BSD License (original)
BuildRoot: %{_tmppath}/build-%{name}-%{version}
BuildRequires: pcre-devel
BuildRequires: bison
%if 0%{?fedora_version}
BuildRequires: byacc
%endif
# needed for configure to find /usr/lib/sendmail:
BuildRequires: postfix
BuildRequires: gcc make glibc-devel
BuildRequires: autoconf automake libtool
%description
shush runs a command and optionally reports its output by email. It is a
powerful wrapper around cron jobs.
Authors:
--------
Christophe Kalt <shush@taranis.org>
%debug_package
%prep
%setup -q
%patch1
%patch2
%patch3
%build
%configure
%__make %{?jobs:-j%{jobs}}
%install
%makeinstall
%clean
%__rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%doc CHANGES LICENSE
%{_bindir}/shush
%doc %{_mandir}/man1/shush.1*
%changelog
* Wed Apr 2 2008 Pascal Bleser <guru@unixtech.be> 1.2.2
- new upstream version
* major bugfixes
* Sun Mar 9 2008 Pascal Bleser <guru@unixtech.be> 1.2
- new package
# Local Variables:
# mode: rpm-spec
# tab-width: 3
# End: