xorg-x11-server-utils-vl.spec 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400
  1. %define pkgname server-utils
  2. Summary: X.Org X11 X server utilities
  3. Summary(ja): X.Org X11 X サーバユーティリティ
  4. Name: xorg-x11-%{pkgname}
  5. Version: 7.7
  6. Release: 1%{?_dist_release}
  7. License: MIT/X11
  8. Group: User Interface/X
  9. URL: http://www.x.org
  10. Source0: ftp://ftp.x.org/pub/individual/app/iceauth-1.0.5.tar.bz2
  11. Source2: ftp://ftp.x.org/pub/individual/app/rgb-1.0.5.tar.bz2
  12. Source3: ftp://ftp.x.org/pub/individual/app/sessreg-1.0.8.tar.bz2
  13. Source4: ftp://ftp.x.org/pub/individual/app/xcmsdb-1.0.4.tar.bz2
  14. Source5: ftp://ftp.x.org/pub/individual/app/xgamma-1.0.5.tar.bz2
  15. Source6: ftp://ftp.x.org/pub/individual/app/xhost-1.0.5.tar.bz2
  16. Source7: ftp://ftp.x.org/pub/individual/app/xmodmap-1.0.7.tar.bz2
  17. Source8: ftp://ftp.x.org/pub/individual/app/xrandr-1.4.0.tar.bz2
  18. Source9: ftp://ftp.x.org/pub/individual/app/xrdb-1.0.9.tar.bz2
  19. Source10: ftp://ftp.x.org/pub/individual/app/xrefresh-1.0.4.tar.bz2
  20. Source11: ftp://ftp.x.org/pub/individual/app/xset-1.2.2.tar.bz2
  21. Source12: ftp://ftp.x.org/pub/individual/app/xsetmode-1.0.0.tar.bz2
  22. Source13: ftp://ftp.x.org/pub/individual/app/xsetpointer-1.0.1.tar.bz2
  23. Source14: ftp://ftp.x.org/pub/individual/app/xsetroot-1.1.1.tar.bz2
  24. Source15: ftp://ftp.x.org/pub/individual/app/xstdcmap-1.0.3.tar.bz2
  25. Source17: ftp://ftp.x.org/pub/individual/app/xvidtune-1.0.3.tar.bz2
  26. # NOTE: Each upstream tarball has its own "PatchN" section, taken from
  27. # multiplying the "SourceN" line times 100. Please keep them in this
  28. # order. Also, please keep each patch specific to a single upstream tarball,
  29. # so that they don't have to be split in half when submitting upstream.
  30. #
  31. # iceauth section
  32. #Patch0:
  33. # rgb section
  34. Patch1100: rgb-1.0.3-datadir-rgbpath-fix.patch
  35. # xvidtune section
  36. Patch1700: xvidtune-1.0.1-buffer-stomp.patch
  37. Patch1710: xvidtune-1.0.1-xaw7.patch
  38. # xrandr section
  39. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  40. # FIXME: Temporary build dep on automake, autoconf while they're still used
  41. # in the specfile.
  42. BuildRequires: autoconf, automake
  43. BuildRequires: pkgconfig
  44. # xsetroot requires xbitmaps-devel
  45. BuildRequires: xbitmaps-devel
  46. # xsetroot requires libX11-devel
  47. BuildRequires: libX11-devel
  48. # xsetroot requires libXmu-devel
  49. BuildRequires: libXmu-devel
  50. BuildRequires: xorg-x11-xtrans-devel libXext-devel
  51. BuildRequires: libXrandr-devel >= 1.2.0
  52. BuildRequires: xorg-x11-util-macros libXxf86vm-devel libXrandr-devel
  53. BuildRequires: libXrender-devel libXi-devel libXt-devel
  54. BuildRequires: libXaw-devel >= 1.0.5
  55. BuildRequires: libXpm-devel libXxf86misc-devel libXfontcache-devel
  56. BuildRequires: zlib-devel
  57. BuildRequires: libXcursor-devel
  58. # ENDNOTE
  59. # xrdb requires the C preprocessor to work properly
  60. Requires: cpp
  61. Requires: libXrandr
  62. Provides: iceauth rgb sessreg xcmsdb xgamma xhost
  63. Provides: xmodmap xrandr xrdb xrefresh xset xsetmode xsetpointer
  64. Provides: xsetroot xstdcmap xvidtune
  65. # NOTE: iceauth, rgb, sessreg, xcmsdb, xgamma, xhost, xmodmap,
  66. # xrandr, xrdb, xrefresh, xset, xsetmode, xsetpointer, xsetroot, xstdcmap,
  67. # xvidtune, were all in xorg-x11 and XFree86 packages, so we obsolete
  68. # them to ensure upgrades work.
  69. Obsoletes: XFree86
  70. Vendor: Project Vine
  71. Distribution: Vine Linux
  72. %description
  73. A collection of utilities used to tweak and query the runtime configuration
  74. of the X server.
  75. %prep
  76. %setup -q -c %{name}-%{version} -a2 -a3 -a4 -a5 -a6 -a7 -a8 -a9 -a10 -a11 -a12 -a13 -a14 -a15 -a17
  77. ## %patch1100 -p0 -b .datadir-rgbpath-fix
  78. ## %patch1700 -p1 -b .buffer-stomp
  79. ## %patch1710 -p1 -b .xaw7
  80. %build
  81. # Build all apps
  82. {
  83. for app in * ; do
  84. pushd $app
  85. case $app in
  86. rgb-*)
  87. # FIXME: run autotools junk to kick in our patch
  88. aclocal --force
  89. automake -f
  90. autoconf
  91. %configure ;# --with-rgb-db=%{_datadir}/X11
  92. ;;
  93. xset-*)
  94. # FIXME: run autotools junk to kick in our patch
  95. aclocal --force
  96. automake -f
  97. autoconf
  98. %configure
  99. ;;
  100. xvidtune-*)
  101. # FIXME: run autotools junk to kick in our patch
  102. aclocal --force
  103. automake -f
  104. autoconf
  105. %configure
  106. ;;
  107. *)
  108. %configure
  109. ;;
  110. esac
  111. make
  112. popd
  113. done
  114. }
  115. %install
  116. rm -rf $RPM_BUILD_ROOT
  117. # Install all apps
  118. {
  119. for app in * ; do
  120. pushd $app
  121. case $app in
  122. *)
  123. make install DESTDIR=$RPM_BUILD_ROOT
  124. ;;
  125. esac
  126. popd
  127. done
  128. }
  129. %clean
  130. rm -rf $RPM_BUILD_ROOT
  131. %files
  132. %defattr(-,root,root,-)
  133. %doc
  134. %{_bindir}/iceauth
  135. %{_bindir}/sessreg
  136. %{_bindir}/showrgb
  137. %{_bindir}/xcmsdb
  138. %{_bindir}/xgamma
  139. %{_bindir}/xhost
  140. %{_bindir}/xkeystone
  141. %{_bindir}/xmodmap
  142. %{_bindir}/xrandr
  143. %{_bindir}/xrdb
  144. %{_bindir}/xrefresh
  145. %{_bindir}/xset
  146. %{_bindir}/xsetmode
  147. %{_bindir}/xsetpointer
  148. %{_bindir}/xsetroot
  149. %{_bindir}/xstdcmap
  150. %{_bindir}/xvidtune
  151. %dir %{_datadir}/X11
  152. %{_datadir}/X11/rgb.txt
  153. %{_datadir}/X11/app-defaults/Xvidtune
  154. %{_mandir}/man1/iceauth.1*
  155. %{_mandir}/man1/sessreg.1*
  156. %{_mandir}/man1/showrgb.1*
  157. %{_mandir}/man1/xcmsdb.1*
  158. %{_mandir}/man1/xgamma.1*
  159. %{_mandir}/man1/xhost.1*
  160. %{_mandir}/man1/xmodmap.1*
  161. %{_mandir}/man1/xrandr.1*
  162. %{_mandir}/man1/xrdb.1*
  163. %{_mandir}/man1/xrefresh.1*
  164. %{_mandir}/man1/xset.1*
  165. %{_mandir}/man1/xsetmode.1*
  166. %{_mandir}/man1/xsetpointer.1*
  167. %{_mandir}/man1/xsetroot.1*
  168. %{_mandir}/man1/xstdcmap.1*
  169. %{_mandir}/man1/xvidtune.1*
  170. %changelog
  171. * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-1
  172. - rgb-1.0.5
  173. - sessreg-1.0.8
  174. - xrandr-1.4.0
  175. - xsetroot-1.1.1
  176. - xstdcmap-1.0.3
  177. - xvidtune-1.0.3
  178. * Wed May 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-8
  179. - xmodmap-1.0.7
  180. * Sat Mar 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-7
  181. - xgamma-1.0.5
  182. - xhost-1.0.5
  183. - xmodmap-1.0.6
  184. * Sat Mar 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-6
  185. - xcmsdb-1.0.4
  186. * Sun Jan 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-5
  187. - sessreg-1.0.7
  188. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-4
  189. - iceauth-1.0.5
  190. - xcmsdb-1.0.3
  191. - xrandr-1.3.5
  192. - xset-1.2.2
  193. * Sun May 01 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-3
  194. - delete Obsoletes: xorg-x11
  195. * Thu Apr 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-2
  196. - xrdb-1.0.9
  197. (including security fix for CVE-2011-0465)
  198. * Sat Feb 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-1
  199. - xrdb-1.0.8
  200. * Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.5-3
  201. - xgamma-1.0.4
  202. - xrdb-1.0.7
  203. - xrefresh-1.0.4
  204. - xset-1.2.1
  205. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.5-2
  206. - iceauth-1.0.4
  207. - rgb-1.0.4
  208. - sessreg-1.0.6
  209. - xcmsdb-1.0.3
  210. - xhost-1.0.4
  211. - xmodmap-1.0.5
  212. - xrandr-1.3.4
  213. - xset-1.2.0
  214. - xsetroot-1.1.0
  215. - xstdcmap-1.0.2
  216. - xvidtune-1.0.2
  217. - drop Patch1100,1700,1710
  218. - add BuildRequires: libXcursor-devel
  219. - fix %%files
  220. * Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.5-1
  221. - iceauth-1.0.3
  222. - sessreg-1.0.5
  223. - xcmsdb-1.0.2
  224. - xgamma-1.0.3
  225. - xhost-1.0.3
  226. - xmodmap-1.0.4
  227. - xrandr-1.3.2
  228. - xrdb-1.0.6
  229. - xrefresh-1.0.3
  230. - xset-1.1.0
  231. - xsetroot-1.0.3
  232. - drop xtrap (deprecated upstream)
  233. * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-2
  234. - xrandr-1.3.0
  235. * Wed Mar 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-1
  236. - xrandr-1.2.99.4
  237. * Sun Nov 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-3
  238. - rebuild with libXaw.so.7 (libXaw-1.0.5)
  239. * Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-2
  240. - rgb 1.0.3
  241. - sessreg 1.0.4
  242. - xhost 1.0.2
  243. - xrandr 1.2.3
  244. - xrdb 1.0.5
  245. - xset 1.0.4
  246. - xsetpointer 1.0.1
  247. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-1
  248. - new versioning policy
  249. * Sun Jan 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-0vl1
  250. - initial build for Vine Linux
  251. * Thu Nov 29 2007 Dave Airlie <airlied@redhat.com> 7.3-2
  252. - xrandr-1.2.2-reset-other-outputs-using-best-crtc.patch
  253. - xrandr-1.2.2-verify-crtc-against-prev-config.patch
  254. - Patches from upstream to fix some bug in xrandr app
  255. * Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 7.3-1
  256. - sessreg 1.0.3
  257. - xgamma 1.0.2
  258. - xmodmap 1.0.3
  259. - xrdb 1.0.4
  260. - xset 1.0.3
  261. - xsetroot 1.0.2
  262. - Bump to 7.3
  263. * Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 7.2-6
  264. - Rebuild for ppc toolchain bug
  265. * Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 7.2-5
  266. - rebuild for toolchain bug
  267. * Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 7.2-4
  268. - iceauth 1.0.2
  269. * Wed Jul 11 2007 Adam Jackson <ajax@redhat.com> 7.2-3
  270. - xrandr 1.2.2
  271. * Wed Jun 27 2007 Adam Jackson <ajax@redhat.com> 7.2-2
  272. - xrandr 1.2.1
  273. * Wed Feb 28 2007 Adam Jackson <ajax@redhat.com> 7.2-1
  274. - Superstition bump to 7.2
  275. - xrandr 1.2.0
  276. * Tue Jan 30 2007 Adam Jackson <ajax@redhat.com> 7.1-5
  277. - Fix man page globs and rebuild for FC7.
  278. * Fri Aug 4 2006 Adam Jackson <ajackson@redhat.com> 7.1-4.fc6
  279. - xvidtune-1.0.1-buffer-stomp.patch: Fix a heap smash. (#189146)
  280. * Wed Jul 19 2006 Mike A. Harris <mharris@redhat.com> 7.1-3.fc6
  281. - Remove app-defaults dir from file manifest, as it is owned by libXt (#174021)
  282. - Add 'dist' tag to package release string.
  283. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 7.1-2.1
  284. - rebuild
  285. - Update to rgb-1.0.2 from X11R7.1
  286. * Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 7.1-1
  287. - Bump the package version to 7.1 to have it match the X11 release that the
  288. tarballs came from going forward.
  289. - Update to xrefresh-1.0.2, xtrap-1.0.2 from X11R7.1
  290. - Remove build dependency on liblbxutil-devel, as LBX is no longer supported.
  291. * Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-6
  292. - Clean up Source lines in spec file, and other minor cleanups.
  293. * Wed May 17 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-5
  294. - Added a whackload of BuildRequires for bug (#191987)
  295. * Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-4
  296. - Updated xmodmap, xrandr, xrdb, and xset.
  297. * Tue Apr 25 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-3
  298. - Eliminate a spurious Xprint dependency from xset.
  299. * Fri Apr 14 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-2
  300. - Drop lbxproxy, LBX is deprecated upstream
  301. - Update to xhost 1.0.1
  302. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
  303. - bump again for double-long bug on ppc(64)
  304. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
  305. - rebuilt for new gcc4.1 snapshot and glibc changes
  306. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
  307. - Updated all packages to the versions from X11R7.0
  308. * Mon Nov 28 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
  309. - Updated all packages to version 1.0.0 from X11R7 RC4
  310. - Changed manpage dirs from man1x to man1 to match upstream RC4 default.
  311. - Updated lbxproxy-datadir-AtomControl-fix.patch
  312. - Updated rgb-1.0.0-datadir-rgbpath-fix.patch
  313. - Removed xvidtune-0.99.1-datadir-app-defaults-fix.patch, now unneeded.
  314. * Mon Nov 28 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-6
  315. - Added "Requires: cpp" as xrdb requires it for proper operation (#174302)
  316. * Tue Nov 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-5
  317. - Bump "filesystem" Requires(pre) to 2.3.7-1.
  318. * Fri Nov 18 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-4
  319. - Added lbxproxy-0.99.2-datadir-AtomControl-fix.patch to move architecture
  320. independent data files from libdir to datadir.
  321. - Added rgb-0.99.2-datadir-rgbpath-fix.patch to move architecture independent
  322. data files from libdir to datadir.
  323. - Added xvidtune-0.99.1-datadir-app-defaults-fix.patch to move app-defaults
  324. into datadir.
  325. * Mon Nov 14 2005 Jeremy Katz <katzj@redhat.com> 0.99.2-3
  326. - require newer filesystem package (#172610)
  327. * Sun Nov 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
  328. - Added "Obsoletes: XFree86, xorg-x11", as these utilities came from there.
  329. - Rebuild against new libXaw 0.99.2-2, which has fixed DT_SONAME. (#173027)
  330. * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
  331. - Initial build, with all apps taken from X11R7 RC2
  332. - Use "make install DESTDIR=$RPM_BUILD_ROOT" as the makeinstall macro fails on
  333. some packages.