Git init
[framework/uifw/xorg/proto/x11proto-scrnsaver.git] / packaging / xorg-x11-proto-scrnsaverproto.spec
1
2 Name:       xorg-x11-proto-scrnsaverproto
3 Summary:    X.Org X11 Protocol scrnsaverproto
4 Version:    1.2.1
5 Release:    1
6 Group:      Development/System
7 License:    MIT
8 URL:        http://www.x.org
9 Source0:    http://xorg.freedesktop.org/releases/individual/proto/scrnsaverproto-%{version}.tar.gz
10 Provides:   scrnsaverproto
11 BuildRequires: pkgconfig(xorg-macros)
12
13
14 %description
15 Description: %{summary}
16
17
18
19 %prep
20 %setup -q -n scrnsaverproto-%{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
42
43 %files
44 %defattr(-,root,root,-)
45 %{_datadir}/pkgconfig/scrnsaverproto.pc
46 %{_docdir}/scrnsaverproto/saver.xml
47 %{_includedir}/X11/extensions/saver.h
48 %{_includedir}/X11/extensions/saverproto.h
49
50