]> git.pld-linux.org Git - packages/xorg-data-xbitmaps.git/blame - xorg-data-xbitmaps.spec
- fixed x32 condition (arch is noarch, need to check _host_cpu)
[packages/xorg-data-xbitmaps.git] / xorg-data-xbitmaps.spec
CommitLineData
5e1d7491
JB
1Summary: Bitmaps that are shared between X applications
2Summary(pl.UTF-8): Bitmapy współdzielone między aplikacjami X
07fb6136 3Name: xorg-data-xbitmaps
e995c3fd 4Version: 1.1.3
2af3274f 5Release: 1
07fb6136
AM
6License: MIT
7Group: X11/Applications
e995c3fd
JB
8Source0: https://xorg.freedesktop.org/releases/individual/data/xbitmaps-%{version}.tar.xz
9# Source0-md5: 2b03f89d78fb91671370e77d7ad46907
375fe593 10Patch0: noarch.patch
2af3274f 11URL: https://xorg.freedesktop.org/
1f6efe6d 12BuildRequires: autoconf >= 2.60
07fb6136 13BuildRequires: automake
1f6efe6d 14BuildRequires: rpmbuild(macros) >= 1.446
e995c3fd
JB
15BuildRequires: tar >= 1:1.22
16BuildRequires: xorg-util-util-macros >= 1.20
17BuildRequires: xz
d0a7d057 18Requires: filesystem >= 3.0-32
375fe593 19BuildArch: noarch
87dcfc01 20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
07fb6136 21
07fb6136 22%description
5e1d7491 23Bitmaps that are shared between X applications.
07fb6136 24
139ed2e4 25%description -l pl.UTF-8
5e1d7491 26Bitmapy współdzielone między aplikacjami X.
07fb6136 27
07fb6136 28%prep
9789f41f 29%setup -q -n xbitmaps-%{version}
07fb6136 30
07fb6136
AM
31%build
32%{__aclocal}
33%{__autoconf}
34%{__autoheader}
35%{__automake}
375fe593 36%configure \
3bef2c00 37%if "%{_host_cpu}" != "x32"
e995c3fd
JB
38 --host=%{_host} \
39 --build=%{_host} \
40%endif
375fe593 41 %{nil}
e995c3fd 42
07fb6136
AM
43%{__make}
44
07fb6136
AM
45%install
46rm -rf $RPM_BUILD_ROOT
e995c3fd 47
07fb6136 48%{__make} install \
1f6efe6d 49 DESTDIR=$RPM_BUILD_ROOT
07fb6136 50
07fb6136
AM
51%clean
52rm -rf $RPM_BUILD_ROOT
53
07fb6136
AM
54%files
55%defattr(644,root,root,755)
6d3c0619 56%doc COPYING ChangeLog
07fb6136 57%{_includedir}/X11/bitmaps
1f6efe6d 58%{_npkgconfigdir}/xbitmaps.pc
This page took 0.131787 seconds and 4 git commands to generate.