2005-10-02 14:11:59 +00:00
|
|
|
%define tarball xf86-video-fbdev
|
|
|
|
%define moduledir %(pkg-config xorg-server --variable=moduledir )
|
2005-11-04 23:19:22 +00:00
|
|
|
%define driverdir %{moduledir}/drivers
|
2005-10-02 14:11:59 +00:00
|
|
|
|
|
|
|
Summary: Xorg X11 fbdev video driver
|
|
|
|
Name: xorg-x11-drv-fbdev
|
2012-07-02 12:03:13 +00:00
|
|
|
Version: 0.4.3
|
2013-11-06 22:19:32 +00:00
|
|
|
Release: 12%{?dist}
|
2005-10-02 14:11:59 +00:00
|
|
|
URL: http://www.x.org
|
2007-06-18 19:35:06 +00:00
|
|
|
License: MIT
|
2005-10-02 14:11:59 +00:00
|
|
|
Group: User Interface/X Hardware Support
|
|
|
|
|
2008-03-20 01:20:05 +00:00
|
|
|
Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
|
2006-06-28 10:59:10 +00:00
|
|
|
|
2013-05-08 14:12:05 +00:00
|
|
|
ExcludeArch: s390 s390x
|
2005-10-02 14:11:59 +00:00
|
|
|
|
2013-01-10 03:13:37 +00:00
|
|
|
Patch0: 0001-Remove-mibstore.h.patch
|
2008-10-30 18:19:41 +00:00
|
|
|
Patch2: BGNoneRoot.patch
|
2009-06-22 00:01:36 +00:00
|
|
|
|
2013-03-07 02:43:47 +00:00
|
|
|
BuildRequires: xorg-x11-server-devel >= 1.10.99.902
|
2013-03-07 05:08:47 +00:00
|
|
|
BuildRequires: autoconf automake libtool
|
2005-10-02 14:11:59 +00:00
|
|
|
|
2010-10-27 15:59:53 +00:00
|
|
|
Requires: Xorg %(xserver-sdk-abi-requires ansic)
|
|
|
|
Requires: Xorg %(xserver-sdk-abi-requires videodrv)
|
2006-02-03 13:30:16 +00:00
|
|
|
|
2005-10-02 14:11:59 +00:00
|
|
|
%description
|
|
|
|
X.Org X11 fbdev video driver.
|
|
|
|
|
|
|
|
%prep
|
2008-03-20 01:20:05 +00:00
|
|
|
%setup -q -n %{tarball}-%{version}
|
2013-01-10 03:13:37 +00:00
|
|
|
%patch0 -p1
|
2008-10-30 18:19:41 +00:00
|
|
|
%patch2 -p1
|
2005-10-02 14:11:59 +00:00
|
|
|
|
|
|
|
%build
|
2013-03-07 05:08:47 +00:00
|
|
|
autoreconf -vif
|
2005-10-02 14:11:59 +00:00
|
|
|
%configure --disable-static
|
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2006-02-03 13:30:16 +00:00
|
|
|
|
2005-10-02 14:11:59 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
# FIXME: Remove all libtool archives (*.la) from modules directory. This
|
|
|
|
# should be fixed in upstream Makefile.am or whatever.
|
2006-02-03 13:30:16 +00:00
|
|
|
find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
|
2005-10-02 14:11:59 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2005-10-03 23:11:23 +00:00
|
|
|
%{driverdir}/fbdev_drv.so
|
2006-02-03 13:30:16 +00:00
|
|
|
%{_mandir}/man4/fbdev.4*
|
2005-10-02 14:11:59 +00:00
|
|
|
|
|
|
|
%changelog
|
2013-11-06 22:19:32 +00:00
|
|
|
* Wed Nov 06 2013 Adam Jackson <ajax@redhat.com> - 0.4.3-12
|
|
|
|
- 1.15RC1 ABI rebuild
|
|
|
|
|
2013-10-25 19:36:24 +00:00
|
|
|
* Fri Oct 25 2013 Adam Jackson <ajax@redhat.com> - 0.4.3-11
|
|
|
|
- ABI rebuild
|
|
|
|
|
2013-08-04 08:48:33 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.3-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-03-07 05:08:47 +00:00
|
|
|
* Thu Mar 07 2013 Dave Airlie <airlied@redhat.com> 0.4.3-9
|
|
|
|
- autoreconf for aarch64
|
|
|
|
|
2013-03-07 02:43:47 +00:00
|
|
|
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 0.4.3-8
|
|
|
|
- require xorg-x11-server-devel, not -sdk
|
|
|
|
|
2013-03-07 01:15:29 +00:00
|
|
|
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 0.4.3-7
|
|
|
|
- ABI rebuild
|
|
|
|
|
2013-02-15 04:34:47 +00:00
|
|
|
* Fri Feb 15 2013 Peter Hutterer <peter.hutterer@redhat.com> - 0.4.3-6
|
|
|
|
- ABI rebuild
|
|
|
|
|
2013-02-15 02:06:16 +00:00
|
|
|
* Fri Feb 15 2013 Peter Hutterer <peter.hutterer@redhat.com> - 0.4.3-5
|
|
|
|
- ABI rebuild
|
|
|
|
|
2013-01-10 01:50:25 +00:00
|
|
|
* Thu Jan 10 2013 Adam Jackson <ajax@redhat.com> - 0.4.3-4
|
|
|
|
- ABI rebuild
|
|
|
|
|
2012-07-22 06:23:04 +00:00
|
|
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-18 09:58:17 +00:00
|
|
|
* Wed Jul 18 2012 Dave Airlie <airlied@redhat.com> - 0.4.3-2
|
|
|
|
- ABI rebuild
|
|
|
|
|
2012-07-02 12:03:13 +00:00
|
|
|
* Mon Jul 02 2012 Dave Airlie <airlied@redhat.com> 0.4.3-1
|
|
|
|
- upstream 0.4.3 release
|
|
|
|
|
2012-04-05 18:12:45 +00:00
|
|
|
* Thu Apr 05 2012 Adam Jackson <ajax@redhat.com> - 0.4.2-9
|
|
|
|
- RHEL arch exclude updates
|
|
|
|
|
2012-02-11 13:58:51 +00:00
|
|
|
* Sat Feb 11 2012 Peter Hutterer <peter.hutterer@redhat.com> - 0.4.2-8
|
|
|
|
- ABI rebuild
|
|
|
|
|
2012-02-10 19:28:54 +00:00
|
|
|
* Fri Feb 10 2012 Peter Hutterer <peter.hutterer@redhat.com> - 0.4.2-7
|
|
|
|
- ABI rebuild
|
|
|
|
|
2012-01-24 00:11:15 +00:00
|
|
|
* Tue Jan 24 2012 Peter Hutterer <peter.hutterer@redhat.com> - 0.4.2-6
|
|
|
|
- ABI rebuild
|
|
|
|
|
2012-01-04 01:20:37 +00:00
|
|
|
* Wed Jan 04 2012 Peter Hutterer <peter.hutterer@redhat.com> - 0.4.2-5
|
|
|
|
- Rebuild for server 1.12
|
|
|
|
|
2011-11-14 17:37:25 +00:00
|
|
|
* Mon Nov 14 2011 Adam Jackson <ajax@redhat.com> - 0.4.2-4
|
|
|
|
- ABI rebuild
|
|
|
|
|
2011-11-09 20:57:01 +00:00
|
|
|
* Wed Nov 09 2011 ajax <ajax@redhat.com> - 0.4.2-3
|
|
|
|
- ABI rebuild
|
|
|
|
|
2011-08-18 15:48:43 +00:00
|
|
|
* Thu Aug 18 2011 Adam Jackson <ajax@redhat.com> - 0.4.2-2
|
|
|
|
- Rebuild for xserver 1.11 ABI
|
|
|
|
|
2011-06-21 17:27:32 +00:00
|
|
|
* Tue Jun 21 2011 Adam Jackson <ajax@redhat.com> 0.4.2-1
|
|
|
|
- fbdev 0.4.2
|
|
|
|
|
2011-05-11 05:40:40 +00:00
|
|
|
* Wed May 11 2011 Peter Hutterer <peter.hutterer@redhat.com> - 0.4.1-9
|
|
|
|
- Rebuild for server 1.11
|
|
|
|
|
2011-02-28 21:46:57 +00:00
|
|
|
* Tue Mar 01 2011 Peter Hutterer <peter.hutterer@redhat.com> - 0.4.1-8
|
|
|
|
- Rebuild for server 1.10
|
|
|
|
|
2011-02-08 06:03:00 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-02 07:10:19 +00:00
|
|
|
* Thu Dec 02 2010 Dave Airlie <airlied@redhat.com> 0.4.1-6
|
|
|
|
- fix bg none root
|
|
|
|
|
2010-10-27 15:59:53 +00:00
|
|
|
* Wed Oct 27 2010 Adam Jackson <ajax@redhat.com> 0.4.1-5
|
|
|
|
- Add ABI requires magic. (#542742)
|
|
|
|
|
2010-07-05 02:06:21 +00:00
|
|
|
* Mon Jul 05 2010 Peter Hutterer <peter.hutterer@redhat.com> - 0.4.1-4
|
|
|
|
- rebuild for X Server 1.9
|
|
|
|
|
2010-01-21 09:49:24 +00:00
|
|
|
* Thu Jan 21 2010 Peter Hutterer <peter.hutterer@redhat.com> - 0.4.1-3
|
|
|
|
- Rebuild for server 1.8
|
|
|
|
|
2010-01-21 07:57:24 +00:00
|
|
|
* Thu Jan 21 2010 Peter Hutterer <peter.hutterer@redhat.com> - 0.4.1-2
|
|
|
|
- Rebuild for server 1.8
|
|
|
|
|
2009-08-04 05:04:55 +00:00
|
|
|
* Tue Aug 04 2009 Dave Airlie <airlied@redhat.com> 0.4.1-1
|
|
|
|
- fbdev 0.4.1
|
|
|
|
|
2009-07-27 08:25:16 +00:00
|
|
|
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-6.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-15 15:49:37 +00:00
|
|
|
* Wed Jul 15 2009 Adam Jackson <ajax@redhat.com> - 0.4.0-5.1
|
|
|
|
- ABI bump
|
|
|
|
|
2009-06-22 00:01:36 +00:00
|
|
|
* Mon Jun 22 2009 Peter Hutterer <peter.hutterer@redhat.com> 0.4.0-5
|
|
|
|
- fbdev-0.4.0-Make-ISA-optional.patch: to make next patch apply cleanly.
|
|
|
|
- fbdef-0.4.0-Remove-useless-loader-symbol-lists.patch:
|
|
|
|
fix linker error against X server >= 1.6.99.1
|
|
|
|
|
2009-02-26 10:46:36 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-12-22 05:48:39 +00:00
|
|
|
* Mon Dec 22 2008 Dave Airlie <airlied@redhat.com> 0.4.0-3
|
|
|
|
- rebuild for latest server API
|
|
|
|
|
2008-10-30 18:19:41 +00:00
|
|
|
* Thu Oct 30 2008 Bill Nottingham <notting@redhat.com> 0.4.0-2
|
|
|
|
- set canDoBGNoneRoot on driver startup
|
|
|
|
|
2008-03-20 01:20:05 +00:00
|
|
|
* Thu Mar 20 2008 Dave Airlie <airlied@redhat.com> 0.4.0-1
|
|
|
|
- Update to latest upstream release
|
|
|
|
|
2008-02-20 07:21:48 +00:00
|
|
|
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.3.1-7
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2008-01-18 06:49:48 +00:00
|
|
|
* Fri Jan 18 2008 Dave Airlie <airlied@redhat.com> 0.3.1-6
|
|
|
|
- rebuild for abi change.
|
|
|
|
|
2007-11-14 00:42:59 +00:00
|
|
|
* Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 0.3.1-5.20071113
|
|
|
|
- Update to git snapshot for pciaccess goodness. Don't ask why a driver
|
|
|
|
that doesn't touch PCI at all needs a PCI update. I don't know either,
|
|
|
|
and thinking about it makes me very sad.
|
|
|
|
- Require xserver 1.4.99.1
|
|
|
|
|
2007-08-22 19:26:19 +00:00
|
|
|
* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 0.3.1-4
|
|
|
|
- Rebuild for PPC toolchain bug
|
|
|
|
|
2007-06-18 19:35:06 +00:00
|
|
|
* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 0.3.1-3
|
|
|
|
- Update Requires and BuildRequires. Disown the module directories.
|
|
|
|
|
2007-02-16 18:53:59 +00:00
|
|
|
* Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 0.3.1-2
|
|
|
|
- ExclusiveArch -> ExcludeArch
|
|
|
|
|
2007-01-06 05:01:29 +00:00
|
|
|
* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 0.3.1-1
|
|
|
|
- Update to 0.3.1
|
|
|
|
|
2006-08-29 01:33:42 +00:00
|
|
|
* Mon Aug 28 2006 Jeremy Katz <katzj@redhat.com> - 0.3.0-2
|
|
|
|
- adjust to prefer 32bpp over 24bpp for fbbpp (#204117)
|
|
|
|
|
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com>
|
2006-07-12 08:58:52 +00:00
|
|
|
- rebuild
|
|
|
|
|
2006-05-30 17:57:32 +00:00
|
|
|
* Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 0.3.0-1
|
|
|
|
- Update to 0.3.0 from 7.1.
|
|
|
|
|
2006-05-16 14:11:21 +00:00
|
|
|
* Tue May 16 2006 Adam Jackson <ajackson@redhat.com> 0.2.0-2
|
|
|
|
- Move debugging output from compile-time option to run-time option.
|
|
|
|
|
2006-04-10 03:17:22 +00:00
|
|
|
* Sun Apr 9 2006 Adam Jackson <ajackson@redhat.com> 0.2.0-1
|
|
|
|
- Update to 0.2.0 from 7.1RC1.
|
|
|
|
|
2006-02-11 06:17:54 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.1.0.5-1.2
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 14:25:47 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.1.0.5-1.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2006-02-03 13:30:16 +00:00
|
|
|
* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 0.1.0.5-1
|
|
|
|
- Updated xorg-x11-drv-fbdev to version 0.1.0.5 from X11R7.0
|
|
|
|
|
2005-12-24 03:41:24 +00:00
|
|
|
* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 0.1.0.4-1
|
|
|
|
- Updated xorg-x11-drv-fbdev to version 0.1.0.4 from X11R7 RC4
|
|
|
|
- Removed 'x' suffix from manpage dirs to match RC4 upstream.
|
|
|
|
|
2005-11-16 11:58:34 +00:00
|
|
|
* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 0.1.0.2-1
|
|
|
|
- Updated xorg-x11-drv-fbdev to version 0.1.0.2 from X11R7 RC2
|
|
|
|
|
2005-11-04 23:19:22 +00:00
|
|
|
* Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 0.1.0.1-1
|
|
|
|
- Updated xorg-x11-drv-fbdev to version 0.1.0.1 from X11R7 RC1
|
|
|
|
- Fix *.la file removal.
|
2006-02-03 13:30:16 +00:00
|
|
|
|
2005-10-03 23:11:23 +00:00
|
|
|
* Mon Oct 3 2005 Mike A. Harris <mharris@redhat.com> 0.1.0-1
|
|
|
|
- Update BuildRoot to use Fedora Packaging Guidelines.
|
|
|
|
- Deglob file manifest.
|
|
|
|
- Add alpha/sparc/sparc64 to "ExclusiveArch"
|
|
|
|
|
2005-10-02 14:11:59 +00:00
|
|
|
* Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 0.1.0-0
|
|
|
|
- Initial spec file for fbdev video driver generated automatically
|
|
|
|
by my xorg-driverspecgen script.
|