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

Revision 521, 3.7 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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: 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
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* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-1
51- new upstream release
52
53* Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.2-2
54- rebuild with X server 1.6.0
55
56* Tue Jan 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.2-1
57- new upstream release
58
59* Thu Jul 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-2
60- rebuild with new xserver
61
62* Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-1
63- new upstream release
64
65* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-1
66- new versioning policy
67
68* Sun Jan 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-0vl1
69- initial build for Vine Linux
70
71* Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 1.2.2-3
72- BuildReq: xserver 1.4.99.1
73
74* Tue Oct 09 2007 Adam Jackson <ajax@redhat.com> 1.2.2-2
75- kbd-1.2.2-no-sleeping-on-the-job.patch: Don't sleep(1) on VT switch.
76  Makes startup faster and prettier.
77
78* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.2.2-1
79- xf86-input-keyboard 1.2.2
80
81* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 1.1.0-5
82- Rebuild for PPC toolchain bug
83
84* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 1.1.0-4
85- Update Requires and BuildRequires.  Disown the module directories.
86
87* Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 1.1.0-3
88- ExclusiveArch -> ExcludeArch
89
90* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
91- rebuild
92
93* Tue Jun 13 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-2
94- Build on ppc64
95
96* Sun Apr  9 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-1
97- Update to 1.1.0 from 7.1RC1.
98
99* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1.3-1.2
100- bump again for double-long bug on ppc(64)
101
102* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1.3-1.1
103- rebuilt for new gcc4.1 snapshot and glibc changes
104
105* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1.3-1
106- Updated xorg-x11-drv-keyboard to version 1.0.1.3 from X11R7.0
107- Added alpha/sparc/sparc64 to ExclusiveArch list (#176590)
108
109* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 1.0.1.2-1
110- Updated xorg-x11-drv-keyboard to version 1.0.1.2 from X11R7 RC4
111- Removed 'x' suffix from manpage dirs to match RC4 upstream.
112
113* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.1-1
114- Updated xorg-x11-drv-keyboard to version 1.0.1 from X11R7 RC2
115
116* Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.1-1
117- Updated xorg-x11-drv-keyboard to version 1.0.0.1 from X11R7 RC1
118- Fix *.la file removal.
119
120* Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-0
121- Initial spec file for keyboard input driver generated automatically
122  by my xorg-driverspecgen script.
Note: See TracBrowser for help on using the repository browser.