source: projects/specs/trunk/j/joe/joe-vl.spec @ 521

Revision 521, 10.6 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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