From: Jakub Bogusz Date: Wed, 1 Mar 2023 17:40:11 +0000 (+0100) Subject: - updated to 1.1.3 X-Git-Tag: auto/th/xorg-data-xbitmaps-1.1.3-1~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=e995c3fdfeee58b75bae453014bad311f297543d;p=packages%2Fxorg-data-xbitmaps.git - updated to 1.1.3 --- 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