xorg-x11-apps-vl.spec 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380
  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: 1%{?_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.6.tar.bz2
  15. # X Window Dump (xwd) utilities
  16. Source2: ftp://ftp.x.org/pub/individual/app/xwd-1.0.5.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.5.4.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.2.tar.bz2
  24. Source9: ftp://ftp.x.org/pub/individual/app/xconsole-1.0.5.tar.bz2
  25. Source10: ftp://ftp.x.org/pub/individual/app/xcursorgen-1.0.5.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.3.tar.bz2
  28. Source13: ftp://ftp.x.org/pub/individual/app/xload-1.1.1.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.5.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.0.tar.bz2
  33. Source18: ftp://ftp.x.org/pub/individual/app/xcalc-1.0.5.tar.bz2
  34. Patch2: xconsole-1.0.3-streams-me-softer.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. ## %patch2 -p0 -b .streams-me-softer
  71. %build
  72. # Build all apps
  73. {
  74. for app in * ; do
  75. pushd $app
  76. case $app in
  77. x11perf*)
  78. aclocal ; automake ; autoconf
  79. ;;
  80. luit*)
  81. autoconf
  82. ;;
  83. esac
  84. %configure --disable-xprint
  85. make
  86. popd
  87. done
  88. }
  89. %install
  90. rm -rf $RPM_BUILD_ROOT
  91. # Install all apps
  92. {
  93. for app in * ; do
  94. pushd $app
  95. make install DESTDIR=$RPM_BUILD_ROOT
  96. popd
  97. done
  98. }
  99. %clean
  100. rm -rf $RPM_BUILD_ROOT
  101. %files
  102. %defattr(-,root,root,-)
  103. #%doc
  104. %{_bindir}/luit
  105. %{_bindir}/oclock
  106. %{_bindir}/x11perf
  107. %{_bindir}/x11perfcomp
  108. %{_bindir}/xbiff
  109. %{_bindir}/xcalc
  110. %{_bindir}/xclipboard
  111. %{_bindir}/xclock
  112. %{_bindir}/xconsole
  113. %{_bindir}/xcursorgen
  114. %{_bindir}/xcutsel
  115. %{_bindir}/xdpr
  116. %{_bindir}/xeyes
  117. %{_bindir}/xinput
  118. %{_bindir}/xkill
  119. %{_bindir}/xload
  120. %{_bindir}/xlogo
  121. %{_bindir}/xmag
  122. %{_bindir}/xmessage
  123. %{_bindir}/xpr
  124. %{_bindir}/xwd
  125. %{_bindir}/xwud
  126. %dir %{_datadir}/X11
  127. %{_datadir}/X11/app-defaults/Clock-color
  128. %{_datadir}/X11/app-defaults/XCalc
  129. %{_datadir}/X11/app-defaults/XCalc-color
  130. %{_datadir}/X11/app-defaults/XClipboard
  131. %{_datadir}/X11/app-defaults/XClock
  132. %{_datadir}/X11/app-defaults/XClock-color
  133. %{_datadir}/X11/app-defaults/XConsole
  134. %{_datadir}/X11/app-defaults/XLoad
  135. %{_datadir}/X11/app-defaults/XLogo
  136. %{_datadir}/X11/app-defaults/XLogo-color
  137. %{_datadir}/X11/app-defaults/Xmag
  138. %{_datadir}/X11/app-defaults/Xmessage
  139. %{_datadir}/X11/app-defaults/Xmessage-color
  140. %dir %{_libdir}/X11/x11perfcomp
  141. %{_libdir}/X11/x11perfcomp/Xmark
  142. %{_libdir}/X11/x11perfcomp/fillblnk
  143. %{_libdir}/X11/x11perfcomp/perfboth
  144. %{_libdir}/X11/x11perfcomp/perfratio
  145. #%dir %{_mandir}/man1x
  146. %{_mandir}/man1/xcursorgen.1*
  147. %{_mandir}/man1/Xmark.1*
  148. %{_mandir}/man1/luit.1*
  149. %{_mandir}/man1/oclock.1*
  150. %{_mandir}/man1/x11perf.1*
  151. %{_mandir}/man1/x11perfcomp.1*
  152. %{_mandir}/man1/xbiff.1*
  153. %{_mandir}/man1/xcalc.1*
  154. %{_mandir}/man1/xclipboard.1*
  155. %{_mandir}/man1/xclock.1*
  156. %{_mandir}/man1/xconsole.1*
  157. %{_mandir}/man1/xcutsel.1*
  158. %{_mandir}/man1/xdpr.1*
  159. %{_mandir}/man1/xeyes.1*
  160. %{_mandir}/man1/xinput.1*
  161. %{_mandir}/man1/xkill.1*
  162. %{_mandir}/man1/xload.1*
  163. %{_mandir}/man1/xlogo.1*
  164. %{_mandir}/man1/xmag.1*
  165. %{_mandir}/man1/xmessage.1*
  166. %{_mandir}/man1/xpr.1*
  167. %{_mandir}/man1/xwd.1*
  168. %{_mandir}/man1/xwud.1*
  169. %changelog
  170. * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.7-1
  171. - xcalc-1.0.5
  172. - xconsole-1.0.5
  173. - xmag-1.0.5
  174. - xmessage-1.0.4
  175. * Wed May 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-8
  176. - xinput-1.6.0
  177. - xpr-1.0.4
  178. - xwud-1.0.4
  179. - add BuildRequires: libXrandr-devel, libXinerama-devel
  180. * Sat Mar 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-7
  181. - luit-1.1.1
  182. - xcursorgen-1.0.5
  183. - xload-1.1.1
  184. - xlogo-1.0.4
  185. * Sat Mar 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-6
  186. - oclock-1.0.3
  187. - xclipboard-1.1.2
  188. - xclock-1.0.6
  189. - xwd-1.0.5
  190. * Sun Jan 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-5
  191. - xinput-1.5.4
  192. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-4
  193. - x11perf-1.5.4
  194. * Mon Feb 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-3
  195. - xcalc-1.0.4.1
  196. * Sat Feb 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-2
  197. - xbiff-1.0.3
  198. * Sat Jan 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-1
  199. - x11perf-1.5.3
  200. * Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.5-4
  201. - xwd-1.0.4
  202. - wud-1.0.3
  203. - xclipboard-1.1.1
  204. - xcursorgen-1.0.4
  205. - xeyes-1.1.1
  206. - xkill-1.0.3
  207. - xinput-1.5.3
  208. - xcalc-1.0.4
  209. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.5-3
  210. - oclock-1.0.2
  211. - xlock-1.0.5
  212. - xconsole-1.0.4
  213. - luit-1.1.0
  214. - x11perf-1.5.2
  215. - xbiff-1.0.2
  216. - xlogo-1.0.3
  217. - xload-1.1.0
  218. - xmag-1.0.4
  219. - xinput-1.5.2
  220. - drop Patch2
  221. - add BuildRequires: libXi-devel
  222. * Fri Mar 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 7.5-2
  223. - luit-1.0.5
  224. - xeyes-1.1.0
  225. - xlogo-1.0.2
  226. - xmessage-1.0.3
  227. - xinput-1.5.1
  228. - added xcalc-1.0.3 <wishes:161>
  229. * Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.5-1
  230. - xclock-1.0.4
  231. - xwd-1.0.3
  232. - xwud-1.0.2
  233. - xpr-1.0.3
  234. - luit-1.0.4
  235. - x11perf-1.5.1
  236. - xclipboard-1.1.0
  237. - xcursorgen-1.0.3
  238. - xeyes-1.0.991
  239. - xkill-1.0.2
  240. - xmag-1.0.3
  241. - xinput-1.5.0
  242. * Wed May 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-3
  243. - xinput-1.4.2
  244. * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-2
  245. - xinput-1.4.1
  246. * Mon Nov 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.4-1
  247. - bump to 7.4 version
  248. - add xinput-1.3.0
  249. * Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-2
  250. - xwd 1.0.2
  251. - luit 1.0.3
  252. - x11perf 1.5
  253. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-1
  254. - new versioning policy
  255. * Thu Jan 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-0vl1
  256. - initial build for Vine Linux
  257. * Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 7.3-1
  258. - xconsole 1.0.3
  259. - xmessage 1.0.2
  260. - Bump to 7.3-1
  261. * Tue Aug 21 2007 Dave Airlie <airlied@redhat.com> 7.2-1
  262. - luit-1.0.2 xclock 1.0.3 xmag 1.0.2 xpr 1.0.2 xload 1.0.2 xcursorgen 1.0.2
  263. - bump to 7.2 version
  264. * Tue Jan 30 2007 Adam Jackson <ajax@redhat.com> 7.1-4
  265. - Fix man page globs and rebuild for FC7.
  266. * Mon Oct 2 2006 Soren Sandmann <sandmann@redhat.com> 7.1-3.fc6
  267. - Fix race condition in luit (Bug 197165).
  268. * Wed Jul 19 2006 Mike A. Harris <mharris@redhat.com> 7.1-2.fc6
  269. - Remove app-defaults dir from file manifest, as it is owned by libXt (#174021)
  270. - Add 'dist' tag to package release string.
  271. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 7.1-1.1
  272. - rebuild
  273. * Tue Jun 20 2006 Mike A. Harris <mharris@redhat.com> 7.1-1
  274. - Added xload-1.0.1-setuid.diff to fix potential security issue (#196094)
  275. - Artificially inflate package version-release to 7.1 to match the X11R7.1
  276. release that all of the tarballs are taken from.
  277. - Update to xconsole-1.0.2, xcursorgen-1.0.1 from X11R7.1
  278. - Add temporary dependency on autoconf, automake for brew builds.
  279. * Fri May 26 2006 Adam Jackson <ajackson@redhat.com> 1.0.3-2
  280. - Add more BuildRequires to fix mock builds. (#191896)
  281. * Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.3-1
  282. - Updated xclock and xconsole
  283. * Thu Mar 02 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-1
  284. - Bump x11perf to 1.4.1 from upstream.
  285. * Fri Feb 24 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
  286. - Added luit-1.0.1-locale.alias-datadir.patch to fix bug (#181785)
  287. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
  288. - bump again for double-long bug on ppc(64)
  289. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
  290. - rebuilt for new gcc4.1 snapshot and glibc changes
  291. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
  292. - Upgraded all apps to version 1.0.1 from X11R7.0
  293. * Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
  294. - Upgraded all apps to version 1.0.0 from X11R7 RC4.
  295. - Changed manpage dir from man1x to man1 to match upstream default now.
  296. - Dropped all of the datadir-cleanups patches added in the previous build.
  297. - Added x11perf-1.0.0-x11perf-datadir-cleanups.patch as it is still needed
  298. to put the helper scripts in datadir.
  299. - Added --disable-xprint to configure, as a great symbolic jesture.
  300. * Tue Nov 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-4
  301. - Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3" to workaround
  302. (#173384)
  303. - Added the following patches, and invoke aclocal/automake/autoconf on them
  304. to force app-defaults and other datafiles into _datadir instead of _libdir:
  305. - oclock-0.99.1-oclock-datadir-cleanups.patch
  306. - x11perf-0.99.1-x11perf-datadir-cleanups.patch
  307. - xclipboard-0.99.1-xclipboard-datadir-cleanups.patch
  308. - xclock-0.99.1-xclock-datadir-cleanups.patch
  309. - xconsole-0.99.2-xconsole-datadir-cleanups.patch
  310. - xload-0.99.1-xload-datadir-cleanups.patch
  311. - xlogo-0.99.1-xlogo-datadir-cleanups.patch
  312. - xmag-0.99.1-xmag-datadir-cleanups.patch
  313. - xmessage-0.99.1-xmessage-datadir-cleanups.patch
  314. - Added luit-0.99.1-luit-locale-dir-fix.patch to fix bug (#173702)
  315. * Mon Nov 14 2005 Jeremy Katz <katzj@redhat.com> 0.99.2-3
  316. - add Requires(pre) on newer filesystem package (#172610)
  317. * Sun Nov 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
  318. - Add "Obsoletes: XFree86, XFree86-tools, xorg-x11, xorg-x11-tools", as
  319. various utils have moved here from there in monolithic X packaging.
  320. - Add "BuildRequires: xbitmaps-devel" for xbiff.
  321. - Rebuild against new libXaw 0.99.2-2, which has fixed DT_SONAME. (#173027)
  322. * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
  323. - Initial build, with all apps taken from X11R7 RC2.
  324. - Use "make install DESTDIR=$RPM_BUILD_ROOT" as the makeinstall macro fails on
  325. some packages.
  326. - Temporary hack to move xcursorgen manpage to 'man1' dir.