# # spec file for package xf86miscproto # # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: xf86miscproto Version: 0.9.3 Release: 0 Url: http://xorg.freedesktop.org/ Summary: The X11 Protocol: XFree86 Misc extension License: X11 Group: Development/Libraries/X11 #Git-Clone: git://anongit.freedesktop.org/xorg/proto/xf86miscproto #Git-Web: http://cgit.freedesktop.org/xorg/proto/xf86miscproto/ Source: http://xorg.freedesktop.org/releases/individual/proto/%name-%version.tar.bz2 #BuildRequires: autoconf >= 2.60 #BuildRequires: automake #BuildRequires: pkgconfig(xorg-macros) >= 1.3 BuildRequires: pkg-config BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The XFree86 Misc protocol headers for X11 development. %package devel Summary: The X11 Protocol: XFree86 Misc extension Group: Development/Libraries/X11 # Added within the 13.2 Development Cycle Provides: xorg-x11-proto-devel:%_libdir/pkgconfig/xf86miscproto.pc %description devel The XFree86 Misc protocol headers for X11 development. This package provides development headers describing the wire protocol for the XFree86-Misc extension, which provides a means to access input device configuration settings specific to the XFree86/Xorg DDX. The "XFree86-Misc" extension is supported by the XFree86 X server and versions of the Xorg X server prior to Xorg 1.6. %prep %setup -q %build #autoreconf -fi %configure make %{?_smp_mflags} %install make install DESTDIR="%buildroot" %files devel %defattr(-,root,root) %doc COPYING %_includedir/X11/extensions/ %_libdir/pkgconfig/*.pc %changelog