123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- %define tarball xf86-video-tseng
- %define moduledir %(pkg-config xorg-server --variable=moduledir )
- %define driverdir %{moduledir}/drivers
- Summary: Xorg X11 tseng video driver
- Summary(ja): Xorg X11 tseng ビデオドライバ
- Name: xorg-x11-drv-tseng
- Version: 1.2.5
- Release: 7%{?_dist_release}
- URL: http://www.x.org
- License: MIT
- Group: User Interface/X Hardware Support
- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
- Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
- Source1: tseng.xinf
- Patch0: tseng-1.1.0-defaultdepth.patch
- Patch1: xf86-video-tseng-1.2.5-remove-mibstore.patch
- Patch2: xf86-video-tseng-1.2.5-remove-miInitializeBackingStore.patch
- ExcludeArch: s390 s390x
- BuildRequires: automake autoconf libtool
- BuildRequires: xorg-x11-server-sdk >= 1.6
- Requires: hwdata
- Requires: xorg-x11-server-Xorg
- Vendor: Project Vine
- Distribution: Vine Linux
- %description
- X.Org X11 tseng video driver.
- %prep
- %setup -q -n %{tarball}-%{version}
- %patch0 -p1 -b .defaultdepth
- %patch1 -p1 -b .mibstore
- %patch2 -p1 -b .bs
- %build
- autoreconf -v --install
- %configure --disable-static --enable-xaa=no
- make
- %install
- rm -rf $RPM_BUILD_ROOT
- make install DESTDIR=$RPM_BUILD_ROOT
- mkdir -p $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases
- install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases/
- # FIXME: Remove all libtool archives (*.la) from modules directory. This
- # should be fixed in upstream Makefile.am or whatever.
- find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
- %clean
- rm -rf $RPM_BUILD_ROOT
- %files
- %defattr(-,root,root,-)
- %{driverdir}/tseng_drv.so
- %{_datadir}/hwdata/videoaliases/tseng.xinf
- %{_mandir}/man4/tseng.4*
- %changelog
- * Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-7
- - rebuild with xserver-1.18.3
- * Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-6
- - rebuild with xserver-1.17.2
- * Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-5
- - rebuild with xserver-1.16.2
- * Thu Jul 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-4
- - rebuild with xserver-1.15.2
- * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-3
- - rebuild with VineSeed environment
- - add Patch2 (xf86-video-tseng-1.2.5-remove-miInitializeBackingStore.patch)
- * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-2
- - rebuild with xserver-1.14.1
- - add Patch1 (xf86-video-tseng-1.2.5-remove-mibstore.patch)
- * Fri Jul 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.5-1
- - new upstream release
- - remove Patch1
- * Sun Mar 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.4-5
- - rebuild with xserver-1.12.0
- - add Patch1 (xf86-video-tseng-1.2.4-git20111102.patch)
- * Wed Nov 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.4-4
- - rebuild with xserver-1.11.1.902
- * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.4-3
- - rebuild with xserver-1.10.0
- * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.4-2
- - rebuild with xserver-1.9.2
- * Sun Jul 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.4-1
- - new upstream release
- * Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.3-2
- - rebuild with xserver-1.8rc
- * Tue Dec 29 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.3-1
- - new upstream release
- * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-1
- - new upstream release
- * Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.0-2
- - rebuild with xorg-server-1.4.99
- * Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.0-1
- - initial build for Vine Linux
- * Thu Mar 20 2008 Dave Airlie <airlied@redhat.com> 1.2.0-1
- - Latest upstream release
- * Mon Mar 10 2008 Dave Airlie <airlied@redhat.com> 1.1.0-9
- - pciaccess conversion
- * Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1.0-8
- - Autorebuild for GCC 4.3
- * Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 1.1.0-7
- - Rebuild for ppc toolchain bug
- * Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 1.1.0-6
- - Update Requires and BuildRequires. Add Requires: hwdata.
- * Wed Mar 28 2007 Adam Jackson <ajax@redhat.com> 1.1.0-5
- - tseng-1.1.0-defaultdepth.patch: Use system default depth.
- * Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 1.1.0-4
- - ExclusiveArch -> ExcludeArch
- * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
- - rebuild
- * Thu May 25 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-3
- - Added "BuildRequires: xorg-x11-proto-devel" for (#192385)
- * Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-2
- - Rebuild for 7.1 ABI fix.
- * Sun Apr 9 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-1
- - Update to 1.1.0 from 7.1RC1.
- * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0.5-1.1
- - rebuilt for new gcc4.1 snapshot and glibc changes
- * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.0.5-1
- - Updated xorg-x11-drv-tseng to version 1.0.0.5 from X11R7.0
- * Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.4-1
- - Updated xorg-x11-drv-tseng to version 1.0.0.4 from X11R7 RC4
- - Removed 'x' suffix from manpage dirs to match RC4 upstream.
- * Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.2-1
- - Updated xorg-x11-drv-tseng to version 1.0.0.2 from X11R7 RC2
- * Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.1-1
- - Updated xorg-x11-drv-tseng to version 1.0.0.1 from X11R7 RC1
- - Fix *.la file removal.
- * Tue Oct 4 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
- - Update BuildRoot to use Fedora Packaging Guidelines.
- - Deglob file manifest.
- - Limit "ExclusiveArch" to x86
- * Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-0
- - Initial spec file for tseng video driver generated automatically
- by my xorg-driverspecgen script.
|