Compare commits
2 Commits
1.0.4-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
01669e471c | |||
234679a008 |
19
xkill.spec
19
xkill.spec
@ -1,15 +1,14 @@
|
||||
Name: xkill
|
||||
Version: 1.0.4
|
||||
Version: 1.0.6
|
||||
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
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.x.org/wiki/
|
||||
Source: http://xorg.freedesktop.org/releases/individual/app/xkill-%{version}.tar.xz
|
||||
License: MIT
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
@ -20,6 +19,8 @@ BuildRequires: libXmu-devel
|
||||
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.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -36,11 +37,17 @@ This program is very dangerous, but is useful for aborting programs that have di
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING ChangeLog README
|
||||
%attr(755,root,root) %{_bindir}/xkill
|
||||
%{_mandir}/man?/*
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Sat Nov 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.6-1mamba
|
||||
- update to 1.0.6
|
||||
|
||||
* Fri Sep 14 2018 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Sep 10 2013 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user