[packages/xorg-data-xbitmaps] - updated to 1.1.3

qboosh qboosh at pld-linux.org
Wed Mar 1 18:38:16 CET 2023


commit e995c3fdfeee58b75bae453014bad311f297543d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Mar 1 18:40:11 2023 +0100

    - updated to 1.1.3

 xorg-data-xbitmaps.spec | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/xorg-data-xbitmaps.spec b/xorg-data-xbitmaps.spec
index 9aaaf2e..ff5c800 100644
--- a/xorg-data-xbitmaps.spec
+++ b/xorg-data-xbitmaps.spec
@@ -1,28 +1,24 @@
 Summary:	Bitmaps that are shared between X applications
 Summary(pl.UTF-8):	Bitmapy współdzielone między aplikacjami X
 Name:		xorg-data-xbitmaps
-Version:	1.1.2
+Version:	1.1.3
 Release:	1
 License:	MIT
 Group:		X11/Applications
-Source0:	https://xorg.freedesktop.org/releases/individual/data/xbitmaps-%{version}.tar.bz2
-# Source0-md5:	cedeef095918aca86da79a2934e03daf
+Source0:	https://xorg.freedesktop.org/releases/individual/data/xbitmaps-%{version}.tar.xz
+# Source0-md5:	2b03f89d78fb91671370e77d7ad46907
 Patch0:		noarch.patch
 URL:		https://xorg.freedesktop.org/
 BuildRequires:	autoconf >= 2.60
 BuildRequires:	automake
 BuildRequires:	rpmbuild(macros) >= 1.446
-BuildRequires:	xorg-util-util-macros >= 1.3
+BuildRequires:	tar >= 1:1.22
+BuildRequires:	xorg-util-util-macros >= 1.20
+BuildRequires:	xz
 Requires:	filesystem >= 3.0-32
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%if %{_host_cpu} == "x32"
-%define	build_arch %{_target_platform}
-%else
-%define	build_arch %{_host}
-%endif
-
 %description
 Bitmaps that are shared between X applications.
 
@@ -38,13 +34,17 @@ Bitmapy współdzielone między aplikacjami X.
 %{__autoheader}
 %{__automake}
 %configure \
-	--host=%{build_arch} \
-	--build=%{build_arch} \
+%ifnarch x32
+	--host=%{_host} \
+	--build=%{_host} \
+%endif
 	%{nil}
+
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-data-xbitmaps.git/commitdiff/e995c3fdfeee58b75bae453014bad311f297543d



More information about the pld-cvs-commit mailing list