]> git.pld-linux.org Git - SPECS.git/blob - xtermcontrol.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / xtermcontrol.spec
1 Summary:        Dynamic control of XFree86 xterm properties
2 Summary(pl.UTF-8):      Dynamiczne sterowanie właściwościami xterma z XFree86
3 Name:           xtermcontrol
4 Version:        3.7
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        http://thrysoee.dk/xtermcontrol/%{name}-%{version}.tar.gz
9 # Source0-md5:  f0cd0706f5697f8c8196e0d4462c4fb3
10 URL:            http://thrysoee.dk/xtermcontrol/
11 BuildRequires:  autoconf >= 2.50
12 BuildRequires:  automake
13 Suggests:       xterm
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 xtermcontrol is an utility to dynamically query and modify xterm
18 properties, making it easy to query and change colors, title, font and
19 geometry of a running xterm. Window manipulations such as de-/iconify,
20 raise/lower, maximize/restore and reset are also supported.
21 xtermcontrol also lets advanced users issue any xterm control
22 sequence.
23
24 %description -l pl.UTF-8
25 xtermcontrol to narzędzie do dynamicznego odczytywania i modyfikowania
26 właściwości xterma, ułatwiające odczyt i zmianę kolorów, tytułu, fontu
27 oraz geometrii działającego xterma. Obsługiwane są też operacje na
28 oknie takie jak przejście i powrót z trybu ikony,
29 powiększenie/zmniejszenie, maksymalizacja/powrót i reset ustawień.
30 xtermcontrol pozwala także zaawansowanym użytkownikom wysyłać dowolne
31 sekwencje sterujące xterma.
32
33 %prep
34 %setup -q
35
36 %build
37 %{__aclocal}
38 %{__autoconf}
39 %{__autoheader}
40 %{__automake}
41 %configure \
42         --disable-silent-rules
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc ChangeLog doc/ctlseqs.txt
57 %attr(755,root,root) %{_bindir}/%{name}
58 %{_mandir}/man1/%{name}.1*
This page took 0.249439 seconds and 3 git commands to generate.