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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. Summary: X.Org X11 xkb utilities
  2. Summary(ja): X.Org X11 xkb ユーティリティ
  3. Name: xorg-x11-xkb-utils
  4. Version: 7.7
  5. Release: 4%{?_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.4
  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.3.0.tar.bz2
  13. Source2: ftp://ftp.x.org/pub/individual/app/xkbevd-1.1.4.tar.bz2
  14. Source3: ftp://ftp.x.org/pub/individual/app/xkbprint-1.0.4.tar.bz2
  15. Source4: ftp://ftp.x.org/pub/individual/app/setxkbmap-1.3.1.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. BuildRequires: bison
  25. BuildRequires: flex
  26. Provides: setxkbmap, xkbcomp, xkbevd, xkbprint, xkbutils
  27. Obsoletes: XFree86
  28. Vendor: Project Vine
  29. Distribution: Vine Linux
  30. Packager: Takemikaduchi
  31. %description
  32. X.Org X11 xkb utilities
  33. %prep
  34. %setup -q -c %{name}-%{version} -a1 -a2 -a3 -a4
  35. %build
  36. export CFLAGS="$RPM_OPT_FLAGS -DHAVE_STRCASECMP"
  37. for pkg in xkbutils setxkbmap xkbcomp xkbevd xkbprint ; do
  38. pushd $pkg-*
  39. %configure
  40. make
  41. popd
  42. done
  43. %install
  44. rm -rf $RPM_BUILD_ROOT
  45. for pkg in xkbutils setxkbmap xkbcomp xkbevd xkbprint ; do
  46. pushd $pkg-*
  47. make install DESTDIR=$RPM_BUILD_ROOT
  48. popd
  49. done
  50. rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/xkbcomp.pc
  51. %clean
  52. rm -rf $RPM_BUILD_ROOT
  53. %files
  54. %defattr(-,root,root,-)
  55. %doc xkbutils-%{xkbutils_version}/AUTHORS xkbutils-%{xkbutils_version}/COPYING xkbutils-%{xkbutils_version}/INSTALL
  56. %doc xkbutils-%{xkbutils_version}/NEWS xkbutils-%{xkbutils_version}/README xkbutils-%{xkbutils_version}/ChangeLog
  57. %{_bindir}/setxkbmap
  58. %{_bindir}/xkbbell
  59. %{_bindir}/xkbcomp
  60. %{_bindir}/xkbevd
  61. %{_bindir}/xkbprint
  62. %{_bindir}/xkbvleds
  63. %{_bindir}/xkbwatch
  64. %{_mandir}/man1/setxkbmap.1*
  65. %{_mandir}/man1/xkbcomp.1*
  66. %{_mandir}/man1/xkbevd.1*
  67. %{_mandir}/man1/xkbprint.1*
  68. %{_mandir}/man1/xkbbell.1*
  69. %{_mandir}/man1/xkbvleds.1*
  70. %{_mandir}/man1/xkbwatch.1*
  71. %changelog
  72. * Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-4
  73. - setxkbmap-1.3.1
  74. - xkbevd-1.1.4
  75. - xkbprint-1.0.4
  76. * Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-3
  77. - xkbcomp-1.3.0
  78. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-2
  79. - xkbevd-1.1.3
  80. * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-1
  81. - xkbutils-1.0.4
  82. * Sat Mar 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-4
  83. - xkbcomp-1.2.4
  84. - setxkbmap-1.3.0
  85. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-3
  86. - xkbcomp-1.2.3
  87. * Sun May 01 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-2
  88. - delete Obsoletes: xorg-x11
  89. * Sat Jan 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-1
  90. - xkbprint-1.0.3
  91. * Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.5-3
  92. - xkbevd-1.1.2
  93. - add BuildRequires: bison, flex
  94. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.5-2
  95. - xkbutils-1.0.3
  96. - xkbcomp-1.2.0
  97. - xkbevd-1.1.1
  98. - setxkbmap-1.2.0
  99. * Fri Nov 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.5-1
  100. - xkbutils-1.0.2
  101. - xkbcomp-1.1.1
  102. - xkbevd-1.1.0
  103. - xkbprint-1.0.2
  104. - setxkbmap-1.1.0
  105. * Sun Nov 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-2
  106. - rebuild with libXaw.so.7 (libXaw-1.0.5)
  107. * Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-1
  108. - xkbcomp 1.0.5
  109. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2-1
  110. - new versioning policy
  111. * Sun Jan 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2-0vl1
  112. - initial build for Vine Linux
  113. * Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 7.2-3
  114. - Rebuild for ppc toolchain bug
  115. * Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 7.2-2
  116. - rebuild for toolchain bug
  117. * Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 7.2-1
  118. - setxkbmap 1.0.4
  119. - Arbitrary version number bump, to match X.org release numbering. Why not.
  120. * Mon Jan 08 2007 Adam Jackson <ajax@redhat.com> 1.0.2-3
  121. - From OLPC: jam -DHAVE_STRCASECMP into CFLAGS to make xkbcomp (and therefore
  122. X server startup) slightly less painfully slow.
  123. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
  124. - rebuild
  125. * Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-2
  126. - Added xkbutils_version macro, which can be used in the Version field
  127. in the future, to help prevent accidental bumping of the package version.
  128. * Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-1
  129. - Update setxkbmap, xkbevd, and xkbcomp
  130. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
  131. - bump again for double-long bug on ppc(64)
  132. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
  133. - rebuilt for new gcc4.1 snapshot and glibc changes
  134. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
  135. - Updated all apps to version 1.0.1 from X11R7.0
  136. * Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
  137. - Updated all apps to version 1.0.0 from X11R7 RC4.
  138. - Changed manpage dir from man1x to man1 to match upstream default.
  139. * Sun Nov 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
  140. - Change from "Conflicts" to "Obsoletes: XFree86, xorg-x11" for upgrades.
  141. - Rebuild against new libXaw 0.99.2-2, which has fixed DT_SONAME. (#173027)
  142. * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
  143. - Updated to xkbutils-0.99.1, setxkbmap-0.99.2, xkbcomp-0.99.1, xkbevd-0.99.2,
  144. xkbprint-0.99.1 from X11R7 RC2.
  145. * Thu Nov 10 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
  146. - Updated xkbutils to version 0.99.0 from X11R7 RC1. The upstream tarball
  147. changed, but the version stayed the same. <sigh>
  148. - Updated setxkbmap, xkbcomp, xkbevd, xkbprint.
  149. - Change manpage location to 'man1x' in file manifest.
  150. - Iterate over packages with for loop instead of serialized code duplication.
  151. * Wed Oct 05 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
  152. - Use Fedora-Extras style BuildRoot tag.
  153. - Update BuildRequires to use new library package names.
  154. - Tidy up spec file a bit.
  155. * Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
  156. - Initial build.