]> git.pld-linux.org Git - packages/xorg-data-xbitmaps.git/blob - xorg-data-xbitmaps.spec
- updated to 1.1.3
[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.3
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/data/xbitmaps-%{version}.tar.xz
9 # Source0-md5:  2b03f89d78fb91671370e77d7ad46907
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:  tar >= 1:1.22
16 BuildRequires:  xorg-util-util-macros >= 1.20
17 BuildRequires:  xz
18 Requires:       filesystem >= 3.0-32
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Bitmaps that are shared between X applications.
24
25 %description -l pl.UTF-8
26 Bitmapy współdzielone między aplikacjami X.
27
28 %prep
29 %setup -q -n xbitmaps-%{version}
30
31 %build
32 %{__aclocal}
33 %{__autoconf}
34 %{__autoheader}
35 %{__automake}
36 %configure \
37 %ifnarch x32
38         --host=%{_host} \
39         --build=%{_host} \
40 %endif
41         %{nil}
42
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
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.100438 seconds and 3 git commands to generate.