diff --git a/wmctrl.spec b/wmctrl.spec index 477e28a..3458bd7 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,15 +1,17 @@ Name: wmctrl Version: 1.07 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Command line tool to interact with an X Window Manager Group: User Interface/X License: GPLv2+ URL: http://sweb.cz/tripie/utils/wmctrl Source0: http://sweb.cz/tripie/utils/wmctrl/dist/%{name}-%{version}.tar.gz +BuildRequires: xorg-x11-proto-devel +BuildRequires: libXmu-devel +BuildRequires: glib2-devel Patch0: http://ftp.de.debian.org/debian/pool/main/w/wmctrl/wmctrl_1.07-6.diff.gz - -BuildRequires: xorg-x11-proto-devel, libXmu-devel, glib2-devel +Patch1: wmctrl-sticky-workspace.patch %description The wmctrl program is a UNIX/Linux command line tool to interact with an @@ -26,6 +28,7 @@ application that is able to run a command in response to an event. %prep %setup -q %patch0 -p1 +%patch1 -p1 %build @@ -44,6 +47,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Fri Feb 24 2012 Jens Petersen - 1.07-12 +- add patch to allow stick to all workspaces from Jeff Bastien (#524023) + * Sat Jan 14 2012 Fedora Release Engineering - 1.07-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild