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

Revision 12392, 5.7 KB checked in by tomop, 4 years ago (diff)

updated 23 packages

hwdata-0.334-1

libX11-1.6.9-1

libXvMC-1.0.12-1

libevdev-1.8.0-1

libinput-1.15.5-1

libwacom-1.3-1

xorg-x11-drv-amdgpu-19.1.0-1

xorg-x11-drv-dummy-0.3.8-2

xorg-x11-drv-evdev-2.10.6-1

xorg-x11-drv-fbdev-0.5.0-1

xorg-x11-drv-intel-2.99.917-6.20200502

xorg-x11-drv-keyboard-1.9.0-2

xorg-x11-drv-mga-2.0.0-1

xorg-x11-drv-mouse-1.9.3-1

xorg-x11-drv-nouveau-1.0.16-1

xorg-x11-drv-synaptics-1.9.1-1

xorg-x11-drv-vesa-2.4.0-1

xorg-x11-drv-vmmouse-13.1.0-4

xorg-x11-drv-vmware-13.3.0-1

xorg-x11-drv-void-1.4.1-6

xorg-x11-drv-wacom-0.39.0-1

xorg-x11-proto-devel-2019.2-1

xorg-x11-server-1.20.8-1

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.9.0
9Release:        2%{?_dist_release}
10Group:          User Interface/X Hardware Support
11Vendor:         Project Vine
12Distribution:   Vine Linux
13
14License:        MIT
15URL:            http://www.x.org
16BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
17Source0:        https://www.x.org/archive/individual/driver/%{tarball}-%{version}.tar.bz2
18
19BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
20BuildRequires:  xorg-x11-server-sdk
21Requires:       xorg-x11-server-Xorg
22
23%description
24X.Org X11 keyboard input driver.
25
26%prep
27%setup -q -n %{tarball}-%{version}
28
29%build
30%configure --disable-static
31make
32
33%install
34rm -rf $RPM_BUILD_ROOT
35
36make install DESTDIR=$RPM_BUILD_ROOT
37
38# FIXME: Remove all libtool archives (*.la) from modules directory.  This
39# should be fixed in upstream Makefile.am or whatever.
40find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(-,root,root,-)
47%{driverdir}/kbd_drv.so
48%{_mandir}/man4/kbd.4*
49#{driverdir}/keyboard_drv.so
50#{_mandir}/man4/keyboard.4*
51
52%changelog
53* Sat May 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.9.0-2
54- rebuilt with xserver-1.20.8.
55
56* Fri Feb 16 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.9.0-1
57- update to 1.9.0
58- build with xserver-1.19.6
59
60* Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-3
61- rebuild with xserver-1.18.3
62
63* Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-2
64- rebuild with xserver-1.17.2
65
66* Sun Apr 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-1
67- new upstream release
68
69* Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-4
70- rebuild with xserver-1.16.2
71
72* Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-3
73- rebuild with xserver-1.15.2
74
75* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-2
76- rebuild with VineSeed environment
77
78* Sun Nov 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
79- new upstream release
80
81* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.0-1
82- new upstream release
83
84* Sun Aug 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1
85- new upstream release
86
87* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-2
88- rebuild with xserver-1.12.0
89
90* Sun Jan 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
91- new upstream release
92
93* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-2
94- rebuild with xserver-1.11.1.902
95
96* Sat Mar 19 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
97- new upstream release
98
99* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.99.901-2
100- new upstream release
101
102* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.0-1
103- new upstream release
104
105* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-4
106- rebuild with xserver-1.9.2
107
108* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-3
109- rebuild with xserver-1.8rc (x86_64)
110
111* Wed Mar 24 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-2
112- rebuild with xserver-1.8rc
113
114* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-1
115- new upstream release
116
117* Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.2-2
118- rebuild with X server 1.6.0
119
120* Tue Jan 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.2-1
121- new upstream release
122
123* Thu Jul 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-2
124- rebuild with new xserver
125
126* Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-1
127- new upstream release
128
129* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-1
130- new versioning policy
131
132* Sun Jan 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-0vl1
133- initial build for Vine Linux
134
135* Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 1.2.2-3
136- BuildReq: xserver 1.4.99.1
137
138* Tue Oct 09 2007 Adam Jackson <ajax@redhat.com> 1.2.2-2
139- kbd-1.2.2-no-sleeping-on-the-job.patch: Don't sleep(1) on VT switch.
140  Makes startup faster and prettier.
141
142* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.2.2-1
143- xf86-input-keyboard 1.2.2
144
145* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 1.1.0-5
146- Rebuild for PPC toolchain bug
147
148* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 1.1.0-4
149- Update Requires and BuildRequires.  Disown the module directories.
150
151* Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 1.1.0-3
152- ExclusiveArch -> ExcludeArch
153
154* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
155- rebuild
156
157* Tue Jun 13 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-2
158- Build on ppc64
159
160* Sun Apr  9 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-1
161- Update to 1.1.0 from 7.1RC1.
162
163* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1.3-1.2
164- bump again for double-long bug on ppc(64)
165
166* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1.3-1.1
167- rebuilt for new gcc4.1 snapshot and glibc changes
168
169* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1.3-1
170- Updated xorg-x11-drv-keyboard to version 1.0.1.3 from X11R7.0
171- Added alpha/sparc/sparc64 to ExclusiveArch list (#176590)
172
173* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 1.0.1.2-1
174- Updated xorg-x11-drv-keyboard to version 1.0.1.2 from X11R7 RC4
175- Removed 'x' suffix from manpage dirs to match RC4 upstream.
176
177* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.1-1
178- Updated xorg-x11-drv-keyboard to version 1.0.1 from X11R7 RC2
179
180* Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.1-1
181- Updated xorg-x11-drv-keyboard to version 1.0.0.1 from X11R7 RC1
182- Fix *.la file removal.
183
184* Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-0
185- Initial spec file for keyboard input driver generated automatically
186  by my xorg-driverspecgen script.
Note: See TracBrowser for help on using the repository browser.