]> git.pld-linux.org Git - packages/xorg-app-xsetroot.git/blob - xorg-app-xsetroot.spec
8d9a1aba01eeb904ef57b7723987824a91c89f90
[packages/xorg-app-xsetroot.git] / xorg-app-xsetroot.spec
1 Summary:        xsetroot application - root window parameter setting utility for X
2 Summary(pl.UTF-8):      Aplikacja xsetroot - narzędzie do zmiany parametrów głównego okna X
3 Name:           xorg-app-xsetroot
4 Version:        1.1.2
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/app/xsetroot-%{version}.tar.bz2
9 # Source0-md5:  5fe769c8777a6e873ed1305e4ce2c353
10 URL:            https://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  xorg-data-xbitmaps
15 BuildRequires:  xorg-lib-libX11-devel
16 BuildRequires:  xorg-lib-libXcursor-devel
17 # just xmuu
18 BuildRequires:  xorg-lib-libXmu-devel
19 BuildRequires:  xorg-proto-xproto-devel >= 7.0.25
20 BuildRequires:  xorg-util-util-macros >= 1.8
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 The xsetroot program allows you to tailor the appearance of the
25 background ("root") window on a workstation display running X.
26 Normally, you experiment with xsetroot until you find a personalized
27 look that you like, then put the xsetroot command that produces it
28 into your X startup file.
29
30 %description -l pl.UTF-8
31 Program xsetroot pozwala dostroić wygląd tła (głównego okna) ekranu z
32 działającym X. Zwykle eksperymentuje się z xsetroot do osiągnięcia
33 lubianego, spersonalizowanego wyglądu, a następnie umieszcza tworzące
34 go polecenie xsetroot w pliku startowym X.
35
36 %prep
37 %setup -q -n xsetroot-%{version}
38
39 %build
40 %{__aclocal}
41 %{__autoconf}
42 %{__autoheader}
43 %{__automake}
44 %configure
45
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc COPYING ChangeLog README
60 %attr(755,root,root) %{_bindir}/xsetroot
61 %{_mandir}/man1/xsetroot.1*
This page took 0.047003 seconds and 2 git commands to generate.