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