summaryrefslogtreecommitdiff
path: root/packaging/dmxproto.spec
blob: a014d7c8766025947b6bc4ca277af701ea1ba623 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Name:           dmxproto
Version:        2.3.1
Release:        0
License:        MIT
Summary:        X.org DMXProto protocol headers
Url:            http://cgit.freedesktop.org/xorg/proto/dmxproto/
Group:          Development/X11 Protocols
Source0:        %{name}-%{version}.tar.bz2
Source1001:     dmxproto.manifest
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(xorg-macros)
BuildArch:      noarch

%description
X.org DMXProto protocol headers.

%prep
%setup -q
cp %{SOURCE1001} .

%build
%configure --disable-static \
             --libdir=%{_datadir} \
             --without-xmlto

%__make %{?_smp_mflags}

%install
%make_install

%remove_docs


%files
%manifest %{name}.manifest
%license COPYING
%{_includedir}/X11/extensions/*.h
%{_datadir}/pkgconfig/*.pc