summaryrefslogtreecommitdiff
path: root/packaging/dmxproto.spec
blob: dca0c0e3567b694b43ad75c47064e7532694af39 (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
Name:           dmxproto
Version:        2.3.1
Release:        1
License:        MIT
Summary:        X.org DMXProto protocol headers
Url:            http://www.x.org
Group:          Development/X11 Protocols
Source0:        %{name}-%{version}.tar.bz2
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(xorg-macros)
BuildArch:      noarch

%description
X.org DMXProto protocol headers.

%prep
%setup -q

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

make %{?_smp_mflags}

%install
%make_install

%remove_docs


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