]> git.pld-linux.org Git - packages/xorg-data-xbitmaps.git/blame - xorg-data-xbitmaps.spec
patch sent to upstream for review
[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
281f58e6 4Version: 1.1.1
375fe593 5Release: 3
07fb6136
AM
6License: MIT
7Group: X11/Applications
f80b64fc 8Source0: http://xorg.freedesktop.org/releases/individual/data/xbitmaps-%{version}.tar.bz2
281f58e6 9# Source0-md5: 7444bbbd999b53bec6a60608a5301f4c
375fe593 10Patch0: noarch.patch
07fb6136 11URL: http://xorg.freedesktop.org/
1f6efe6d 12BuildRequires: autoconf >= 2.60
07fb6136 13BuildRequires: automake
1f6efe6d 14BuildRequires: rpmbuild(macros) >= 1.446
50c43ebb 15BuildRequires: xorg-util-util-macros >= 1.3
d0a7d057 16Requires: filesystem >= 3.0-32
375fe593 17BuildArch: noarch
87dcfc01 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
07fb6136 19
375fe593
ER
20%if %{_host_cpu} == "x32"
21%define build_arch %{_target_platform}
22%else
23%define build_arch %{_host}
24%endif
25
07fb6136 26%description
5e1d7491 27Bitmaps that are shared between X applications.
07fb6136 28
139ed2e4 29%description -l pl.UTF-8
5e1d7491 30Bitmapy współdzielone między aplikacjami X.
07fb6136 31
07fb6136 32%prep
9789f41f 33%setup -q -n xbitmaps-%{version}
07fb6136 34
07fb6136
AM
35%build
36%{__aclocal}
37%{__autoconf}
38%{__autoheader}
39%{__automake}
375fe593
ER
40%configure \
41 --host=%{build_arch} \
42 --build=%{build_arch} \
43 %{nil}
07fb6136
AM
44%{__make}
45
07fb6136
AM
46%install
47rm -rf $RPM_BUILD_ROOT
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.116421 seconds and 4 git commands to generate.