xorg-x11-apps-vl.spec 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  1. %define pkgname apps
  2. Summary: X.Org X11 applications
  3. Summary(ja): X.Org X11 アプリケーション
  4. Name: xorg-x11-%{pkgname}
  5. # NOTE: The package version should be set to the X11 major release from which
  6. # the OS release is based upon.
  7. Version: 7.7
  8. Release: 6%{?_dist_release}
  9. License: MIT/X11
  10. Group: User Interface/X
  11. URL: http://www.x.org
  12. # Clock apps
  13. Source0: ftp://ftp.x.org/pub/individual/app/oclock-1.0.3.tar.bz2
  14. Source1: ftp://ftp.x.org/pub/individual/app/xclock-1.0.7.tar.bz2
  15. # X Window Dump (xwd) utilities
  16. Source2: ftp://ftp.x.org/pub/individual/app/xwd-1.0.6.tar.bz2
  17. Source3: ftp://ftp.x.org/pub/individual/app/xwud-1.0.4.tar.bz2
  18. Source4: ftp://ftp.x.org/pub/individual/app/xpr-1.0.4.tar.bz2
  19. # Miscellaneous other applications
  20. Source5: ftp://ftp.x.org/pub/individual/app/luit-1.1.1.tar.bz2
  21. Source6: ftp://ftp.x.org/pub/individual/app/x11perf-1.6.0.tar.bz2
  22. Source7: ftp://ftp.x.org/pub/individual/app/xbiff-1.0.3.tar.bz2
  23. Source8: ftp://ftp.x.org/pub/individual/app/xclipboard-1.1.3.tar.bz2
  24. Source9: ftp://ftp.x.org/pub/individual/app/xconsole-1.0.6.tar.bz2
  25. Source10: ftp://ftp.x.org/pub/individual/app/xcursorgen-1.0.6.tar.bz2
  26. Source11: ftp://ftp.x.org/pub/individual/app/xeyes-1.1.1.tar.bz2
  27. Source12: ftp://ftp.x.org/pub/individual/app/xkill-1.0.4.tar.bz2
  28. Source13: ftp://ftp.x.org/pub/individual/app/xload-1.1.2.tar.bz2
  29. Source14: ftp://ftp.x.org/pub/individual/app/xlogo-1.0.4.tar.bz2
  30. Source15: ftp://ftp.x.org/pub/individual/app/xmag-1.0.6.tar.bz2
  31. Source16: ftp://ftp.x.org/pub/individual/app/xmessage-1.0.4.tar.bz2
  32. Source17: ftp://ftp.x.org/pub/individual/app/xinput-1.6.2.tar.bz2
  33. Source18: ftp://ftp.x.org/pub/individual/app/xcalc-1.0.6.tar.bz2
  34. Patch1: luit-1.1.1-git20131203.patch
  35. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  36. BuildRequires: autoconf, automake
  37. BuildRequires: pkgconfig
  38. BuildRequires: xorg-x11-util-macros
  39. BuildRequires: xorg-x11-xbitmaps
  40. BuildRequires: zlib-devel
  41. BuildRequires: libfontenc-devel
  42. BuildRequires: libX11-devel
  43. BuildRequires: libXmu-devel
  44. BuildRequires: libXext-devel
  45. BuildRequires: libXt-devel
  46. BuildRequires: libXaw-devel
  47. BuildRequires: libXpm-devel
  48. BuildRequires: libXft-devel
  49. BuildRequires: libXrender-devel
  50. BuildRequires: libxkbfile-devel
  51. BuildRequires: libXcursor-devel
  52. BuildRequires: libpng-devel
  53. BuildRequires: libXfixes-devel
  54. BuildRequires: libXi-devel
  55. BuildRequires: libXrandr-devel
  56. BuildRequires: libXinerama-devel
  57. Requires(pre): xorg-x11-filesystem
  58. Provides: luit oclock x11perf xbiff xclipboard xclock xconsole xcursorgen
  59. Provides: xeyes xkill xload xlogo xmag xmessage xpr xwd xwud xinput xcalc
  60. # NOTE: xwd, xwud, luit used to be in these.
  61. Obsoletes: XFree86, XOrg
  62. # NOTE: x11perf, xclipboard used to be in these.
  63. Obsoletes: XFree86-tools, XOrg-tools
  64. Vendor: Project Vine
  65. Distribution: Vine Linux
  66. %description
  67. A collection of common X Window System applications.
  68. %prep
  69. %setup -q -c %{name}-%{version} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8 -a9 -a10 -a11 -a12 -a13 -a14 -a15 -a16 -a17 -a18
  70. pushd luit-1.1.1
  71. %patch1 -p1 -b .luit
  72. popd
  73. %build
  74. # Build all apps
  75. {
  76. for app in * ; do
  77. pushd $app
  78. case $app in
  79. x11perf*)
  80. autoreconf -if
  81. ;;
  82. luit*)
  83. autoreconf -if
  84. ;;
  85. esac
  86. %configure --disable-xprint
  87. make
  88. popd
  89. done
  90. }
  91. %install
  92. rm -rf $RPM_BUILD_ROOT
  93. # Install all apps
  94. {
  95. for app in * ; do
  96. pushd $app
  97. make install DESTDIR=$RPM_BUILD_ROOT
  98. popd
  99. done
  100. }
  101. %clean
  102. rm -rf $RPM_BUILD_ROOT
  103. %files
  104. %defattr(-,root,root,-)
  105. #%doc
  106. %{_bindir}/luit
  107. %{_bindir}/oclock
  108. %{_bindir}/x11perf
  109. %{_bindir}/x11perfcomp
  110. %{_bindir}/xbiff
  111. %{_bindir}/xcalc
  112. %{_bindir}/xclipboard
  113. %{_bindir}/xclock
  114. %{_bindir}/xconsole
  115. %{_bindir}/xcursorgen
  116. %{_bindir}/xcutsel
  117. %{_bindir}/xdpr
  118. %{_bindir}/xeyes
  119. %{_bindir}/xinput
  120. %{_bindir}/xkill
  121. %{_bindir}/xload
  122. %{_bindir}/xlogo
  123. %{_bindir}/xmag
  124. %{_bindir}/xmessage
  125. %{_bindir}/xpr
  126. %{_bindir}/xwd
  127. %{_bindir}/xwud
  128. %dir %{_datadir}/X11
  129. %{_datadir}/X11/app-defaults/Clock-color
  130. %{_datadir}/X11/app-defaults/XCalc
  131. %{_datadir}/X11/app-defaults/XCalc-color
  132. %{_datadir}/X11/app-defaults/XClipboard
  133. %{_datadir}/X11/app-defaults/XClock
  134. %{_datadir}/X11/app-defaults/XClock-color
  135. %{_datadir}/X11/app-defaults/XConsole
  136. %{_datadir}/X11/app-defaults/XLoad
  137. %{_datadir}/X11/app-defaults/XLogo
  138. %{_datadir}/X11/app-defaults/XLogo-color
  139. %{_datadir}/X11/app-defaults/Xmag
  140. %{_datadir}/X11/app-defaults/Xmessage
  141. %{_datadir}/X11/app-defaults/Xmessage-color
  142. %dir %{_libdir}/X11/x11perfcomp
  143. %{_libdir}/X11/x11perfcomp/Xmark
  144. %{_libdir}/X11/x11perfcomp/fillblnk
  145. %{_libdir}/X11/x11perfcomp/perfboth
  146. %{_libdir}/X11/x11perfcomp/perfratio
  147. #%dir %{_mandir}/man1x
  148. %{_mandir}/man1/xcursorgen.1*
  149. %{_mandir}/man1/Xmark.1*
  150. %{_mandir}/man1/luit.1*
  151. %{_mandir}/man1/oclock.1*
  152. %{_mandir}/man1/x11perf.1*
  153. %{_mandir}/man1/x11perfcomp.1*
  154. %{_mandir}/man1/xbiff.1*
  155. %{_mandir}/man1/xcalc.1*
  156. %{_mandir}/man1/xclipboard.1*
  157. %{_mandir}/man1/xclock.1*
  158. %{_mandir}/man1/xconsole.1*
  159. %{_mandir}/man1/xcutsel.1*
  160. %{_mandir}/man1/xdpr.1*
  161. %{_mandir}/man1/xeyes.1*
  162. %{_mandir}/man1/xinput.1*
  163. %{_mandir}/man1/xkill.1*
  164. %{_mandir}/man1/xload.1*
  165. %{_mandir}/man1/xlogo.1*
  166. %{_mandir}/man1/xmag.1*
  167. %{_mandir}/man1/xmessage.1*
  168. %{_mandir}/man1/xpr.1*
  169. %{_mandir}/man1/xwd.1*
  170. %{_mandir}/man1/xwud.1*
  171. %changelog
  172. * Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-6
  173. - x11perf-1.6.0
  174. - xinput-1.6.2
  175. - xmag-1.0.6
  176. * Sun Apr 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-5
  177. - xcalc-1.0.6
  178. * Wed Jul 16 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-4
  179. - rebuild with libpng-1.6.12
  180. * Wed Jun 11 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-3
  181. - xcursorgen-1.0.6
  182. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-2
  183. - xclock-1.0.7
  184. - xwd-1.0.6
  185. - xclipboard-1.1.3
  186. - xconsole-1.0.6
  187. - xkill-1.0.4
  188. - xload-1.1.2
  189. - xinput-1.6.1
  190. - add Patch1 (luit-1.1.1-git20131203.patch)
  191. * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-1
  192. - xcalc-1.0.5
  193. - xconsole-1.0.5
  194. - xmag-1.0.5
  195. - xmessage-1.0.4
  196. * Wed May 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-8
  197. - xinput-1.6.0
  198. - xpr-1.0.4
  199. - xwud-1.0.4
  200. - add BuildRequires: libXrandr-devel, libXinerama-devel
  201. * Sat Mar 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-7
  202. - luit-1.1.1
  203. - xcursorgen-1.0.5
  204. - xload-1.1.1
  205. - xlogo-1.0.4
  206. * Sat Mar 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-6
  207. - oclock-1.0.3
  208. - xclipboard-1.1.2
  209. - xclock-1.0.6
  210. - xwd-1.0.5
  211. * Sun Jan 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-5
  212. - xinput-1.5.4
  213. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-4
  214. - x11perf-1.5.4
  215. * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-3
  216. - xcalc-1.0.4.1
  217. * Sat Feb 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-2
  218. - xbiff-1.0.3
  219. * Sat Jan 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-1
  220. - x11perf-1.5.3
  221. * Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.5-4
  222. - xwd-1.0.4
  223. - wud-1.0.3
  224. - xclipboard-1.1.1
  225. - xcursorgen-1.0.4
  226. - xeyes-1.1.1
  227. - xkill-1.0.3
  228. - xinput-1.5.3
  229. - xcalc-1.0.4
  230. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.5-3
  231. - oclock-1.0.2
  232. - xlock-1.0.5
  233. - xconsole-1.0.4
  234. - luit-1.1.0
  235. - x11perf-1.5.2
  236. - xbiff-1.0.2
  237. - xlogo-1.0.3
  238. - xload-1.1.0
  239. - xmag-1.0.4
  240. - xinput-1.5.2
  241. - drop Patch2
  242. - add BuildRequires: libXi-devel
  243. * Fri Mar 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 7.5-2
  244. - luit-1.0.5
  245. - xeyes-1.1.0
  246. - xlogo-1.0.2
  247. - xmessage-1.0.3
  248. - xinput-1.5.1
  249. - added xcalc-1.0.3 <wishes:161>
  250. * Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.5-1
  251. - xclock-1.0.4
  252. - xwd-1.0.3
  253. - xwud-1.0.2
  254. - xpr-1.0.3
  255. - luit-1.0.4
  256. - x11perf-1.5.1
  257. - xclipboard-1.1.0
  258. - xcursorgen-1.0.3
  259. - xeyes-1.0.991
  260. - xkill-1.0.2
  261. - xmag-1.0.3
  262. - xinput-1.5.0
  263. * Wed May 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-3
  264. - xinput-1.4.2
  265. * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-2
  266. - xinput-1.4.1
  267. * Mon Nov 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-1
  268. - bump to 7.4 version
  269. - add xinput-1.3.0
  270. * Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-2
  271. - xwd 1.0.2
  272. - luit 1.0.3
  273. - x11perf 1.5
  274. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-1
  275. - new versioning policy
  276. * Thu Jan 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-0vl1
  277. - initial build for Vine Linux
  278. * Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 7.3-1
  279. - xconsole 1.0.3
  280. - xmessage 1.0.2
  281. - Bump to 7.3-1
  282. * Tue Aug 21 2007 Dave Airlie <airlied@redhat.com> 7.2-1
  283. - luit-1.0.2 xclock 1.0.3 xmag 1.0.2 xpr 1.0.2 xload 1.0.2 xcursorgen 1.0.2
  284. - bump to 7.2 version
  285. * Tue Jan 30 2007 Adam Jackson <ajax@redhat.com> 7.1-4
  286. - Fix man page globs and rebuild for FC7.
  287. * Mon Oct 2 2006 Soren Sandmann <sandmann@redhat.com> 7.1-3.fc6
  288. - Fix race condition in luit (Bug 197165).
  289. * Wed Jul 19 2006 Mike A. Harris <mharris@redhat.com> 7.1-2.fc6
  290. - Remove app-defaults dir from file manifest, as it is owned by libXt (#174021)
  291. - Add 'dist' tag to package release string.
  292. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 7.1-1.1
  293. - rebuild
  294. * Tue Jun 20 2006 Mike A. Harris <mharris@redhat.com> 7.1-1
  295. - Added xload-1.0.1-setuid.diff to fix potential security issue (#196094)
  296. - Artificially inflate package version-release to 7.1 to match the X11R7.1
  297. release that all of the tarballs are taken from.
  298. - Update to xconsole-1.0.2, xcursorgen-1.0.1 from X11R7.1
  299. - Add temporary dependency on autoconf, automake for brew builds.
  300. * Fri May 26 2006 Adam Jackson <ajackson@redhat.com> 1.0.3-2
  301. - Add more BuildRequires to fix mock builds. (#191896)
  302. * Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.3-1
  303. - Updated xclock and xconsole
  304. * Thu Mar 02 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-1
  305. - Bump x11perf to 1.4.1 from upstream.
  306. * Fri Feb 24 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
  307. - Added luit-1.0.1-locale.alias-datadir.patch to fix bug (#181785)
  308. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
  309. - bump again for double-long bug on ppc(64)
  310. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
  311. - rebuilt for new gcc4.1 snapshot and glibc changes
  312. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
  313. - Upgraded all apps to version 1.0.1 from X11R7.0
  314. * Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
  315. - Upgraded all apps to version 1.0.0 from X11R7 RC4.
  316. - Changed manpage dir from man1x to man1 to match upstream default now.
  317. - Dropped all of the datadir-cleanups patches added in the previous build.
  318. - Added x11perf-1.0.0-x11perf-datadir-cleanups.patch as it is still needed
  319. to put the helper scripts in datadir.
  320. - Added --disable-xprint to configure, as a great symbolic jesture.
  321. * Tue Nov 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-4
  322. - Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3" to workaround
  323. (#173384)
  324. - Added the following patches, and invoke aclocal/automake/autoconf on them
  325. to force app-defaults and other datafiles into _datadir instead of _libdir:
  326. - oclock-0.99.1-oclock-datadir-cleanups.patch
  327. - x11perf-0.99.1-x11perf-datadir-cleanups.patch
  328. - xclipboard-0.99.1-xclipboard-datadir-cleanups.patch
  329. - xclock-0.99.1-xclock-datadir-cleanups.patch
  330. - xconsole-0.99.2-xconsole-datadir-cleanups.patch
  331. - xload-0.99.1-xload-datadir-cleanups.patch
  332. - xlogo-0.99.1-xlogo-datadir-cleanups.patch
  333. - xmag-0.99.1-xmag-datadir-cleanups.patch
  334. - xmessage-0.99.1-xmessage-datadir-cleanups.patch
  335. - Added luit-0.99.1-luit-locale-dir-fix.patch to fix bug (#173702)
  336. * Mon Nov 14 2005 Jeremy Katz <katzj@redhat.com> 0.99.2-3
  337. - add Requires(pre) on newer filesystem package (#172610)
  338. * Sun Nov 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
  339. - Add "Obsoletes: XFree86, XFree86-tools, xorg-x11, xorg-x11-tools", as
  340. various utils have moved here from there in monolithic X packaging.
  341. - Add "BuildRequires: xbitmaps-devel" for xbiff.
  342. - Rebuild against new libXaw 0.99.2-2, which has fixed DT_SONAME. (#173027)
  343. * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
  344. - Initial build, with all apps taken from X11R7 RC2.
  345. - Use "make install DESTDIR=$RPM_BUILD_ROOT" as the makeinstall macro fails on
  346. some packages.
  347. - Temporary hack to move xcursorgen manpage to 'man1' dir.