[wmctrl] import new approved package (#742166)

Jens Petersen petersen at fedoraproject.org
Wed Nov 16 04:12:19 UTC 2011


commit 05ae719a2ddfb1fc4197c36489f60fbcfef0e816
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Nov 16 13:12:16 2011 +0900

    import new approved package (#742166)

 dead.package |    1 -
 sources      |    2 +
 wmctrl.spec  |   77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 79 insertions(+), 1 deletions(-)
---
diff --git a/sources b/sources
new file mode 100644
index 0000000..3b52946
--- /dev/null
+++ b/sources
@@ -0,0 +1,2 @@
+1fe3c7a2caa6071e071ba34f587e1555  wmctrl-1.07.tar.gz
+7ddf2aadc48f4300c16160b3c9a7e141  wmctrl_1.07-6.diff.gz
diff --git a/wmctrl.spec b/wmctrl.spec
new file mode 100644
index 0000000..fb3fb4f
--- /dev/null
+++ b/wmctrl.spec
@@ -0,0 +1,77 @@
+Name:           wmctrl
+Version:        1.07
+Release:        8%{?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
+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
+
+%description
+The wmctrl program 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 obtain 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.
+
+
+%prep
+%setup -q
+%patch0 -p1
+iconv -f latin1 -t utf8 ChangeLog > ChangeLog.utf8
+touch -c -r ChangeLog ChangeLog.utf8
+mv ChangeLog.utf8 ChangeLog
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS ChangeLog COPYING INSTALL README
+%{_bindir}/*
+%{_mandir}/man1/*
+
+
+%changelog
+* Thu Sep 29 2011 Jens Petersen <petersen at redhat.com> - 1.07-8
+- revive orphaned package
+
+* Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.07-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.07-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sun Sep 28 2008 Patrice Dumas <pertusus at free.fr> - 1.07-5
+- apply debian patcheset, to fix #426383
+
+* Sat Sep  6 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.07-4
+- fix license tag
+
+* Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.07-3
+- Autorebuild for GCC 4.3
+
+* Wed Oct 04 2006 Michael Rice <errr[AT]errr-online.com> - 1.07-2
+- Fix Summary per rpmlint warning
+- Fix description per rpmlint warning
+- Remove unneeded line from setup
+- Remove NEWS from docs since it was empty
+- Reformat Changlelog entrys in spec file due to bad formatting
+- Changed Group to User Interface/X
+
+* Wed Sep 27 2006 Michael Rice <errr[AT]errr-online.com> - 1.07-1
+- Initial RPM release


More information about the scm-commits mailing list