File x11-input-fujitsu.spec of Package x11-input-fujitsu
#
# spec file for package x11-input-fujitsu
#
# Copyright (c) 2011 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/
#
# norootforbuild
Name: x11-input-fujitsu
BuildRequires: Mesa-devel pkgconfig xorg-x11-proto-devel xorg-x11-server-sdk
Url: http://stz-softwaretechnik.com/~ke/touchscreen/p-series.html
Version: 0.6.7
Release: 1
License: GPLv2+ ; Other uncritical OpenSource License
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/X11/Servers/XF86_4
Summary: X.Org fujitsu Touchscreen Input Driver
ExclusiveArch: %ix86 x86_64
Source: xf86-input-fujitouch-%{version}.tar.bz2
%description
This package contains the X.Org fujitsu input drivers for Fujitsu
touchscreens from the P-Series Tablet PCs of FSC.
Authors:
--------
lifebook@conan.de
%prep
%setup -n xf86-input-fujitouch-%{version} -q
%build
autoreconf -fi
%configure CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
make %{?jobs:-j%jobs}
%install
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf "$RPM_BUILD_ROOT"
%files
%defattr(-,root,root)
/usr/%{_lib}/xorg/modules/input/
%changelog