From 05a7a4883c49986b94fcd3248994e3a7b2f285cc Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 3 Nov 2022 20:19:09 +0100 Subject: [PATCH] - updated to 1.1.3 --- xorg-app-xsetroot.spec | 10 ++++++---- 1 file 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* -- 2.44.0