%define tarball xf86-input-penmount %define moduledir %(pkg-config xorg-server --variable=moduledir ) %define driverdir %{moduledir}/input Summary: Xorg X11 penmount input driver Summary(ja): Xorg X11 penmount 入力ドライバ Name: xorg-x11-drv-penmount Version: 1.5.0 Release: 9%{?_dist_release} URL: http://www.x.org License: MIT Group: User Interface/X Hardware Support BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2 ExcludeArch: s390 s390x BuildRequires: xorg-x11-server-sdk >= 1.6 BuildRequires: xorg-x11-proto-devel >= 7.2-10 Requires: xorg-x11-server-Xorg Vendor: Project Vine Distribution: Vine Linux %description X.Org X11 penmount input driver. %prep %setup -q -n %{tarball}-%{version} %build %configure --disable-static make %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT # FIXME: Remove all libtool archives (*.la) from modules directory. This # should be fixed in upstream Makefile.am or whatever. find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f -- %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{driverdir}/penmount_drv.so %{_mandir}/man4/penmount.4* %changelog * Thu May 05 2016 Yoji TOYODA 1.5.0-9 - rebuild with xserver-1.18.3 * Sun Oct 25 2015 Yoji TOYODA 1.5.0-8 - rebuild with xserver-1.17.2 * Sat Nov 22 2014 Yoji TOYODA 1.5.0-7 - rebuild with xserver-1.16.2 * Thu Jul 10 2014 Yoji TOYODA 1.5.0-6 - rebuild with xserver-1.15.2 * Thu Dec 26 2013 Yoji TOYODA 1.5.0-5 - rebuild with VineSeed environment * Sun May 05 2013 Yoji TOYODA 1.5.0-4 - rebuild with xserver-1.14.1 * Sun Mar 25 2012 Yoji TOYODA 1.5.0-3 - rebuild with xserver-1.12.0 * Wed Nov 02 2011 Yoji TOYODA 1.5.0-2 - rebuild with xserver-1.11.1.902 * Sun Aug 14 2011 Yoji TOYODA 1.5.0-1 - new upstream release - delete Patch0 * Mon Feb 28 2011 Yoji TOYODA 1.4.1-4 - rebuild with xserver-1.10.0 * Sun Nov 07 2010 Yoji TOYODA 1.4.1-3 - rebuild with xserver-1.9.2 * Sun Mar 28 2010 Yoji TOYODA 1.4.1-2 - rebuild with xserver-1.8rc * Sun Mar 07 2010 Yoji TOYODA 1.4.1-1 - new upstream release * Mon Apr 13 2009 Daisuke SUZUKI 1.4.0-1 - new upstream release * Sat May 17 2008 Daisuke SUZUKI 1.3.0-1 - initial build for Vine Linux * Thu Mar 20 2008 Adam Jackson 1.3.0-1 - penmount 1.3.0 * Thu Feb 21 2008 Adam Jackson 1.2.1-1 - penmount 1.2.1 * Wed Feb 20 2008 Fedora Release Engineering - 1.1.0-7 - Autorebuild for GCC 4.3 * Tue Aug 21 2007 Adam Jackson - 1.1.0-6 - Rebuild for build id * Thu Jul 12 2007 Adam Jackson 1.1.0-5 - Fix build with new inputproto. * Mon Jun 18 2007 Adam Jackson 1.1.0-4 - Update Requires and BuildRequires. Disown the module directories. * Fri Feb 16 2007 Adam Jackson 1.1.0-3 - ExclusiveArch -> ExcludeArch * Wed Jul 12 2006 Jesse Keating - sh: line 0: fg: no job control - rebuild * Sat Jun 17 2006 Mike A. Harris 1.1.0-2 - Actually build 1.1.0 for FC6. - Remove mandir ownership from package. * Sun Apr 09 2006 Adam Jackson 1.1.0-1 - Update to 1.1.0 from 7.1RC1. * Fri Feb 10 2006 Jesse Keating 1.0.0.5-1.2 - bump again for double-long bug on ppc(64) * Tue Feb 07 2006 Jesse Keating 1.0.0.5-1.1 - rebuilt for new gcc4.1 snapshot and glibc changes * Wed Jan 18 2006 Mike A. Harris 1.0.0.5-1 - Updated xorg-x11-drv-penmount to version 1.0.0.5 from X11R7.0 - Removed 'x' suffix from manpage dirs to match RC4 upstream. * Tue Dec 20 2005 Mike A. Harris 1.0.0.4-1 - Updated xorg-x11-drv-penmount to version 1.0.0.4 from X11R7 RC4 - Removed 'x' suffix from manpage dirs to match RC4 upstream. * Wed Nov 16 2005 Mike A. Harris 1.0.0.2-1 - Updated xorg-x11-drv-penmount to version 1.0.0.2 from X11R7 RC2 * Fri Nov 04 2005 Mike A. Harris 1.0.0.1-1 - Updated xorg-x11-drv-penmount to version 1.0.0.1 from X11R7 RC1 - Fix *.la file removal. * Fri Sep 02 2005 Mike A. Harris 1.0.0-0 - Initial spec file for penmount input driver generated automatically by my xorg-driverspecgen script.