Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > b7e51c6e68be504d7a3297067f2e915e > files > 2

slay-1.2-8mdk.src.rpm

%define name	slay
%define Name	Slay
%define version	1.2
%define release	8mdk

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Utility to kill all processes belonging to a user
Source:		%{Name}-%{version}.tar.bz2
License:	GPL
Group:		Monitoring
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildArch:	noarch
Obsoletes:	Slay
Provides:	Slay

%description 
Slay sends given signal (KILL by default) to all processes belonging to user(s) 
given on the command line. 

%prep
%setup -n %{Name}-%{version}

%build
# do nothing

%install
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
install -m755 slay $RPM_BUILD_ROOT/%{_bindir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc Slay.1.2.lsm
%{_bindir}/slay

%changelog
* Fri Jul 23 2004 Guillaume Rousse <guillomovitch@mandrake.org> 1.2-8mdk 
- rebuild

* Mon Sep 08 2003 Guillaume Rousse <guillomovitch@linux-mandrake.com> 1.2-7mdk
- capitalization sux
- removed implicit requires

* Thu Jan 30 2003 Lenny Cartier <lenny@mandrakesoft.com> 1.2-6mdk
- rebuild

* Thu Feb 28 2002 Lenny Cartier <lenny@mandrakesoft.com> 1.2-5mdk
- rebuild

* Tue Mar 13 2001 Jeff Garzik <jgarzik@mandrakesoft.com> 1.2-4mdk
- This package is not arch specific, declare it noarch.

* Fri Mar  9 2001 Jeff Garzik <jgarzik@mandrakesoft.com> 1.2-3mdk
- add docs
- fix rpmlint warnings

* Mon Jul 31 2000 Lenny Cartier <lenny@mandrakesoft.com> 1.2-2mdk
- macros
- clean spec

* Thu Jul 07 2000 Lenny Cartier <lenny@mandrakesoft.com> 1.2-1mdk
- new in contribs
- here to celebrate the resurrection of the well known "titi sucks script"

* Thu Jul 7 2000 Bryan Paxton <evil7@bellsouth.net> 
- Initial build