tk-vl.spec 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. %define majorver 8.4
  2. %define minorver 19
  3. Summary: A Tcl/Tk development environment: tk
  4. Summary(ja): Tcl/Tk 開発環境: tk
  5. Name: tk
  6. Version: %{majorver}.%{minorver}
  7. Release: 2%{?_dist_release}
  8. Group: Development/Languages
  9. License: BSD
  10. URL: http://tcl.sourceforge.net/
  11. Source0: http://prdownloads.sourceforge.net/tcl/%{name}%{version}-src.tar.gz
  12. Patch2: tk-8.4.12-lib-perm.patch
  13. Patch3: tk-8.4-lastevent.patch
  14. Patch4: tk-8.4.18-tkBind.patch
  15. Buildroot: %{_tmppath}/%{name}-%{version}-root
  16. BuildRequires: tcl = %{version}, autoconf
  17. BuildRequires: libX11-devel
  18. Requires: tcl >= %{majorver}
  19. Provides: libtk%{majorver}.so
  20. %description
  21. Tk is a X Windows widget set designed to work closely with the tcl
  22. scripting language. It allows you to write simple programs with full
  23. featured GUI's in only a little more time then it takes to write a
  24. text based interface. Tcl/Tk applications can also be run on Windows
  25. and Macintosh platforms.
  26. %description -l ja
  27. Tk は tcl スクリプト言語と密接に動作するようにデザインされた X Window
  28. System のウィジェットセットです。 テキストベースのインターフェースを
  29. 採用してるので、あらゆる特徴をもった GUI を少ない時間で、簡単なプログラ
  30. ムで書くことができます。Tcl/Tk アプリケーションは Windows や Macintosh
  31. のプラットフォームで実行することもできます。
  32. %prep
  33. %setup -n %{name}%{version} -q
  34. %patch2 -p1 -b .rolib
  35. %patch3 -p0 -b .lastevent
  36. #%%patch4 -p1 -b .tkbind
  37. cd unix
  38. autoconf
  39. %build
  40. cd unix
  41. %configure \
  42. --with-tcl=%{_libdir} --enable-shared \
  43. --enable-threads --enable-64bit --with-x
  44. make %{?_smp_mflags} TK_LIBRARY=%{_datadir}/tk%{majorver}
  45. %install
  46. rm -rf $RPM_BUILD_ROOT
  47. make install -C unix INSTALL_ROOT=%{buildroot} TK_LIBRARY=%{_datadir}/tk%{majorver}
  48. ln -s wish%{majorver} %{buildroot}%{_bindir}/wish
  49. # for linking with -ltk
  50. ln -s libtk%{majorver}.so %{buildroot}%{_libdir}/libtk.so
  51. mkdirhier %buildroot/%{_includedir}/tk-private/{generic,unix}
  52. cp -p generic/{default,tkInt,tkIntDecls,tkPort}.h %buildroot/%{_includedir}/tk-private/generic
  53. cp -p unix/tkUnix{Default,Port}.h %buildroot/%{_includedir}/tk-private/unix
  54. # Fix up the include files.
  55. cp generic/*.h $RPM_BUILD_ROOT%{_includedir}/tk-private/generic
  56. cp unix/*.h $RPM_BUILD_ROOT%{_includedir}/tk-private/unix
  57. # remove buildroot traces
  58. perl -pi -e "s|$PWD/unix|%{_libdir}|; s|$PWD|%{_includedir}/tk-private|" %buildroot/%{_libdir}/tkConfig.sh
  59. %clean
  60. rm -rf $RPM_BUILD_ROOT
  61. %post
  62. /sbin/ldconfig
  63. %postun
  64. /sbin/ldconfig
  65. %files
  66. %defattr(-,root,root,-)
  67. %doc
  68. %{_bindir}/wish*
  69. %{_datadir}/tk%{majorver}
  70. %{_libdir}/libtk%{majorver}.so
  71. %{_libdir}/tk%{majorver}
  72. %{_libdir}/tkConfig.sh
  73. %{_mandir}/man1/*
  74. %{_includedir}/*
  75. %{_libdir}/libtk.so
  76. %{_libdir}/libtkstub%{majorver}.a
  77. %{_mandir}/man3/*
  78. %{_mandir}/mann/*
  79. %changelog
  80. * Tue Jun 29 2010 Shu KONNO <owa@bg.wakwak.com> 8.4.19-2
  81. - rebuilt with tcl-8.4.19-2
  82. - dropt Patch4: tk-8.4.18-tkBind.patch
  83. * Tue Jun 09 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 8.4.19-1
  84. - new upstream release
  85. - add Patch3,4 to fix bug (broken if built with xproto-7.x)
  86. * Mon Jun 08 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 8.4.18-2
  87. - spec in utf-8
  88. * Mon May 12 2008 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 8.4.18-1
  89. - rebuild with xorg-x11-7.3
  90. - remove Requires: XFree86-libs
  91. - add BuildRequires: libX11-devel
  92. - use autoconf instead of autoconf217
  93. * Sun Feb 17 2008 Shu KONNO <owa@bg.wakwak.com> 8.4.18-0vl1
  94. - updated tk to 8.4.18
  95. - included CVE-2008-0553
  96. * Mon Oct 08 2007 Shu KONNO <owa@bg.wakwak.com> 8.4.16-0vl1
  97. - updated tk to 8.4.16
  98. * Wed Jun 13 2007 Shu KONNO <owa@bg.wakwak.com> 8.4.15-0vl1
  99. - updated tk to 8.4.15
  100. - rebuilt with new toolchain
  101. * Wed May 10 2006 IWAI, Masaharu <iwai@alib.jp> 8.4.13-0vl1
  102. - updated tk to 8.4.13
  103. * Sat Jan 28 2006 Shu KONNO <owa@bg.wakwak.com> 8.4.12-0vl1
  104. - updated tk to 8.4.12
  105. - updated tk-%%{version}-lib-perm.patch
  106. * Fri Sep 09 2005 Shu KONNO <owa@bg.wakwak.com> 8.4.11-0vl1
  107. - dropped tk-8.3.5-tclm4-soname.patch (fixed tcl.m4)
  108. - replaced tk-8.4.4-lib-perm.patch with tk-8.4.11-lib-perm.patch
  109. - dropped tk-8.4.5-no_rpath.patch (fixed tcl.m4)
  110. - dropped tk-8.4.6-tkUnixWm.patch (fixed invalid 118n title)
  111. * Sat Jun 11 2005 Shu KONNO <owa@bg.wakwak.com> 8.4.6-0vl2
  112. - added tk-8.4.6-tkUnixWm.patch
  113. * Thu Jun 24 2004 Shu KONNO <owa@bg.wakwak.com> 8.4.6-0vl1
  114. - updated tk to 8.4.6
  115. * Mon Jan 12 2004 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 8.4.5-3vl2
  116. - syncd with fedora
  117. * Fri Dec 12 2003 Jens Petersen <petersen@redhat.com> - 8.4.5-3
  118. - add private header files needed to build tix in /usr/include/tk-private
  119. * Mon Dec 1 2003 Thomas Woerner <twoerner@redhat.com> 8.4.5-2
  120. - removed rpath (patch 3)
  121. * Thu Nov 27 2003 Jens Petersen <petersen@redhat.com> - 8.4.5-1
  122. - new package split out from tcltk
  123. - update to tk 8.4.5 (#88429)
  124. - filtered changelog for tk
  125. - buildrequire autoconf213 (#110583) [mvd@mylinux.com.ua]
  126. - remove build remnants from tkConfig.sh
  127. * Tue Apr 01 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 8.4.2-0vl2
  128. - fix buildrequires and requires section
  129. * Mon Mar 31 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 8.4.2-0vl1
  130. - update based on BitWalk's tcltk-8.4.2-83bw
  131. * Thu Nov 15 2001 Kazuhusa TAKEI <takei@linux.or.jp> 8.0.5_jp-10vl3
  132. - splite source package
  133. - add include files
  134. * Sun Jul 15 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 8.0.5_jp-10vl2
  135. - expand some macros.. (FIXME)
  136. * Sat Jul 14 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 8.0.5_jp-10vl1
  137. - use %configure macros
  138. - add Patch 47,50
  139. * Thu May 31 2001 <sagami@vinelinux.org>
  140. - 8.0.5_jp-10
  141. - unexpand old %%{configure}, new one causes build failure
  142. - fixed missing libtkx.so libtclx.so symlink in /usr/lib
  143. - install manpages into %%{_mandir} and mode 644
  144. * Wed Jul 19 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
  145. - 8.0.5_jp-9
  146. - modified %install section to handle compressed man pages
  147. - fixed /usr/lib/tk8.0jp/demos.jp/images symlink
  148. * Sun Jul 2 2000 Daisuke SUZUKI <daisuke@linux.or.jp>
  149. - changed default fonts
  150. * Tue Jan 25 2000 Jun Nishii <jun@vinelinux.org>
  151. - added defattr
  152. * Mon Jan 24 2000 Jun Nishii <jun@vinelinux.org>
  153. - added some symlinks, such as libtcl8.0.so.
  154. - obsoletes version number using _jp, now 8.0.5-31vl1
  155. * Wed Jan 5 2000 Norihito Ohmori <nono@vinelinux.org>
  156. - Apply Tcl/Tk 8.0 Japanese Patch 1.7
  157. * Tue Nov 30 1999 Jakub Jelinek <jakub@redhat.com>
  158. - fix tclX symlinks.
  159. - compile on systems where SIGPWR == SIGLOST.
  160. * Sat May 1 1999 Jeff Johnson <jbj@redhat.com>
  161. - update tcl/tk to 8.0.5.
  162. - avoid "containing" in Tix (#2332).
  163. * Thu Apr 8 1999 Jeff Johnson <jbj@redhat.com>
  164. - use /usr/bin/write in kibitz (#1320).
  165. - use cirrus.sprl.umich.edu in weather (#1926).
  166. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  167. - auto rebuild in the new build environment (release 28)
  168. * Mon Mar 08 1999 Preston Brown <pbrown@redhat.com>
  169. - whoops, exec-prefix for itcl was set to '/foo', changed to '/usr'.
  170. * Tue Feb 16 1999 Jeff Johnson <jbj@redhat.com>
  171. - expect does unaligned access on alpha (#989)
  172. - upgrade tcl/tk/tclX to 8.0.4
  173. - upgrade expect to 5.28.
  174. - add itcl 3.0.1
  175. * Tue Jan 12 1999 Cristian Gafton <gafton@redhat.com>
  176. - call libtoolize to allow building on the arm
  177. - build for glibc 2.1
  178. - strip binaries
  179. * Thu Sep 10 1998 Jeff Johnson <jbj@redhat.com>
  180. - update tcl/tk/tclX to 8.0.3, expect is updated also.
  181. * Mon Jun 29 1998 Jeff Johnson <jbj@redhat.com>
  182. - expect: mkpasswd needs delay before sending password (problem #576)
  183. * Thu May 07 1998 Prospector System <bugs@redhat.com>
  184. - translations modified for de, fr, tr
  185. * Sat May 02 1998 Cristian Gafton <gafton@redhat.com>
  186. - fixed expect binaries exec permissions
  187. * Thu Apr 09 1998 Erik Troan <ewt@redhat.com>
  188. - updated to Tix 4.1.0.006
  189. - updated version numbers of tcl/tk to relflect includsion of p2
  190. * Wed Mar 25 1998 Cristian Gafton <gafton@redhat.com>
  191. - updated tcl/tk to patch level 2
  192. - updated tclX to 8.0.2
  193. * Thu Oct 30 1997 Otto Hammersmith <otto@redhat.com>
  194. - fixed filelist for tix... replacing path to the expect binary in scripts
  195. was leaving junk files around.
  196. * Wed Oct 22 1997 Otto Hammersmith <otto@redhat.com>
  197. - added patch to remove libieee test in configure.in for tcl and tk.
  198. Shoudln't be needed anymore for glibc systems, but this isn't the "proper"
  199. solution for all systems
  200. - fixed src urls
  201. * Mon Oct 06 1997 Erik Troan <ewt@redhat.com>
  202. - removed version numbers from descriptions
  203. * Mon Sep 22 1997 Erik Troan <ewt@redhat.com>
  204. - updated to tcl/tk 8.0 and related versions of packages
  205. * Tue Jun 17 1997 Erik Troan <ewt@redhat.com>
  206. - built against glibc
  207. - fixed dangling tclx/tkx symlinks