upload tizen2.0 source
[framework/uifw/xorg/app/xbitmaps.git] / packaging / xorg-x11-xbitmaps.spec
1 Summary: X.Org X11 application bitmaps
2 Name: xorg-x11-xbitmaps
3 Version: 1.1.1
4 Release: 3
5 License: MIT
6 Group: User Interface/X
7 URL: http://www.x.org
8 BuildArch: noarch
9
10 Source: %{name}-%{version}.tar.gz
11
12 BuildRequires: pkgconfig
13 BuildRequires: xorg-x11-xutils-dev
14 Provides: xbitmaps
15
16 %description
17 X.Org X11 application bitmaps
18
19 %prep
20 %setup -q
21
22 %build
23
24 %reconfigure --disable-static \
25     --libdir=%{_datadir}
26
27 make %{?jobs:-j%jobs} %{?_smp_mflags}
28
29 %install
30 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
31
32 %remove_docs
33
34 %files
35 %defattr(-,root,root,-)
36 #%doc COPYING
37 %{_includedir}/X11
38 %{_datadir}/pkgconfig/xbitmaps.pc