xorg-x11-xkb-utils-vl.spec 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. Summary: X.Org X11 xkb utilities
  2. Summary(ja): X.Org X11 xkb ユーティリティ
  3. Name: xorg-x11-xkb-utils
  4. Version: 7.5
  5. Release: 1%{?_dist_release}
  6. License: MIT/X11
  7. Group: User Interface/X
  8. URL: http://www.x.org
  9. # use the macro so the doc dir is changed automagically
  10. %define xkbutils_version 1.0.2
  11. Source0: ftp://ftp.x.org/pub/individual/app/xkbutils-%{xkbutils_version}.tar.bz2
  12. Source1: ftp://ftp.x.org/pub/individual/app/xkbcomp-1.1.1.tar.bz2
  13. Source2: ftp://ftp.x.org/pub/individual/app/xkbevd-1.1.0.tar.bz2
  14. Source3: ftp://ftp.x.org/pub/individual/app/xkbprint-1.0.2.tar.bz2
  15. Source4: ftp://ftp.x.org/pub/individual/app/setxkbmap-1.1.0.tar.bz2
  16. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  17. BuildRequires: pkgconfig
  18. BuildRequires: libxkbfile-devel
  19. BuildRequires: libX11-devel
  20. BuildRequires: libXaw-devel >= 1.0.5
  21. BuildRequires: libXt-devel
  22. BuildRequires: libXext-devel
  23. BuildRequires: libXpm-devel
  24. Provides: setxkbmap, xkbcomp, xkbevd, xkbprint, xkbutils
  25. Obsoletes: XFree86, xorg-x11
  26. %description
  27. X.Org X11 xkb utilities
  28. %prep
  29. %setup -q -c %{name}-%{version} -a1 -a2 -a3 -a4
  30. %build
  31. export CFLAGS="$RPM_OPT_FLAGS -DHAVE_STRCASECMP"
  32. for pkg in xkbutils setxkbmap xkbcomp xkbevd xkbprint ; do
  33. pushd $pkg-*
  34. %configure
  35. make
  36. popd
  37. done
  38. %install
  39. rm -rf $RPM_BUILD_ROOT
  40. for pkg in xkbutils setxkbmap xkbcomp xkbevd xkbprint ; do
  41. pushd $pkg-*
  42. make install DESTDIR=$RPM_BUILD_ROOT
  43. popd
  44. done
  45. %clean
  46. rm -rf $RPM_BUILD_ROOT
  47. %files
  48. %defattr(-,root,root,-)
  49. %doc xkbutils-%{xkbutils_version}/AUTHORS xkbutils-%{xkbutils_version}/COPYING xkbutils-%{xkbutils_version}/INSTALL
  50. %doc xkbutils-%{xkbutils_version}/NEWS xkbutils-%{xkbutils_version}/README xkbutils-%{xkbutils_version}/ChangeLog
  51. %{_bindir}/setxkbmap
  52. %{_bindir}/xkbbell
  53. %{_bindir}/xkbcomp
  54. %{_bindir}/xkbevd
  55. %{_bindir}/xkbprint
  56. %{_bindir}/xkbvleds
  57. %{_bindir}/xkbwatch
  58. %{_mandir}/man1/setxkbmap.1*
  59. %{_mandir}/man1/xkbcomp.1*
  60. %{_mandir}/man1/xkbevd.1*
  61. %{_mandir}/man1/xkbprint.1*
  62. %changelog
  63. * Fri Nov 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.5-1
  64. - xkbutils-1.0.2
  65. - xkbcomp-1.1.1
  66. - xkbevd-1.1.0
  67. - xkbprint-1.0.2
  68. - setxkbmap-1.1.0
  69. * Sun Nov 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-2
  70. - rebuild with libXaw.so.7 (libXaw-1.0.5)
  71. * Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-1
  72. - xkbcomp 1.0.5
  73. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2-1
  74. - new versioning policy
  75. * Sun Jan 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2-0vl1
  76. - initial build for Vine Linux
  77. * Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 7.2-3
  78. - Rebuild for ppc toolchain bug
  79. * Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 7.2-2
  80. - rebuild for toolchain bug
  81. * Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 7.2-1
  82. - setxkbmap 1.0.4
  83. - Arbitrary version number bump, to match X.org release numbering. Why not.
  84. * Mon Jan 08 2007 Adam Jackson <ajax@redhat.com> 1.0.2-3
  85. - From OLPC: jam -DHAVE_STRCASECMP into CFLAGS to make xkbcomp (and therefore
  86. X server startup) slightly less painfully slow.
  87. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
  88. - rebuild
  89. * Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-2
  90. - Added xkbutils_version macro, which can be used in the Version field
  91. in the future, to help prevent accidental bumping of the package version.
  92. * Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-1
  93. - Update setxkbmap, xkbevd, and xkbcomp
  94. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
  95. - bump again for double-long bug on ppc(64)
  96. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
  97. - rebuilt for new gcc4.1 snapshot and glibc changes
  98. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
  99. - Updated all apps to version 1.0.1 from X11R7.0
  100. * Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
  101. - Updated all apps to version 1.0.0 from X11R7 RC4.
  102. - Changed manpage dir from man1x to man1 to match upstream default.
  103. * Sun Nov 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
  104. - Change from "Conflicts" to "Obsoletes: XFree86, xorg-x11" for upgrades.
  105. - Rebuild against new libXaw 0.99.2-2, which has fixed DT_SONAME. (#173027)
  106. * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
  107. - Updated to xkbutils-0.99.1, setxkbmap-0.99.2, xkbcomp-0.99.1, xkbevd-0.99.2,
  108. xkbprint-0.99.1 from X11R7 RC2.
  109. * Thu Nov 10 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
  110. - Updated xkbutils to version 0.99.0 from X11R7 RC1. The upstream tarball
  111. changed, but the version stayed the same. <sigh>
  112. - Updated setxkbmap, xkbcomp, xkbevd, xkbprint.
  113. - Change manpage location to 'man1x' in file manifest.
  114. - Iterate over packages with for loop instead of serialized code duplication.
  115. * Wed Oct 05 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
  116. - Use Fedora-Extras style BuildRoot tag.
  117. - Update BuildRequires to use new library package names.
  118. - Tidy up spec file a bit.
  119. * Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
  120. - Initial build.