source: projects/specs/trunk/x/xorg-x11-drv-keyboard/xorg-x11-drv-keyboard-vl.spec @ 659

Revision 659, 3.8 KB checked in by daisuke, 14 years ago (diff)

xorg-x11-server-1.7.99.902-1.20100319

  • update to 1.8rc2 git snapshot

xorg-x11-drv-keyboard-1.4.0-2
xorg-x11-drv-evdev-2.3.2-2
xorg-x11-drv-ati-6.12.6-2
xorg-x11-drv-synaptics-1.2.1-2
xorg-x11-drv-nv-2.1.17-2

  • rebuild with xserver-1.8rc

xorg-x11-drv-intel-2.10.0-2

  • add intel-gpu-tools, rebuild with xserver-1.8

xorg-x11-drv-nouveau-0.0.16-1.20100218git2964702

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