automatic update by autodist [release 1.0.4-1mamba;Tue Sep 10 2013]
This commit is contained in:
parent
03852aff2a
commit
5847243d7b
@ -1,2 +1,5 @@
|
|||||||
# xkill
|
# xkill
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
48
xkill.spec
Normal file
48
xkill.spec
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user