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

Revision 7648, 5.0 KB checked in by Takemikaduchi, 11 years ago (diff)

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