upload tizen1.0 source
[framework/uifw/xorg/app/xbitmaps.git] / packaging / xorg-x11-xbitmaps.spec
1 Name:       xorg-x11-xbitmaps
2 Summary:    X.Org X11 application bitmaps
3 Version:    1.1.1
4 Release:    1
5 Group:      User Interface/X
6 License:    MIT
7 BuildArch:  noarch
8 URL:        http://www.x.org
9 Source0:    ftp://ftp.x.org/pub/individual/data/xbitmaps-%{version}.tar.gz
10 BuildRequires: pkgconfig(xorg-macros)
11 Provides:   xbitmaps
12 Provides:   xbitmaps-devel
13
14 %description
15 X.Org X11 application bitmaps
16
17
18 %prep
19 %setup -q -n xbitmaps-%{version}
20
21
22 %build
23 # hack to move the pc file
24 #sed -i 's/^libdir.*//' *.pc.in
25
26 %reconfigure --disable-static \
27     --libdir=%{_datadir}
28
29 make %{?jobs:-j%jobs}
30
31 %install
32 rm -rf %{buildroot}
33
34 %make_install
35
36
37
38
39 %files
40 %defattr(-,root,root,-)
41 #%doc
42 %{_includedir}/X11/bitmaps
43 %{_datadir}/pkgconfig/xbitmaps.pc
44
45