Git init
[pkgs/xorg/proto/x11proto-fontcache.git] / packaging / xorg-x11-proto-fontcacheproto.spec
1
2 Name:       xorg-x11-proto-fontcacheproto
3 Summary:    X.Org X11 Protocol fontcacheproto
4 Version:    0.1.2
5 Release:    4.8
6 Group:      Development/System
7 License:    MIT
8 URL:        http://www.x.org
9 Source0:    http://xorg.freedesktop.org/releases/individual/proto/fontcacheproto-%{version}.tar.gz
10 Provides:   fontcacheproto
11 BuildRequires: pkgconfig(xorg-macros)
12
13
14 %description
15 Description: %{summary}
16
17
18
19 %prep
20 %setup -q -n fontcacheproto-%{version}
21
22 %build
23
24 %reconfigure --disable-static \
25     --libdir=%{_datadir}
26
27 # Call make instruction with smp support
28 make %{?jobs:-j%jobs}
29
30 %install
31 rm -rf %{buildroot}
32 %make_install
33
34
35 %clean
36 rm -rf %{buildroot}
37
38
39
40
41 %files
42 %defattr(-,root,root,-)
43 %{_datadir}/pkgconfig/fontcacheproto.pc
44 %{_includedir}/X11/extensions/fontcachstr.h
45 %{_includedir}/X11/extensions/fontcache.h
46 %{_includedir}/X11/extensions/fontcacheP.h
47
48