source: projects/specs/trunk/x/xorg-x11-drv-void/xorg-x11-drv-void-vl.spec @ 5089

Revision 5089, 4.0 KB checked in by Takemikaduchi, 13 years ago (diff)

xserver-1.11.1.902 (1.11.2 RC2)

Line 
1%define tarball xf86-input-void
2%define moduledir %(pkg-config xorg-server --variable=moduledir )
3%define driverdir       %{moduledir}/input
4
5Summary:   Xorg X11 void input driver
6Summary(ja): Xorg X11 void 入力ドライバ
7Name:      xorg-x11-drv-void
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 void 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%doc COPYING
44%defattr(-,root,root,-)
45%{driverdir}/void_drv.so
46%{_mandir}/man4/void.4*
47
48%changelog
49* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-2
50- rebuild with xserver-1.11.1.902
51
52* Sat May 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
53- new upstream release
54- delete Patch0
55
56* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.1-2
57- rebuild with xserver-1.10.0
58- add Patch0 (xf86-input-void_git20101129.patch)
59
60* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.1-1
61- new upstream release
62
63* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.0-3
64- rebuild with xserver-1.9.2
65
66* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.0-2
67- rebuild with xserver-1.8rc
68
69* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-1
70- new upstream release
71
72* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.0-1
73- new upstream release
74- spec in utf-8
75
76* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.1-1
77- new versioning policy
78
79* Sun Jan 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.1-0vl1
80- initial build for Vine Linux
81
82* Wed Jan 16 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.1.1-8
83- Don't own %%{mandir}.
84
85* Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 1.1.1-7
86- Require xserver 1.4.99.1
87
88* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.1.1-6
89- xf86-input-void 1.1.1
90
91* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 1.1.0-6
92- Rebuild for ppc toolchain bug
93
94* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 1.1.0-5
95- Update Requires and BuildRequires.  Disown the module directories.
96
97* Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 1.1.0-4
98- ExclusiveArch -> ExcludeArch
99
100* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
101- rebuild
102
103* Wed Jun 28 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-3
104- Remove system owned directories from file manifest.
105
106* Tue Jun 13 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-2
107- Build on ppc64
108
109* Sun Apr 09 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-1
110- Update to 1.1.0 from 7.1RC1.
111
112* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.0.5-1.2
113- bump again for double-long bug on ppc(64)
114
115* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.0.5-1.1
116- rebuilt for new gcc4.1 snapshot and glibc changes
117
118* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.0.5-1
119- Updated xorg-x11-drv-void to version 1.0.0.5 from X11R7.0
120
121* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.4-1
122- Updated xorg-x11-drv-void to version 1.0.0.4 from X11R7 RC4
123- Removed 'x' suffix from manpage dirs to match RC4 upstream.
124
125* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.2-1
126- Updated xorg-x11-drv-void to version 1.0.0.2 from X11R7 RC2
127
128* Fri Nov 04 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.1-1
129- Updated xorg-x11-drv-void to version 1.0.0.1 from X11R7 RC1
130- Fix *.la file removal.
131
132* Fri Sep 02 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-0
133- Initial spec file for void input driver generated automatically
134  by my xorg-driverspecgen script.
Note: See TracBrowser for help on using the repository browser.