49 lines
1.3 KiB
RPMSpec
49 lines
1.3 KiB
RPMSpec
Name: xkill
|
|
Version: 1.0.4
|
|
Release: 1mamba
|
|
Summary: xkill application to kill a client by its X resource
|
|
Group: Graphical Desktop/Applications/Utilities
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
|
URL: http://xorg.freedesktop.org/
|
|
Source: http://xorg.freedesktop.org/releases/individual/app/xkill-%{version}.tar.bz2
|
|
License: MIT
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libXmu-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
xkill is a utility for forcing the X server to close connections to clients.
|
|
This program is very dangerous, but is useful for aborting programs that have displayed undesired windows on a user's screen.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc COPYING ChangeLog README
|
|
%attr(755,root,root) %{_bindir}/xkill
|
|
%{_mandir}/man?/*
|
|
|
|
%changelog
|
|
* Tue Sep 10 2013 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sun Feb 27 2011 Tiziana Ferro <tiziana.ferro@email.it> 1.0.3-1mamba
|
|
- package created by autospec
|