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