| 1 | %define tarball xf86-input-keyboard |
|---|
| 2 | %define moduledir %(pkg-config xorg-server --variable=moduledir ) |
|---|
| 3 | %define driverdir %{moduledir}/input |
|---|
| 4 | |
|---|
| 5 | Summary: Xorg X11 keyboard input driver |
|---|
| 6 | Summary(ja): Xorg X11 キーボード入力ドライバ |
|---|
| 7 | Name: xorg-x11-drv-keyboard |
|---|
| 8 | Version: 1.6.1 |
|---|
| 9 | Release: 2%{?_dist_release} |
|---|
| 10 | URL: http://www.x.org |
|---|
| 11 | License: MIT |
|---|
| 12 | Group: User Interface/X Hardware Support |
|---|
| 13 | |
|---|
| 14 | Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2 |
|---|
| 15 | |
|---|
| 16 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
|---|
| 17 | BuildRequires: xorg-x11-server-sdk |
|---|
| 18 | Requires: xorg-x11-server-Xorg |
|---|
| 19 | |
|---|
| 20 | %description |
|---|
| 21 | X.Org X11 keyboard input driver. |
|---|
| 22 | |
|---|
| 23 | %prep |
|---|
| 24 | %setup -q -n %{tarball}-%{version} |
|---|
| 25 | |
|---|
| 26 | %build |
|---|
| 27 | %configure --disable-static |
|---|
| 28 | make |
|---|
| 29 | |
|---|
| 30 | %install |
|---|
| 31 | rm -rf $RPM_BUILD_ROOT |
|---|
| 32 | |
|---|
| 33 | make install DESTDIR=$RPM_BUILD_ROOT |
|---|
| 34 | |
|---|
| 35 | # FIXME: Remove all libtool archives (*.la) from modules directory. This |
|---|
| 36 | # should be fixed in upstream Makefile.am or whatever. |
|---|
| 37 | find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f -- |
|---|
| 38 | |
|---|
| 39 | %clean |
|---|
| 40 | rm -rf $RPM_BUILD_ROOT |
|---|
| 41 | |
|---|
| 42 | %files |
|---|
| 43 | %defattr(-,root,root,-) |
|---|
| 44 | %{driverdir}/kbd_drv.so |
|---|
| 45 | %{_mandir}/man4/kbd.4* |
|---|
| 46 | #{driverdir}/keyboard_drv.so |
|---|
| 47 | #{_mandir}/man4/keyboard.4* |
|---|
| 48 | |
|---|
| 49 | %changelog |
|---|
| 50 | * Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-2 |
|---|
| 51 | - rebuild with xserver-1.12.0 |
|---|
| 52 | |
|---|
| 53 | * Sun Jan 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1 |
|---|
| 54 | - new upstream release |
|---|
| 55 | |
|---|
| 56 | * Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-2 |
|---|
| 57 | - rebuild with xserver-1.11.1.902 |
|---|
| 58 | |
|---|
| 59 | * Sat Mar 19 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1 |
|---|
| 60 | - new upstream release |
|---|
| 61 | |
|---|
| 62 | * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.99.901-2 |
|---|
| 63 | - new upstream release |
|---|
| 64 | |
|---|
| 65 | * Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.0-1 |
|---|
| 66 | - new upstream release |
|---|
| 67 | |
|---|
| 68 | * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-4 |
|---|
| 69 | - rebuild with xserver-1.9.2 |
|---|
| 70 | |
|---|
| 71 | * Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-3 |
|---|
| 72 | - rebuild with xserver-1.8rc (x86_64) |
|---|
| 73 | |
|---|
| 74 | * Wed Mar 24 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-2 |
|---|
| 75 | - rebuild with xserver-1.8rc |
|---|
| 76 | |
|---|
| 77 | * Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-1 |
|---|
| 78 | - new upstream release |
|---|
| 79 | |
|---|
| 80 | * Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.2-2 |
|---|
| 81 | - rebuild with X server 1.6.0 |
|---|
| 82 | |
|---|
| 83 | * Tue Jan 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.2-1 |
|---|
| 84 | - new upstream release |
|---|
| 85 | |
|---|
| 86 | * Thu Jul 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-2 |
|---|
| 87 | - rebuild with new xserver |
|---|
| 88 | |
|---|
| 89 | * Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-1 |
|---|
| 90 | - new upstream release |
|---|
| 91 | |
|---|
| 92 | * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-1 |
|---|
| 93 | - new versioning policy |
|---|
| 94 | |
|---|
| 95 | * Sun Jan 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-0vl1 |
|---|
| 96 | - initial build for Vine Linux |
|---|
| 97 | |
|---|
| 98 | * Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 1.2.2-3 |
|---|
| 99 | - BuildReq: xserver 1.4.99.1 |
|---|
| 100 | |
|---|
| 101 | * Tue Oct 09 2007 Adam Jackson <ajax@redhat.com> 1.2.2-2 |
|---|
| 102 | - kbd-1.2.2-no-sleeping-on-the-job.patch: Don't sleep(1) on VT switch. |
|---|
| 103 | Makes startup faster and prettier. |
|---|
| 104 | |
|---|
| 105 | * Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.2.2-1 |
|---|
| 106 | - xf86-input-keyboard 1.2.2 |
|---|
| 107 | |
|---|
| 108 | * Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 1.1.0-5 |
|---|
| 109 | - Rebuild for PPC toolchain bug |
|---|
| 110 | |
|---|
| 111 | * Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 1.1.0-4 |
|---|
| 112 | - Update Requires and BuildRequires. Disown the module directories. |
|---|
| 113 | |
|---|
| 114 | * Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 1.1.0-3 |
|---|
| 115 | - ExclusiveArch -> ExcludeArch |
|---|
| 116 | |
|---|
| 117 | * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control |
|---|
| 118 | - rebuild |
|---|
| 119 | |
|---|
| 120 | * Tue Jun 13 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-2 |
|---|
| 121 | - Build on ppc64 |
|---|
| 122 | |
|---|
| 123 | * Sun Apr 9 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-1 |
|---|
| 124 | - Update to 1.1.0 from 7.1RC1. |
|---|
| 125 | |
|---|
| 126 | * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1.3-1.2 |
|---|
| 127 | - bump again for double-long bug on ppc(64) |
|---|
| 128 | |
|---|
| 129 | * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1.3-1.1 |
|---|
| 130 | - rebuilt for new gcc4.1 snapshot and glibc changes |
|---|
| 131 | |
|---|
| 132 | * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1.3-1 |
|---|
| 133 | - Updated xorg-x11-drv-keyboard to version 1.0.1.3 from X11R7.0 |
|---|
| 134 | - Added alpha/sparc/sparc64 to ExclusiveArch list (#176590) |
|---|
| 135 | |
|---|
| 136 | * Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 1.0.1.2-1 |
|---|
| 137 | - Updated xorg-x11-drv-keyboard to version 1.0.1.2 from X11R7 RC4 |
|---|
| 138 | - Removed 'x' suffix from manpage dirs to match RC4 upstream. |
|---|
| 139 | |
|---|
| 140 | * Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.1-1 |
|---|
| 141 | - Updated xorg-x11-drv-keyboard to version 1.0.1 from X11R7 RC2 |
|---|
| 142 | |
|---|
| 143 | * Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.1-1 |
|---|
| 144 | - Updated xorg-x11-drv-keyboard to version 1.0.0.1 from X11R7 RC1 |
|---|
| 145 | - Fix *.la file removal. |
|---|
| 146 | |
|---|
| 147 | * Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-0 |
|---|
| 148 | - Initial spec file for keyboard input driver generated automatically |
|---|
| 149 | by my xorg-driverspecgen script. |
|---|