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

Revision 11488, 5.5 KB checked in by iwamoto, 6 years ago (diff)

xorg-x11-drv-keyboard: update to 1.9.0 and build with xorg 1.19.6

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:   1%{?_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
20Vendor: Project Vine
21Distribution: Vine Linux
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* Fri Feb 16 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.9.0-1
54- update to 1.9.0
55- build with xserver-1.19.6
56
57* Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-3
58- rebuild with xserver-1.18.3
59
60* Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-2
61- rebuild with xserver-1.17.2
62
63* Sun Apr 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-1
64- new upstream release
65
66* Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-4
67- rebuild with xserver-1.16.2
68
69* Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-3
70- rebuild with xserver-1.15.2
71
72* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-2
73- rebuild with VineSeed environment
74
75* Sun Nov 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
76- new upstream release
77
78* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.0-1
79- new upstream release
80
81* Sun Aug 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1
82- new upstream release
83
84* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-2
85- rebuild with xserver-1.12.0
86
87* Sun Jan 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
88- new upstream release
89
90* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-2
91- rebuild with xserver-1.11.1.902
92
93* Sat Mar 19 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
94- new upstream release
95
96* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.99.901-2
97- new upstream release
98
99* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.0-1
100- new upstream release
101
102* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-4
103- rebuild with xserver-1.9.2
104
105* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-3
106- rebuild with xserver-1.8rc (x86_64)
107
108* Wed Mar 24 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-2
109- rebuild with xserver-1.8rc
110
111* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-1
112- new upstream release
113
114* Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.2-2
115- rebuild with X server 1.6.0
116
117* Tue Jan 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.2-1
118- new upstream release
119
120* Thu Jul 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-2
121- rebuild with new xserver
122
123* Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-1
124- new upstream release
125
126* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-1
127- new versioning policy
128
129* Sun Jan 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-0vl1
130- initial build for Vine Linux
131
132* Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 1.2.2-3
133- BuildReq: xserver 1.4.99.1
134
135* Tue Oct 09 2007 Adam Jackson <ajax@redhat.com> 1.2.2-2
136- kbd-1.2.2-no-sleeping-on-the-job.patch: Don't sleep(1) on VT switch.
137  Makes startup faster and prettier.
138
139* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.2.2-1
140- xf86-input-keyboard 1.2.2
141
142* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 1.1.0-5
143- Rebuild for PPC toolchain bug
144
145* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 1.1.0-4
146- Update Requires and BuildRequires.  Disown the module directories.
147
148* Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 1.1.0-3
149- ExclusiveArch -> ExcludeArch
150
151* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
152- rebuild
153
154* Tue Jun 13 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-2
155- Build on ppc64
156
157* Sun Apr  9 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-1
158- Update to 1.1.0 from 7.1RC1.
159
160* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1.3-1.2
161- bump again for double-long bug on ppc(64)
162
163* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1.3-1.1
164- rebuilt for new gcc4.1 snapshot and glibc changes
165
166* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1.3-1
167- Updated xorg-x11-drv-keyboard to version 1.0.1.3 from X11R7.0
168- Added alpha/sparc/sparc64 to ExclusiveArch list (#176590)
169
170* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 1.0.1.2-1
171- Updated xorg-x11-drv-keyboard to version 1.0.1.2 from X11R7 RC4
172- Removed 'x' suffix from manpage dirs to match RC4 upstream.
173
174* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.1-1
175- Updated xorg-x11-drv-keyboard to version 1.0.1 from X11R7 RC2
176
177* Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.1-1
178- Updated xorg-x11-drv-keyboard to version 1.0.0.1 from X11R7 RC1
179- Fix *.la file removal.
180
181* Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-0
182- Initial spec file for keyboard input driver generated automatically
183  by my xorg-driverspecgen script.
Note: See TracBrowser for help on using the repository browser.