]> git.pld-linux.org Git - packages/xorg-data-xbitmaps.git/blobdiff - xorg-data-xbitmaps.spec
- updated to 1.1.3
[packages/xorg-data-xbitmaps.git] / xorg-data-xbitmaps.spec
index 9aaaf2e2d2c876941c0193ad9968f5ba184cd8ce..ff5c80093b2fcae6a0a55e67f86bf07f4eac5bf3 100644 (file)
@@ -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
 
This page took 0.074684 seconds and 4 git commands to generate.