summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xorg-app-xsetroot.spec10
1 files changed, 6 insertions, 4 deletions
diff --git a/xorg-app-xsetroot.spec b/xorg-app-xsetroot.spec
index 8d9a1ab..80f6f08 100644
--- a/xorg-app-xsetroot.spec
+++ b/xorg-app-xsetroot.spec
@@ -1,16 +1,17 @@
Summary: xsetroot application - root window parameter setting utility for X
Summary(pl.UTF-8): Aplikacja xsetroot - narzędzie do zmiany parametrów głównego okna X
Name: xorg-app-xsetroot
-Version: 1.1.2
+Version: 1.1.3
Release: 1
License: MIT
Group: X11/Applications
-Source0: https://xorg.freedesktop.org/releases/individual/app/xsetroot-%{version}.tar.bz2
-# Source0-md5: 5fe769c8777a6e873ed1305e4ce2c353
+Source0: https://xorg.freedesktop.org/releases/individual/app/xsetroot-%{version}.tar.xz
+# Source0-md5: fa9a24fe5b1725c52a4566a62dd0a50d
URL: https://xorg.freedesktop.org/
BuildRequires: autoconf >= 2.60
BuildRequires: automake
BuildRequires: pkgconfig >= 1:0.19
+BuildRequires: tar >= 1:1.22
BuildRequires: xorg-data-xbitmaps
BuildRequires: xorg-lib-libX11-devel
BuildRequires: xorg-lib-libXcursor-devel
@@ -18,6 +19,7 @@ BuildRequires: xorg-lib-libXcursor-devel
BuildRequires: xorg-lib-libXmu-devel
BuildRequires: xorg-proto-xproto-devel >= 7.0.25
BuildRequires: xorg-util-util-macros >= 1.8
+BuildRequires: xz
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -56,6 +58,6 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc COPYING ChangeLog README
+%doc COPYING ChangeLog README.md
%attr(755,root,root) %{_bindir}/xsetroot
%{_mandir}/man1/xsetroot.1*