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

Revision 12392, 5.8 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-video-fbdev
2%define moduledir %(pkg-config xorg-server --variable=moduledir )
3%define driverdir       %{moduledir}/drivers
4
5Summary:        Xorg X11 fbdev video driver
6Summary(ja):    Xorg X11 fbdev ビデオドライバ
7Name:           xorg-x11-drv-fbdev
8Version:        0.5.0
9Release:        1%{?_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
19BuildRequires:  xorg-x11-server-sdk
20BuildRequires:  autoconf automake libtool
21
22Requires:  xorg-x11-server-Xorg
23
24%description
25X.Org X11 fbdev video driver.
26
27%prep
28%setup -q -n %{tarball}-%{version}
29
30%build
31%configure --disable-static
32make
33
34%install
35rm -rf $RPM_BUILD_ROOT
36
37make install DESTDIR=$RPM_BUILD_ROOT
38
39# FIXME: Remove all libtool archives (*.la) from modules directory.  This
40# should be fixed in upstream Makefile.am or whatever.
41find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(-,root,root,-)
48%{driverdir}/fbdev_drv.so
49%{_mandir}/man4/fbdev.4*
50
51%changelog
52* Sat May 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.0-1
53- new upstream release.
54- built with xserver-1.20.8.
55
56* Fri Feb 16 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.4.4-7
57- rebuild with xserver-1.19.6
58
59* Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.4-6
60- rebuild with xserver-1.18.3
61
62* Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.4-5
63- rebuild with xserver-1.17.2
64
65* Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.4-4
66- rebuild with xserver-1.16.2
67
68* Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.4-3
69- rebuild with xserver-1.15.2
70
71* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.4-2
72- rebuild with VineSeed environment
73
74* Sun Nov 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.4-1
75- new upstream release
76- remove Patch0 (xf86-video-fbdev-0.4.3-remove-mibstore.patch)
77
78* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.3-2
79- rebuild with xserver-1.14.1
80- add Patch0 (xf86-video-fbdev-0.4.3-remove-mibstore.patch)
81
82* Wed Jul 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.3-1
83- new upstream release
84
85* Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.2-5
86- rebuild with xserver-1.12.0
87
88* Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.2-4
89- rebuild with xserver-1.11.1.902
90
91* Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.2-3
92- rebuild with xserver-1.10.0
93
94* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.2-2
95- rebuild with xserver-1.9.2
96
97* Tue May 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.2-1
98- new upstream release
99
100* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.1-2
101- rebuild with xserver-1.8rc
102
103* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.1-1
104- new upstream release
105
106* Mon Mar 23 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.4.0-3
107- release number was NOT increased - rebuild again
108
109* Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.0-2
110- rebuild with X server 1.6.0
111
112* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.0-1
113- new upstream release
114
115* Mon May 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.1-1
116- initial build for Vine Linux
117
118* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.3.1-7
119- Autorebuild for GCC 4.3
120
121* Fri Jan 18 2008 Dave Airlie <airlied@redhat.com> 0.3.1-6
122- rebuild for abi change.
123
124* Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 0.3.1-5.20071113
125- Update to git snapshot for pciaccess goodness.  Don't ask why a driver
126  that doesn't touch PCI at all needs a PCI update.  I don't know either,
127  and thinking about it makes me very sad.
128- Require xserver 1.4.99.1
129
130* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 0.3.1-4
131- Rebuild for PPC toolchain bug
132
133* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 0.3.1-3
134- Update Requires and BuildRequires.  Disown the module directories.
135
136* Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 0.3.1-2
137- ExclusiveArch -> ExcludeArch
138
139* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 0.3.1-1
140- Update to 0.3.1
141
142* Mon Aug 28 2006 Jeremy Katz <katzj@redhat.com> - 0.3.0-2
143- adjust to prefer 32bpp over 24bpp for fbbpp (#204117)
144
145* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com>
146- rebuild
147
148* Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 0.3.0-1
149- Update to 0.3.0 from 7.1.
150
151* Tue May 16 2006 Adam Jackson <ajackson@redhat.com> 0.2.0-2
152- Move debugging output from compile-time option to run-time option.
153
154* Sun Apr  9 2006 Adam Jackson <ajackson@redhat.com> 0.2.0-1
155- Update to 0.2.0 from 7.1RC1.
156
157* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.1.0.5-1.2
158- bump again for double-long bug on ppc(64)
159
160* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.1.0.5-1.1
161- rebuilt for new gcc4.1 snapshot and glibc changes
162
163* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 0.1.0.5-1
164- Updated xorg-x11-drv-fbdev to version 0.1.0.5 from X11R7.0
165
166* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 0.1.0.4-1
167- Updated xorg-x11-drv-fbdev to version 0.1.0.4 from X11R7 RC4
168- Removed 'x' suffix from manpage dirs to match RC4 upstream.
169
170* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 0.1.0.2-1
171- Updated xorg-x11-drv-fbdev to version 0.1.0.2 from X11R7 RC2
172
173* Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 0.1.0.1-1
174- Updated xorg-x11-drv-fbdev to version 0.1.0.1 from X11R7 RC1
175- Fix *.la file removal.
176
177* Mon Oct 3 2005 Mike A. Harris <mharris@redhat.com> 0.1.0-1
178- Update BuildRoot to use Fedora Packaging Guidelines.
179- Deglob file manifest.
180- Add alpha/sparc/sparc64 to "ExclusiveArch"
181
182* Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 0.1.0-0
183- Initial spec file for fbdev video driver generated automatically
184  by my xorg-driverspecgen script.
Note: See TracBrowser for help on using the repository browser.