xorg-x11-utils-vl.spec 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. %define pkgname utils
  2. Summary: X.Org X11 X client utilities
  3. Summary(ja): X.Org X11 X クライアントユーティリティ
  4. Name: xorg-x11-%{pkgname}
  5. Version: 7.5
  6. Release: 1%{?_dist_release}
  7. License: MIT/X11
  8. Group: User Interface/X
  9. URL: http://www.x.org
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. Source0: ftp://ftp.x.org/pub/individual/app/xdpyinfo-1.1.0.tar.bz2
  12. Source1: ftp://ftp.x.org/pub/individual/app/xdriinfo-1.0.3.tar.bz2
  13. Source2: ftp://ftp.x.org/pub/individual/app/xev-1.0.4.tar.bz2
  14. Source3: ftp://ftp.x.org/pub/individual/app/xfd-1.0.1.tar.bz2
  15. Source4: ftp://ftp.x.org/pub/individual/app/xfontsel-1.0.2.tar.bz2
  16. Source5: ftp://ftp.x.org/pub/individual/app/xlsatoms-1.0.2.tar.bz2
  17. Source6: ftp://ftp.x.org/pub/individual/app/xlsclients-1.0.2.tar.bz2
  18. Source7: ftp://ftp.x.org/pub/individual/app/xlsfonts-1.0.2.tar.bz2
  19. Source8: ftp://ftp.x.org/pub/individual/app/xprop-1.1.0.tar.bz2
  20. Source9: ftp://ftp.x.org/pub/individual/app/xvinfo-1.1.0.tar.bz2
  21. Source10: ftp://ftp.x.org/pub/individual/app/xwininfo-1.0.5.tar.bz2
  22. BuildRequires: pkgconfig
  23. BuildRequires: libdmx-devel
  24. BuildRequires: libGL-devel
  25. BuildRequires: libXaw-devel >= 1.0.5
  26. BuildRequires: libXext-devel
  27. BuildRequires: libXft-devel
  28. BuildRequires: libXi-devel
  29. BuildRequires: libXinerama-devel
  30. BuildRequires: libXpm-devel
  31. BuildRequires: libXt-devel
  32. BuildRequires: libXtst-devel
  33. BuildRequires: libXv-devel
  34. BuildRequires: libXxf86dga-devel
  35. BuildRequires: libXxf86misc-devel
  36. BuildRequires: libXxf86vm-devel
  37. # FIXME: check if still needed for X11R7
  38. Requires(pre): filesystem
  39. Provides: xdpyinfo xdriinfo xev xfd xfontsel xlsatoms xlsclients xlsfonts xprop xvinfo xwininfo
  40. %description
  41. A collection of client utilities which can be used to query the X server
  42. for various information, view and select fonts, etc.
  43. %prep
  44. %setup -q -c %{name}-%{version} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8 -a9 -a10
  45. %build
  46. # Build all apps
  47. {
  48. for app in * ; do
  49. pushd $app
  50. %configure
  51. make
  52. popd
  53. done
  54. }
  55. %install
  56. rm -rf $RPM_BUILD_ROOT
  57. # Install all apps
  58. {
  59. for app in * ; do
  60. pushd $app
  61. make install DESTDIR=$RPM_BUILD_ROOT
  62. popd
  63. done
  64. }
  65. %clean
  66. rm -rf $RPM_BUILD_ROOT
  67. %files
  68. %defattr(-,root,root,-)
  69. %doc
  70. %{_bindir}/xdpyinfo
  71. %{_bindir}/xdriinfo
  72. %{_bindir}/xev
  73. %{_bindir}/xfd
  74. %{_bindir}/xfontsel
  75. %{_bindir}/xlsatoms
  76. %{_bindir}/xlsclients
  77. %{_bindir}/xlsfonts
  78. %{_bindir}/xprop
  79. %{_bindir}/xvinfo
  80. %{_bindir}/xwininfo
  81. %dir %{_datadir}/X11
  82. %{_datadir}/X11/app-defaults/XFontSel
  83. %{_datadir}/X11/app-defaults/Xfd
  84. %{_mandir}/man1/xdpyinfo.1*
  85. %{_mandir}/man1/xdriinfo.1*
  86. %{_mandir}/man1/xev.1*
  87. %{_mandir}/man1/xfd.1*
  88. %{_mandir}/man1/xfontsel.1*
  89. %{_mandir}/man1/xlsatoms.1*
  90. %{_mandir}/man1/xlsclients.1*
  91. %{_mandir}/man1/xlsfonts.1*
  92. %{_mandir}/man1/xprop.1*
  93. %{_mandir}/man1/xvinfo.1*
  94. %{_mandir}/man1/xwininfo.1*
  95. %changelog
  96. * Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.5-1
  97. - xdpyinfo-1.1.0
  98. - xdriinfo-1.0.3
  99. - xev-1.0.4
  100. - xlsatoms-1.0.2
  101. - xlsclient-1.0.2
  102. - xprop-1.1.0
  103. - xvinfo-1.1.0
  104. - xwininfo-1.0.5
  105. * Sun Nov 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-3
  106. - rebuild with libXaw.so.7 (libXaw-1.0.5)
  107. * Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-2
  108. - xdpyinfo 1.0.3
  109. - xev 1.0.3
  110. - xprop 1.0.4
  111. - xwininfo 1.0.4
  112. * Wed Mar 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-1
  113. - initial build for Vine Linux
  114. * Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 7.3-2
  115. - Autorebuild for GCC 4.3
  116. * Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 7.3-1
  117. - xdriinfo 1.0.2
  118. - xwininfo 1.0.3
  119. - Bump to 7.3
  120. * Fri Aug 17 2007 Dave Airlie <airlied@redhat.com> 7.2-1
  121. - xfontsel 1.0.2, xlsfonts 1.0.2, xvinfo 1.0.2, xprop 1.0.3
  122. * Mon Mar 26 2007 Adam Jackson <ajax@redhat.com> 7.1-4
  123. - xdpyinfo 1.0.2
  124. * Tue Jan 30 2007 Adam Jackson <ajax@redhat.com> 7.1-3
  125. - Fix man page glob and rebuild for FC7.
  126. * Wed Jul 19 2006 Mike A. Harris <mharris@redhat.com> 7.1-2.fc6
  127. - Remove app-defaults dir from file manifest, as it is owned by libXt (#174021)
  128. - Add 'dist' tag to package release string.
  129. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 7.1-1.1
  130. - rebuild
  131. * Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 7.1-1
  132. - Bump package version to 7.1 to reflect the X11 release the utilities
  133. are aggregated from.
  134. - Updated to xdriinfo-1.0.1, xev-1.0.2, xwininfo-1.0.2 from X11R7.1
  135. * Wed May 31 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-3
  136. - Fix BuildRequires (#191966)
  137. * Tue Apr 25 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-2
  138. - Remove a spurious Xprint dependency from xdpyinfo.
  139. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
  140. - bump again for double-long bug on ppc(64)
  141. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
  142. - rebuilt for new gcc4.1 snapshot and glibc changes
  143. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
  144. - Updated all tarballs to versions from X11R7.0
  145. * Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
  146. - Updated all tarballs to version 1.0.0 from X11R7 RC4.
  147. - Changed manpage dir from man1x to man1 to match upstream RC4 default.
  148. - Moved all app-defaults files from _libdir to _datadir
  149. * Mon Nov 14 2005 Jeremy Katz <katzj@redhat.com> 0.99.2-3
  150. - require newer filesystem package (#172610)
  151. * Mon Nov 14 2005 Jeremy Katz <katzj@redhat.com> 0.99.2-2
  152. - rebuild
  153. * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
  154. - Initial build, with all apps taken from X11R7 RC2
  155. - Use "make install DESTDIR=$RPM_BUILD_ROOT" as the makeinstall macro fails on
  156. some packages.