14bf0d8110c11fe4420120f78573c37f564868b0
[platform/upstream/videoproto.git] / packaging / videoproto.spec
1 Name:           videoproto
2 Version:        2.3.2
3 Release:        1
4 License:        MIT
5 Summary:        X
6 Url:            http://www.x.org
7 Group:          Development/System
8 Source0:        %{name}-%{version}.tar.bz2
9 Source1001:     videoproto.manifest
10
11 BuildRequires:  pkgconfig
12 BuildRequires:  pkgconfig(xorg-macros)
13
14 %description
15 Description: %{summary}
16 This extension provides a protocol for a video output mechanism,
17 mainly to rescale video playback in the video controller hardware.
18
19 %prep
20 %setup -q
21 cp %{SOURCE1001} .
22
23 %build
24
25 %autogen --disable-static \
26              --libdir=%{_datadir} \
27              --without-xmlto
28
29 make %{?_smp_mflags}
30
31 %install
32 %make_install
33
34 %remove_docs
35
36 %files
37 %manifest %{name}.manifest
38 %license COPYING
39 %defattr(-,root,root,-)
40 %{_includedir}/X11/extensions/*.h
41 %{_datadir}/pkgconfig/*.pc