update for beta universally
[framework/uifw/xorg/app/xbitmaps.git] / packaging / xorg-data-xbitmaps.spec
1 Name:       xorg-data-xbitmaps
2 Summary:    X.Org X11 application bitmaps
3 Version:    1.1.1
4 Release:    2
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 %reconfigure --disable-static \
24     --libdir=%{_datadir}
25
26 make %{?jobs:-j%jobs}
27
28 %install
29 %make_install
30
31
32
33
34 %files
35 %{_includedir}/X11/bitmaps
36 %{_datadir}/pkgconfig/xbitmaps.pc
37
38