]> git.pld-linux.org Git - packages/wmctrl.git/commitdiff
- from Marcin Sztolcman lists at urzenia net
authorTomasz Pala <gotar@pld-linux.org>
Wed, 18 Aug 2004 22:02:50 +0000 (22:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wmctrl.spec -> 1.1

wmctrl.spec [new file with mode: 0644]

diff --git a/wmctrl.spec b/wmctrl.spec
new file mode 100644 (file)
index 0000000..9abd281
--- /dev/null
@@ -0,0 +1,72 @@
+Summary:       The wmctrl program is a command line tool to interact with an EWMH/NetWM compatible X Window Manager.
+Summary(pl):   Program wmtrl jest narzêdziem tekstowym do interakcji z mened¿erami okien kompatybilnymi z EWMH/NetWM
+Name:          wmctrl
+Version:       1.05
+Release:       1
+License:       GPL
+Group:         X11/Applications
+Vendor:                Tomas Styblo <tripie@cpan.org>
+Source0:       http://sweb.cz/tripie/utils/wmctrl/dist/%{name}-%{version}.tar.gz
+# Source0-md5: ab184d3a68d90ad0eefb493f12b109d8
+URL:           http://sweb.cz/tripie/utils/wmctrl
+BuildRequires: XFree86-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+It provides command line access to almost all the features defined in
+the EWMH specification. Using it, it's possible to, for example,
+obtain information about the window manager, get a detailed list of
+desktops and managed windows, switch and resize desktops, change
+number of desktops, make windows full-screen, always-above or sticky,
+and activate, close, move, resize, maximize and minimize them.
+
+The command line access makes it easy to automate these tasks and
+execute them from any application that is able to run a command in
+response to some event.
+
+Please note that wmctrl only works with window managers which
+implement this specification.
+
+%description -l pl
+wmctrl dostarcza narzêdzie umo¿liwiaj±ce dostêp do wiêkszo¶ci
+w³a¶ciwo¶ci zdefiniowanych w specyfikacji EWMH. U¿ywaj±c go, jest
+mo¿liwe (na przyk³ad) uzyskanie informacji o mened¿erze okien,
+pobranie szczegó³owej listy pulpitów i okien, prze³±czaæ siê i
+zmieniaæ rozmiary pulpitów, zmieniaæ nazwy pulpitów, powiêkszaæ okna,
+aktywowaæ je, zmaykaæ, przesuwaæ i minimalizowaæ.
+
+Dostêp z poziomu wiersza poleceñ pozwala na ³atw± automatyzacjê tych
+zadañ i wykonywanie ich z poziomu dowolnej aplikacji która potrafi
+uruchamiaæ komendy w wyniku jakich¶ zdarzeñ.
+
+Zauwa¿, ¿e wmctrl dzia³a tylko w tych mened¿erach okien, które stosuj±
+siê do specyfikacji.
+
+%prep
+%setup -q
+
+%build
+rm -f missing aclocal.m4
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README
+%attr(755,root,root) %{_bindir}/wmctrl
This page took 0.077193 seconds and 4 git commands to generate.