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

Revision 9822, 4.7 KB checked in by Takemikaduchi, 8 years ago (diff)

fix typo

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