joe-vl.spec 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359
  1. Summary: An easy to use, modeless text editor
  2. Summary(ja): 簡単なモードレステキストエディタ
  3. Name: joe
  4. Version: 3.5
  5. Release: 1%{?_dist_release}
  6. License: GPLv2+
  7. Group: Applications/Editors
  8. Source: http://prdownloads.sourceforge.net/joe-editor/joe-%{version}.tar.gz
  9. URL: http://sourceforge.net/projects/joe-editor/
  10. Requires: ncurses
  11. BuildRequires: ncurses-devel
  12. Patch0: joe-3.5-joerc.patch
  13. Patch3: joe-3.5-time.patch
  14. Patch4: joe-3.5-documentation.patch
  15. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  16. %description
  17. Joe is a powerful, easy to use, modeless text editor.
  18. It uses the same WordStar keybindings used in Borland's development
  19. environment.
  20. %prep
  21. %setup -q
  22. %patch0 -p1 -b .joerc
  23. %patch3 -p1 -b .time
  24. %patch4 -p1 -b .doc
  25. iconv -f koi8-r -t utf-8 ./man/ru/joe.1.in >./man/ru/joe.1.in.aux
  26. mv ./man/ru/joe.1.in.aux ./man/ru/joe.1.in
  27. %build
  28. %configure
  29. make %{?_smp_mflags}
  30. %install
  31. rm -fr $RPM_BUILD_ROOT
  32. make install DESTDIR=$RPM_BUILD_ROOT
  33. # This is automatically compressed afterwards...
  34. pushd $RPM_BUILD_ROOT/%{_mandir}/man1
  35. ln -s joe.1 jmacs.1
  36. ln -s joe.1 jpico.1
  37. ln -s joe.1 jstar.1
  38. ln -s joe.1 rjoe.1
  39. popd
  40. %files
  41. %defattr(-,root,root,-)
  42. %doc README TODO HINTS NEWS LIST COPYING
  43. %{_bindir}/*
  44. %dir /etc/joe
  45. %config(noreplace) /etc/joe/*
  46. %{_mandir}/man1/*
  47. %{_mandir}/ru/man1/*
  48. %clean
  49. rm -rf $RPM_BUILD_ROOT
  50. %changelog
  51. * Wed Mar 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-1
  52. - initial build for Vine Linux
  53. * Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.5-5
  54. - Autorebuild for GCC 4.3
  55. * Tue Jan 22 2008 Ivana Varekova <varekova@redhat.com> 3.5-4
  56. - rebuilt
  57. * Fri Feb 23 2007 Ivana Varekova <varekova@redhat.com> 3.5-3
  58. - incorporate the package review feedback
  59. * Wed Feb 7 2007 Ivana Varekova <varekova@redhat.com> 3.5-2
  60. - fix 227487 - joe wakes up spuriously once per ...
  61. patch by Arjan van de Ven
  62. - spec file cleanup
  63. * Mon Oct 23 2006 Ivana Varekova <varekova@redhat.com> 3.5-1
  64. - update to 3.5
  65. * Fri Jul 14 2006 Ivana Varekova <varekova@redhat.com> 3.4-3
  66. - remove uncessary patches
  67. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.4-2.1
  68. - rebuild
  69. * Fri Jun 09 2006 Martin Bacovsky <mbacovsk@redhat.com> 3.4-2
  70. - fix nonworking PgUp - bug 194213
  71. * Wed May 31 2006 Ivana Varekova <varekova@redhat.com> 3.4-1
  72. - update to 3.4
  73. * Mon Apr 10 2006 Ivana Varekova <varekova@redhat.com> 3.3-3
  74. - fix problem with Polish characters - bug 188235
  75. * Wed Mar 1 2006 Ivana Varekova <varekova@redhat.com> 3.3-2
  76. - add forgotten header files - bug 183455
  77. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.3-1.2.1
  78. - bump again for double-long bug on ppc(64)
  79. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.3-1.2
  80. - rebuilt for new gcc4.1 snapshot and glibc changes
  81. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  82. - rebuilt
  83. * Mon Jun 6 2005 Ivana Varekova <varekova@redhat.com> 3.3-1
  84. - new upstream version
  85. * Fri Mar 4 2005 Ivana Varekova <varekova@redhat.com> 3.1-8
  86. - rebuilt
  87. * Mon Jan 24 2005 Ivana Varekova <varekova@redhat.com> 3.1-7
  88. - Fix bug #137025 - missing return statement
  89. * Tue Oct 05 2004 Lon Hohberger <lhh@redhat.com> 3.1-6
  90. - Pass 2 at fixing UTF-8 decoding in help display (#134197)
  91. * Fri Oct 01 2004 Lon Hohberger <lhh@redhat.com> 3.1-5
  92. - Fix UTF-8 decoding in help display (#134197)
  93. * Sat Sep 25 2004 Bill Nottingham <notting@redhat.com> 3.1-4
  94. - fix SELinux support (#133602)
  95. - clean up %%prep (#133601)
  96. * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
  97. - rebuilt
  98. * Tue Jun 08 2004 Lon Hohberger <lhh@redhat.com> 3.1-2
  99. - Rebuild
  100. * Tue Jun 01 2004 Lon Hohberger <lhh@redhat.com> 3.1-1.2
  101. - Rebuild
  102. * Tue Jun 01 2004 Lon Hohberger <lhh@redhat.com> 3.1-1
  103. - Import 3.1 from upstream
  104. - Include mktemp behavior from #124462
  105. * Thu May 27 2004 Lon Hohberger <lhh@redhat.com> 3.0-2.3
  106. - Include HINTS NEWS LIST in doc line (#124464)
  107. * Mon May 03 2004 Lon Hohberger <lhh@redhat.com> 3.0-2.1
  108. - Fix /etc/joe/joe/* sysconf dirs; the new Makefile.am handles this for us.
  109. - Ensure we reference correct directories in manpages and joe-configs.
  110. * Wed Apr 28 2004 Lon Hohberger <lhh@redhat.com> 3.0-2
  111. - Rebuild.
  112. * Wed Apr 28 2004 Lon Hohberger <lhh@redhat.com> 3.0-1.1
  113. - Kill ancient configure scripts in tarball to cause it to build on
  114. ppc64.
  115. * Wed Apr 28 2004 Lon Hohberger <lhh@redhat.com> 3.0-1
  116. - Import of 3.0 upstream.
  117. - Removed zero-rc patch for now; it doesn't correctly fix the
  118. problem.
  119. - Merge new SELinux patch from Dan Walsh.
  120. * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
  121. - rebuilt
  122. * Thu Jan 29 2004 Dan Walsh <lhh@redhat.com> 2.9.8-8
  123. - Modify SELinux patch to only attempt change if the context is different
  124. - Change is_selinux_enabled to >0 check.
  125. * Mon Dec 15 2003 Lon Hohberger <lhh@redhat.com> 2.9.8-7
  126. - SELinux patch to keep context on backup files when saving.
  127. * Tue Jun 17 2003 Lon Hohberger <lhh@redhat.com> 2.9.8-6
  128. - Rebuild for FC2 tree
  129. * Tue Jun 17 2003 Lon Hohberger <lhh@redhat.com> 2.9.8-5
  130. - Rebuilt
  131. * Tue Jun 17 2003 Lon Hohberger <lhh@redhat.com> 2.9.8-4
  132. - Fixed incomplete patch for #80657
  133. * Mon Jun 16 2003 Lon Hohberger <lhh@redhat.com> 2.9.8-3
  134. - Rebuilt
  135. * Mon Jun 16 2003 Lon Hohberger <lhh@redhat.com> 2.9.8-2
  136. - Import from 2.9.8 upstream. This eliminates most of the patches
  137. we maintained. Added patch from #80657 from Hans de Goede.
  138. * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
  139. - rebuilt
  140. * Thu May 22 2003 Jeremy Katz <katzj@redhat.com> 2.9.7-13
  141. - fix build with gcc 3.3
  142. * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
  143. - rebuilt
  144. * Thu Jan 2 2003 Lon Hohberger <lhh@redhat.com> 2.9.7-11
  145. - Added fix for #80673 - 'restrict' (C99 keyword) used as variable.
  146. - Fixed build bugs on i386.
  147. * Tue Nov 11 2002 Lon Hohberger <lhh@redhat.com> 2.9.7-9
  148. - Fixed zero-byte rc file hang.
  149. * Tue Nov 06 2002 Lon Hohberger <lhh@redhat.com> 2.9.7-8
  150. - Cleaned up warnings on ppc/ia32/ia64.
  151. - Fixed help message.
  152. - Fixed bugs on ia64 and ppc architectures.
  153. - Fixed build bugs on ia64.
  154. * Mon Jul 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.9.7-7
  155. - Make it build again (auto*... sigh. #69409)
  156. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  157. - automated rebuild
  158. * Thu May 23 2002 Tim Powers <timp@redhat.com>
  159. - automated rebuild
  160. * Thu Feb 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.9.7-4
  161. - Rebuild
  162. * Mon Feb 4 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.9.7-3
  163. - The joe.1 man-page was called <autoconf-arch-string>-joe.1
  164. * Wed Jan 09 2002 Tim Powers <timp@redhat.com>
  165. - automated rebuild
  166. * Thu Nov 8 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.9.7-1
  167. - 2.9.7
  168. * Mon Jul 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
  169. - Patch for wordwrap problem (#50321)
  170. * Mon Jun 4 2001 Trond Eivind Glomsrød <teg@redhat.com>
  171. - 2.9.6 - someone's developing it again, on sourceforge
  172. - all patches absorbed or unnecesarry
  173. - add doc files and URL
  174. - use %%configure and %%makeinstall
  175. * Wed Feb 28 2001 Trond Eivind Glomsrød <teg@redhat.com>
  176. - Don't try to read .joerc from CWD (#30031)
  177. - make sure the docs say /etc/joe everywhere
  178. * Fri Nov 17 2000 Trond Eivind Glomsrød <teg@redhat.com>
  179. - clean up the patch file from yesterday
  180. * Thu Nov 16 2000 Trond Eivind Glomsrød <teg@redhat.com>
  181. - security fix - don't blindly write to DEADJOE, unlink it
  182. and create it safely first
  183. * Mon Oct 09 2000 Trond Eivind Glomsrød <teg@redhat.com>
  184. - added patch so it will build on Red Hat 6.x (#18639)
  185. * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com>
  186. - fix the vfile patch
  187. * Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
  188. - automatic rebuild
  189. * Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com>
  190. - added new patch for supporting big files (15+ MB).
  191. - obsoleted one of our which is contained within the
  192. above patch
  193. * Tue Jun 27 2000 Trond Eivind Glomsrød <teg@redhat.com>
  194. - move config files to /etc/joe
  195. * Tue Jun 27 2000 Trond Eivind Glomsrød <teg@redhat.com>
  196. - added new patch for resizing, by Seth Vidal
  197. - removed an old patch which did almost the same thing,
  198. but not as well
  199. * Tue Jun 20 2000 Trond Eivind Glomsrød <teg@redhat.com>
  200. - disabled a patch which no longer works
  201. * Mon Jun 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
  202. - and yet another
  203. * Mon Jun 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
  204. - once more
  205. * Mon Jun 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
  206. - rebuild
  207. * Wed Jun 07 2000 Trond Eivind Glomsrød <teg@redhat.com>
  208. - use symlinked man pages
  209. - use %%{_mandir}
  210. * Wed May 3 2000 Bill Nottingham <notting@redhat.com>
  211. - fix for ia64 (sizeof(int) != sizeof(time_t))
  212. * Wed Apr 26 2000 Trond Eivind Glomsrød <teg@redhat.com>
  213. - fixed a problem loading .joerc. Thanks to Jeff Peters
  214. for the patch (#11049)
  215. * Wed Apr 26 2000 Trond Eivind Glomsrød <teg@redhat.com>
  216. - patched it to restore the tty after exiting
  217. * Thu Apr 20 2000 Trond Eivind Glomsrød <teg@redhat.com>
  218. - gzip man page
  219. - hardlink the joe man page to jmacs, jpico, jstar, rjoe
  220. * Fri Mar 31 2000 Bill Nottingham <notting@redhat.com>
  221. - add patch to fix coredumps on quit for large files
  222. (b4506055@csie,ntu.edu.tw, #5372)
  223. * Mon Feb 7 2000 Bill Nottingham <notting@redhat.com>
  224. - handle compressed manpages
  225. * Tue Jan 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  226. - Add patch from Hans de Goede <hans@highrise.nl> to fix the End key
  227. * Tue Sep 07 1999 Cristian Gafton <gafton@redhat.com>
  228. - patch for closing on some buffer overflow problems (not that is really
  229. critical...)
  230. * Thu Sep 2 1999 Jeff Johnson <jbj@redhat.com>
  231. - DEADJOE files shouldn't be world readable (#4219).
  232. * Thu Aug 12 1999 Cristian Gafton <gafton@redhat.com>
  233. - add patch from Giuseppe Ghibo' <ghibo@caesar.polito.it> to fix resizing
  234. problems
  235. * Sun May 16 1999 Jeff Johnson <jbj@redhat.com>
  236. - don't rely on (broken!) rpm patch (#2735)
  237. * Fri Apr 09 1999 Cristian Gafton <gafton@redhat.com>
  238. - added locale patch from Petr Kolar <PETR.KOLAR@vslib.cz>
  239. (yeah, finally!)
  240. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  241. - auto rebuild in the new build environment (release 17)
  242. * Wed Jan 20 1999 Alex deVries <puffin@redhat.com>
  243. - added mipseb support
  244. * Fri Dec 18 1998 Cristian Gafton <gafton@redhat.com>
  245. - build for glibc 2.1
  246. * Tue Sep 15 1998 Cristian Gafton <gafton@redhat.com>
  247. - built with Alan's -port patch
  248. * Fri May 08 1998 Cristian Gafton <gafton@redhat.com>
  249. - enable -asis in the config files so international keyboards will be better
  250. supported
  251. * Fri May 01 1998 Prospector System <bugs@redhat.com>
  252. - translations modified for de, fr, tr
  253. * Fri May 01 1998 Cristian Gafton <gafton@redhat.com>
  254. - /usr/lib/joe/* are config files
  255. * Thu Apr 09 1998 Cristian Gafton <gafton@redhat.com>
  256. - manhattan build
  257. * Thu Dec 11 1997 Cristian Gafton <gafton@redhat.com>
  258. - fixed termcap problems for terms other than 80x25
  259. - added support for buildroot and BuildRoot
  260. * Mon Jul 21 1997 Erik Troan <ewt@redhat.com>
  261. - built against glibc