xorg-x11-drv-fpit-vl.spec 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. %define tarball xf86-input-fpit
  2. %define moduledir %(pkg-config xorg-server --variable=moduledir )
  3. %define driverdir %{moduledir}/input
  4. Summary: Xorg X11 fpit input driver
  5. Summary(ja): Xorg X11 fpit 入力ドライバ
  6. Name: xorg-x11-drv-fpit
  7. Version: 1.3.0
  8. Release: 4%{?_dist_release}
  9. URL: http://www.x.org
  10. License: MIT
  11. Group: User Interface/X Hardware Support
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  13. Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
  14. Source1: 50-fpit.conf
  15. Patch1: fpit-1.3.0-abi.patch
  16. ExcludeArch: s390 s390x
  17. BuildRequires: xorg-x11-server-sdk >= 1.7.99.901
  18. Requires: xorg-x11-server-Xorg >= 1.7.99.901
  19. %description
  20. X.Org X11 fpit input driver.
  21. %prep
  22. %setup -q -n %{tarball}-%{version}
  23. %patch1 -p1
  24. %build
  25. %configure --disable-static
  26. make
  27. %install
  28. rm -rf $RPM_BUILD_ROOT
  29. make install DESTDIR=$RPM_BUILD_ROOT
  30. # FIXME: Remove all libtool archives (*.la) from modules directory. This
  31. # should be fixed in upstream Makefile.am or whatever.
  32. find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
  33. mkdir -p $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d
  34. install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d/
  35. %clean
  36. rm -rf $RPM_BUILD_ROOT
  37. %files
  38. %defattr(-,root,root,-)
  39. %{driverdir}/fpit_drv.so
  40. %{_mandir}/man4/fpit.4*
  41. %{_datadir}/X11/xorg.conf.d/50-fpit.conf
  42. %changelog
  43. * Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.0-3
  44. - rebuild with xserver-1.8rc
  45. * Thu Mar 25 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-2
  46. - rebuild with xserver-1.8rc
  47. - add patch1 to build with xserver-1.8
  48. - add xorg.conf snippet
  49. * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-1
  50. - new upstream release
  51. * Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.0-1
  52. - initial build for Vine Linux
  53. * Thu Mar 20 2008 Adam Jackson <ajax@redhat.com> 1.2.0-1
  54. - fpit 1.2.0
  55. * Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1.0-5
  56. - Autorebuild for GCC 4.3
  57. * Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 1.1.0-4
  58. - Rebuild for PPC toolchain bug
  59. * Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 1.1.0-3
  60. - Update Requires and BuildRequires. Disown the module directories.
  61. * Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 1.1.0-2
  62. - ExclusiveArch -> ExcludeArch
  63. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
  64. - rebuild
  65. * Sun Apr 9 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-1
  66. - Updatte to 1.1.0 from 7.1RC1.
  67. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0.5-1.2
  68. - bump again for double-long bug on ppc(64)
  69. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0.5-1.1
  70. - rebuilt for new gcc4.1 snapshot and glibc changes
  71. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.0.5-1
  72. - Updated xorg-x11-drv-fpit to version 1.0.0.5 from X11R7.0
  73. * Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.4-1
  74. - Updated xorg-x11-drv-fpit to version 1.0.0.4 from X11R7 RC4
  75. - Removed 'x' suffix from manpage dirs to match RC4 upstream.
  76. * Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.2-1
  77. - Updated xorg-x11-drv-fpit to version 1.0.0.2 from X11R7 RC2
  78. * Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 1.0.0.1-1
  79. - Updated xorg-x11-drv-fpit to version 1.0.0.1 from X11R7 RC1
  80. - Fix *.la file removal.
  81. * Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-0
  82. - Initial spec file for fpit input driver generated automatically
  83. by my xorg-driverspecgen script.