diff --git a/README.md b/README.md index 4b9db0f..9df0a00 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # wmctrl wmctrl is a UNIX/Linux command line tool to interact with an EWMH/NetWM compatible X Window Manager. - The tool provides command line access to almost all the features defined in the EWMH specification. It can be used, for example, to get information about the window manager, to get a detailed list of desktops and managed windows, to switch and resize desktops, to make windows full-screen, always-above or sticky, and to activate, close, move, resize, maximize and minimize them. - The command line access to these window management functions makes it easy to automate and execute them from any application that is able to run a command in response to an event. diff --git a/wmctrl.spec b/wmctrl.spec index a3a6d69..d083ec4 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,31 +1,30 @@ Name: wmctrl Version: 1.07 -Release: 1mamba +Release: 2mamba Summary: A command line tool to interact with an EWMH/NetWM compatible X Window Manager Group: System/Tools Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://tomas.styblo.name/wmctrl/ +URL: https://web.archive.org/web/20221116231622/http://tripie.sweb.cz/utils/wmctrl/ Source: http://tomas.styblo.name/wmctrl/dist/wmctrl-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libglib-devel BuildRequires: libICE-devel BuildRequires: libSM-devel BuildRequires: libX11-devel BuildRequires: libXmu-devel +BuildRequires: libglib-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description wmctrl is a UNIX/Linux command line tool to interact with an EWMH/NetWM compatible X Window Manager. - The tool provides command line access to almost all the features defined in the EWMH specification. It can be used, for example, to get information about the window manager, to get a detailed list of desktops and managed windows, to switch and resize desktops, to make windows full-screen, always-above or sticky, and to activate, close, move, resize, maximize and minimize them. - The command line access to these window management functions makes it easy to automate and execute them from any application that is able to run a command in response to an event. +%debug_package + %prep %setup -q @@ -44,8 +43,12 @@ The command line access to these window management functions makes it easy to au %defattr(-,root,root) %{_bindir}/wmctrl %{_mandir}/man1/wmctrl.1* -%doc AUTHORS COPYING ChangeLog README +%doc AUTHORS COPYING +#ChangeLog README %changelog +* Thu Nov 02 2023 Silvan Calarco 1.07-2mamba +- rebuilt + * Wed Jun 01 2011 Silvan Calarco 1.07-1mamba - package created by autospec