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