source: projects/specs/trunk/e/emacs/emacs26-vl.spec @ 11705

Revision 11705, 30.6 KB checked in by iwaim, 6 years ago (diff)

emacs 26.1

Line 
1%define emacsversion 26.1
2#% define gitcommit 20110817
3#%define emacsrelease 1.rc2%{?gitcommit:.%gitcommit}%{?_dist_release}
4%define emacsrelease 1%{?_dist_release}
5%define vine_default_major_version %(echo %_dist_release|%__sed s/vl//)
6
7%define _noVersionedDependencies 1
8%define prereq_ge()  %(LC_ALL="C" rpm -q --queryformat 'PreReq:%%{NAME} >= %%{VERSION}' %1| grep -v "is not")
9
10%define infodir %{_infodir}/emacs-%{emacsversion}
11
12%define menutreeelversion 0.97
13
14Summary:      GNU Emacs editor
15Summary(ja):  GNU Emacs エディタ
16Name:         emacs
17#Name:         emacs26
18#Provides:     emacs-snapshot
19Version:      %{emacsversion}
20Release:      %{emacsrelease}
21Source0:      ftp://ftp.gnu.org/pub/gnu/emacs/emacs-%{version}.tar.xz
22#Source0:      ftp://ftp.gnu.org/pub/gnu/emacs/emacs-%{version}%{?gitcommit:.git%gitcommit}.tar.xz
23#Source0:      ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-%{emacsversion}-rc2.tar.xz
24#Source1:      emacs-snapshot.sh
25
26Source10:     site-start.el.emacs26
27
28## local settings for local system
29Source20:     emacs26-local.el
30
31# desktop file
32Source50:     emacs26.desktop.in
33
34## Enable Japanese Menu
35## http://www11.atwiki.jp/s-irie/pages/13.html
36# Source100:    menu-tree-el-%{menutreeelversion}.tar.gz
37# Source101:    menu-tree-init.el.emacs25
38Source102:    coding-system-init.el.emacs26
39
40## default settings for Vine Linux
41Source150:    vine-default-base.el
42
43## Vine Patch(es)
44Patch11:      emacs-24.3.90-locallisppath.patch
45#Patch20:      emacs-23.1.90-fixed-resolution.patch
46Patch30:      emacs-24.0.90-libs-termcap.patch
47
48# patches from Fedora
49# rhbz#713600
50Patch107: emacs-spellchecker.patch
51
52# security patches (from Debian)
53
54#Patch1001:    emacs-21.1-bzip2.patch.bz2
55
56License:      GPLv3+
57Group:        Applications/Editors/Emacs
58
59Distribution: Vine Linux
60Vendor:       Project Vine
61Packager:     munepi, daisuke
62
63BuildRoot:    %{_tmppath}/%{name}-%{version}-root
64# Requires:     tamago >= 4.0.6
65Obsoletes:    mule-base, mule-canna, mule-wnn6, mule, emacs-beta
66Obsoletes:    emacs21 <= 21.2-0vl7
67Obsoletes:    emacs22 <= 22.1
68Obsoletes:    emacs23 <= 23.1
69Obsoletes:    emacs24 <= 24.1
70# Obsoletes:    emacs25 <= 25.1
71Provides:     emacs26 = %{version}
72Provides:     emacsen = 0.1
73#% prereq_ge    emacsen-common
74Requires(post):    emacsen-common
75Requires(postun):    emacsen-common
76
77BuildRequires: autoconf
78BuildRequires: xz
79BuildRequires: atk-devel
80BuildRequires: dbus-devel GConf2-devel
81BuildRequires: alsa-lib-devel
82BuildRequires: gnutls-devel
83%if %{?_dist_release} >= "vl7"
84BuildRequires: gtk3-devel
85%else
86BuildRequires: gtk2-devel
87%endif
88BuildRequires: cairo-devel
89BuildRequires: freetype2-devel, fontconfig-devel
90BuildRequires: libpng-devel, libjpeg-devel, libtiff-devel, libungif-devel
91BuildRequires: librsvg2-devel, libotf-devel
92BuildRequires: ImageMagick-devel
93BuildRequires: libxml2-devel > 2.6.17
94BuildRequires: m17n-lib-devel
95BuildRequires: libX11-devel, libXau-devel, libXdmcp-devel, libXrender-devel
96BuildRequires: libSM-devel, libXt-devel, libXpm-devel, ncurses-devel
97BuildRequires: xorg-x11-proto-devel, zlib-devel
98BuildRequires: texinfo
99BuildRequires: nkf
100
101%description
102GNU Emacs is the extensible, customizable, self-documenting real-time
103display editor.
104
105%description -l ja
106GNU Emacs は拡張性が高く、さまざまなカスタマイズが可能な高機能エディタです。
107
108
109%prep
110
111%setup -q -n emacs-%{version}
112
113%patch11 -p1
114#%patch20 -p1
115#%patch30 -p1
116
117%patch107 -p1 -b .spellchecker
118
119#%patch1001 -p1
120
121
122# Avoid trademark issues
123grep -v "tetris.elc" lisp/Makefile.in > lisp/Makefile.in.new \
124   && %__mv lisp/Makefile.in.new lisp/Makefile.in || exit 1
125%__rm -f lisp/play/tetris.el lisp/play/tetris.elc || exit 1
126
127#autoconf
128autoreconf -i -I m4
129
130%build
131export CFLAGS="-DMAIL_USE_LOCKF $RPM_OPT_FLAGS"
132#to find installinfo
133export PATH="$PATH:/sbin:/usr/sbin"
134
135%configure --with-pop --with-sound \
136    --libexecdir=%{_libdir} --infodir=%{infodir} \
137    --disable-rename \
138%if %{?_dist_release} >= "vl7"
139    --with-x-toolkit=gtk3 \
140%else
141    --with-x-toolkit=gtk \
142%endif
143    --with-freetype --with-xft \
144    --enable-font-backend \
145    --without-gpm \
146    --with-libotf \
147    --with-m17n-flt \
148    --with-dbus --with-gconf \
149    --disable-libsystemd \
150    ;
151
152%__make bootstrap
153%__make %{?_smp_mflags}
154
155
156%install
157[ "${RPM_BUILD_ROOT}" != "/" ] && %__rm -rf ${RPM_BUILD_ROOT}
158
159%makeinstall libexecdir=$RPM_BUILD_ROOT%{_libdir} \
160        infodir=${RPM_BUILD_ROOT}%{infodir}
161
162# systemd files
163%__rm -rf $RPM_BUILD_ROOT%{_libdir}/systemd
164
165## This is a duplicate of the file in FLAVOR/site-lisp
166%__rm -f $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/subdirs.el || exit 1
167
168# (cd $RPM_BUILD_ROOT%{_mandir}/man1/; %__mv ctags.1 gctags.1)
169# (cd $RPM_BUILD_ROOT%{_bindir}/; %__mv ctags gctags)
170
171%__mkdir_p  $RPM_BUILD_ROOT%{_datadir}/emacs-%{version}/etc
172%__mkdir_p  $RPM_BUILD_ROOT%{_datadir}/emacs-%{version}/site-lisp
173# %__tar zxvf %{SOURCE100}
174# %__cp -a menu-tree-el-%{menutreeelversion}/menu-tree.el $RPM_BUILD_ROOT%{_datadir}/emacs-%{version}/site-lisp/
175# nkf -w --overwrite $RPM_BUILD_ROOT%{_datadir}/emacs-%{version}/site-lisp/menu-tree.el
176
177## vine default
178%__cp -a %{SOURCE150} \
179    $RPM_BUILD_ROOT%{_datadir}/emacs-%{version}/site-lisp/
180
181# The elisp reference manual
182#bzcat %{SOURCE13} | tar xf -
183#pushd elisp-manual-21-2.8
184#install -m 644 elisp elisp-? elisp-?? $RPM_BUILD_ROOT/%{infodir}
185#popd
186
187# some modifications of installed files
188
189#rm -f $RPM_BUILD_ROOT%{infodir}/dir
190#gzip -9nf $RPM_BUILD_ROOT%{infodir}/*
191
192%__install -m 644 %{SOURCE10} \
193        $RPM_BUILD_ROOT/%{_datadir}/emacs-%{version}/site-lisp/site-start.el
194%__sed -i -e 's/EMACS_VERSION/%{version}/g' \
195          -e 's/VINE_DEFAULT_MAJOR_VERSION/%{vine_default_major_version}/g' \
196        $RPM_BUILD_ROOT/%{_datadir}/emacs-%{version}/site-lisp/site-start.el
197
198## create site-start.d directory
199%__install -m 755 -d ${RPM_BUILD_ROOT}/etc/emacs-%{version}/site-start.d
200
201# install coding-system init.el
202# %__install -m644 %{SOURCE101} \
203#     $RPM_BUILD_ROOT/%{_datadir}/emacs-%{version}/site-lisp/menu-tree-init.el
204# %__ln_s -f %{_datadir}/emacs-%{version}/site-lisp/menu-tree-init.el \
205#     ${RPM_BUILD_ROOT}/etc/emacs-%{version}/site-start.d/60menu-tree-init.el
206%__install -m644 %{SOURCE102} \
207    $RPM_BUILD_ROOT/%{_datadir}/emacs-%{version}/site-lisp/coding-system-init.el
208%__ln_s -f %{_datadir}/emacs-%{version}/site-lisp/coding-system-init.el \
209    ${RPM_BUILD_ROOT}/etc/emacs-%{version}/site-start.d/60coding-system-init.el
210
211## install system-wide configure file
212%__install -m755 -d ${RPM_BUILD_ROOT}/etc/emacs
213%__install -m644 %{SOURCE20} ${RPM_BUILD_ROOT}/etc/emacs/emacs26-local.el
214%__sed -i -e 's/EMACS_VERSION/%{version}/g' \
215    ${RPM_BUILD_ROOT}/etc/emacs/emacs26-local.el
216
217## Python mode, php mode and rpm-spec mode
218
219## make file list
220strip $RPM_BUILD_ROOT%{_bindir}/* || :
221
222# install desktop file
223%__mkdir_p $RPM_BUILD_ROOT%{_datadir}/applications
224%__sed -e "s/@@EMACS_VERSION@@/%{emacsversion}/g" %{SOURCE50} > \
225    $RPM_BUILD_ROOT%{_datadir}/applications/$(basename %{SOURCE50} .in)
226[ -f $RPM_BUILD_ROOT%{_datadir}/applications/emacs.desktop ] && \
227    %__rm -f $RPM_BUILD_ROOT%{_datadir}/applications/emacs.desktop || exit 1
228
229# install icons
230%__mkdir_p $RPM_BUILD_ROOT%{_datadir}/icons
231%__cp -a etc/images/icons/hicolor $RPM_BUILD_ROOT%{_datadir}/icons/
232## remove historical icons
233find $RPM_BUILD_ROOT%{_datadir}/icons/ -type f -name '*emacs22*' -exec rm -f {} \;
234find $RPM_BUILD_ROOT%{_datadir}/icons/ -type f -name '*emacs23*' -exec rm -f {} \;
235find $RPM_BUILD_ROOT%{_datadir}/icons/ -type f -name '*emacs-document23*' -exec rm -f {} \;
236
237## remove man files
238%__rm -f $RPM_BUILD_ROOT/%{_mandir}/man1/* || exit 1
239
240## Remove ctags
241#rm -f $RPM_BUILD_ROOT/usr/bin/ctags
242#rm -f $RPM_BUILD_ROOT/%{_mandir}/man1/*ctags*
243#rm -f $RPM_BUILD_ROOT/%{_datadir}/emacs/%{version}/etc/ctags*
244
245DIR="${RPM_BUILD_ROOT}%{_datadir}/emacs \
246     ${RPM_BUILD_ROOT}%{_datadir}/emacs-%{version}"
247BIN=${RPM_BUILD_ROOT}%{_bindir}
248LIB=${RPM_BUILD_ROOT}%{_libdir}
249EL="*.el"
250
251## prepare file list for emacs
252echo "/usr/bin/ctags
253/usr/bin/ebrowse
254/usr/bin/etags
255/usr/bin/emacs
256/usr/bin/emacsclient
257/usr/share/appdata/emacs.appdata.xml
258/usr/share/icons/hicolor/scalable/apps/emacs.svg
259/usr/share/icons/hicolor/scalable/mimetypes/emacs-document.svg" |
260    %__sed -e "s#[^\n]*#mv ${RPM_BUILD_ROOT}\0 ${RPM_BUILD_ROOT}\0.emacs-%{version}#"|
261    awk '{system($_)}'
262
263find $DIR $BIN $LIB -type d |
264  %__sed -e "s#^${RPM_BUILD_ROOT}#%dir #" > rpm-files
265
266find $DIR $BIN $LIB -type f -o -type l |
267  %__sed -e "
268    s#^${RPM_BUILD_ROOT}\(.*movemail\)#%attr(2755, root, mail) \1#
269    s#^${RPM_BUILD_ROOT}##
270  " >> rpm-files
271
272
273%clean
274[ "${RPM_BUILD_ROOT}" != "/" ] && %__rm -rf ${RPM_BUILD_ROOT}
275
276
277%define info_files ccmode cl dired-x ediff emacs forms gnus info message mh-e reftex sc vip viper widget
278
279
280%pre
281
282if [ -L %{_datadir}/emacs-%{version}/site-lisp ] ; then
283    %__rm -f %{_datadir}/emacs-%{version}/site-lisp
284fi
285
286if [ -d %{_datadir}/emacs/%{version}/site-lisp ] ; then
287    find %{_datadir}/emacs/%{version}/site-lisp/* -maxdepth 0 | grep -v subdirs.el | \
288        xargs %__rm -rf
289fi
290
291
292%post
293touch --no-create %{_datadir}/icons/hicolor
294if [ -x %{_bindir}/gtk-update-icon-cache ]; then
295   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
296fi
297%{_bindir}/update-desktop-database %{_datadir}/applications &>/dev/null ||:
298
299if [ "$1" = 1 ]; then
300
301%_addflavorslist emacs-%{version}
302
303export PRIORITY=50
304
305%_installemacs emacs-%{version}
306
307unset PRIORITY
308fi
309
310if [ "$1" = 2 ]; then
311
312#  export PRIORITY=50
313 
314#  %_installemacs emacs-%{version}
315 
316#  unset PRIORITY
317   
318  echo emacs-%{version} >  /var/lib/emacsen-common/doinstaflavor-emacs
319   
320fi
321
322
323%postun
324%{_bindir}/update-desktop-database %{_datadir}/applications &>/dev/null ||:
325touch --no-create %{_datadir}/icons/hicolor
326if [ -x %{_bindir}/gtk-update-icon-cache ]; then
327  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
328fi
329
330if [ $1 = 1 ]; then
331# run upgrade install time
332
333# old version uninstall
334
335%_removeflavorslist emacs-%{version}
336
337%_removeemacs emacs-%{version}
338
339#new version install
340if [ -f /var/lib/emacsen-common/doinstaflavor-emacs ] ; then
341
342NEWFLAVOR=$(cat /var/lib/emacsen-common/doinstaflavor-emacs)
343
344%_addflavorslist $NEWFLAVOR
345
346export PRIORITY=50
347
348%_installemacs $NEWFLAVOR
349
350unset PRIORITY
351
352%__rm -rf /var/lib/emacsen-common/doinstaflavor-emacs
353
354fi
355
356fi
357
358
359%preun
360if [ $1 = 0 ]; then
361
362%_removeflavorslist emacs-%{version}
363
364%_removeemacs emacs-%{version}
365
366fi
367
368
369%triggerpostun -- emacs23 < %{version}-%{release}
370
371%_addflavorslist emacs-%{version}
372
373export PRIORITY=50
374
375%_installemacs emacs-%{version}
376
377unset PRIORITY
378
379
380%files -f rpm-files
381%defattr(-,root,root)
382%doc INSTALL README BUGS ChangeLog COPYING
383#%doc INSTALL.BZR
384%dir %{_sysconfdir}/emacs-%{version}
385%dir %{_sysconfdir}/emacs-%{version}/site-start.d
386%{_sysconfdir}/emacs-%{version}/site-start.d/*.el
387%config(noreplace) %{_sysconfdir}/emacs/emacs26-local.el
388%{_infodir}/*
389# %{_mandir}/*/*
390%{_datadir}/applications/emacs26.desktop
391%{_datadir}/appdata/emacs.appdata.xml.emacs-%{version}
392%{_datadir}/icons/hicolor/*
393# %{_datadir}/emacs-%{version}/site-lisp
394#%dir %{_localstatedir}/games/emacs
395#%{_localstatedir}/games/emacs/*
396
397
398%changelog
399* Mon Jun  4 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 26.1-1
400- update to 26.1
401- build with GTK3 for VineSeed
402- add '--disable-libsystemd' option
403- drop games dir; upstream deleted
404
405* Tue May 29 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 25.3-1
406- update to 25.3
407- add appdata file
408
409* Mon Aug 22 2016 Munehiro Yamamoto <munepi@vinelinux.org> 25.1-1.rc2-1
410- update to Emacs 25.1 Release Candidate 2
411
412* Mon Feb  8 2016 Munehiro Yamamoto <munepi@vinelinux.org> 25.0.90-1
413- update to 25.0.90
414
415* Sun Apr 12 2015 Munehiro Yamamoto <munepi@vinelinux.org> 24.5-1
416- new upstream release
417
418* Mon Mar  9 2015 Munehiro Yamamoto <munepi@vinelinux.org> 24.4.91-1
419- update to 24.4.91
420
421* Fri Mar  6 2015 Munehiro Yamamoto <munepi@vinelinux.org> 24.4.90-1
422- update to 24.4.90
423
424* Thu Oct 23 2014 Munehiro Yamamoto <munepi@vinelinux.org> 24.4-1
425- new upstream release
426
427* Fri Aug 15 2014 Munehiro Yamamoto <munepi@vinelinux.org> 24.3.93-1
428- updated to 24.3.93
429
430* Sun Jul  6 2014 Munehiro Yamamoto <munepi@vinelinux.org> 24.3.92-1
431- updated to 24.3.92
432
433* Wed Jul 02 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 24.3.91-2
434- rebuild with ImageMagick-6.8.9.5
435
436* Mon May 12 2014 Munehiro Yamamoto <munepi@vinelinux.org> 24.3.91-1
437- updated to 24.3.91
438
439* Sun Apr 27 2014 Munehiro Yamamoto <munepi@vinelinux.org> 24.3.90-1
440- updated to 24.3.90
441
442* Tue Feb 25 2014 NAKAMURA Kenta <kenta@vinelinux.org> 24.3-5
443- rebuilt with gnutls-3.2
444
445* Mon Jan 13 2014 Munehiro Yamamoto <munepi@vinelinux.org> 24.3-4
446- rebuilt
447
448* Wed Aug 14 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 24.3-3
449- rebuild with ImageMagick-6.8.6.8
450
451* Sat May 11 2013 Munehiro Yamamoto <munepi@vinelinux.org> 24.3-2
452- dropped some obsolete patches
453- disable menu-tree-el
454  - added coding-system-init.el instead of menu-tree-init.el
455
456* Sat Mar 30 2013 Munehiro Yamamoto <munepi@vinelinux.org> 24.3-1
457- new upstream release
458
459* Thu Feb  7 2013 Munehiro Yamamoto <munepi@vinelinux.org> 24.2.93-1
460- updated to 24.2.93 (24.3 pretest)
461
462* Mon Jan 14 2013 Munehiro Yamamoto <munepi@vinelinux.org> 24.2.92-1
463- updated to 24.2.92 (24.3 pretest)
464
465* Sun Nov 25 2012 Munehiro Yamamoto <munepi@vinelinux.org> 24.2.90-1
466- updated to 24.2.90 (24.3 pretest)
467
468* Mon Aug 27 2012 Munehiro Yamamoto <munepi@vinelinux.org> 24.2-1
469- new upstream release
470
471* Sun Jun 10 2012 Munehiro Yamamoto <munepi@vinelinux.org> 24.1-1
472- new upstream release
473
474* Sat May 19 2012 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.97-1
475- updated to 24.0.97 (24.1 pretest)
476
477* Sun Apr 29 2012 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.96-1
478- updated to 24.0.96 (24.1 pretest)
479
480* Mon Apr  2 2012 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.95-1
481- updated to 24.0.95 (24.1 pretest)
482
483* Sun Mar 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 24.0.94-2
484- rebuild with ImageMagick-6.7.5.10
485
486* Mon Feb 27 2012 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.94-1
487- updated to 24.0.94 (24.1 pretest)
488
489* Tue Feb 14 2012 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.93-2
490- use gtk as X toolkit (for vl6)
491
492* Mon Jan 30 2012 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.93-1
493- updated to 24.0.93 (24.1 pretest)
494
495* Thu Dec  1 2011 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.92-1
496- updated to 24.0.92 (24.1 pretest)
497
498* Wed Nov  2 2011 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.91-1
499- updated to 24.0.91 (24.1 pretest)
500
501* Thu Oct  6 2011 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.90-2
502- set --with-x-toolkit=gtk3 (%%configure)
503  - added BuildRequires: gtk3-devel
504
505* Mon Sep 26 2011 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.90-1
506- updated to 24.0.90 (24.1 pretest)
507- applied emacs-24.0.90-libs-termcap.patch
508
509* Sat Jul 09 2011 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.50-10.20110817
510- emacs24 24.0.50 (20110817) snapshot
511- added BuildRequires: ImageMagick-devel, libSM-devel, libxml2-devel > 2.6.17
512
513* Sun Jun 05 2011 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.50-9.20110604
514- emacs24 24.0.50 (20110604) snapshot
515
516* Wed Apr 13 2011 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.50-8.20110413
517- emacs24 24.0.50 (20110413) snapshot
518
519* Tue Apr 05 2011 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.50-7.20110318
520- updated site-start.el
521  - defined vine-default-major-version, vine-default-minor-version,
522    vine-default-version
523  - set "ibus-el" to emacs-ime as default
524  - added ", modified for Vine Linux" to the end of emacs-build-system
525  - set "Vine _at_mark_ vinelinux.org" to report-emacs-bug-address
526
527* Sun Apr 03 2011 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.50-6.20110318
528- fixed site-start.el
529  - do not use the macro loop (contained in the common lisp)
530
531* Tue Feb 22 2011 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.50-5.20110318
532- emacs24 24.0.50 (20110318) snapshot
533
534* Tue Feb 22 2011 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.50-4.20110222
535- emacs24 24.0.50 (20110222) snapshot
536- updated site-start.el
537  - defined the function drop-vine-default-from-load-path (regex)
538
539* Sat Jan 22 2011 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.50-3.20110128
540- emacs24 24.0.50 (20110128) snapshot
541
542* Sun Jan 02 2011 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.50-2.20110101
543- emacs24 24.0.50 (20110101) snapshot
544
545* Sun Dec 05 2010 Munehiro Yamamoto <munepi@vinelinux.org> 24.0.50-1.20101203
546- emacs24 24.0.50 (20101203) snapshot
547- applied new vine-default system
548  - updated site-start.el
549  - updated vine-default-{base,faces}.el
550  - dropped showvdefaultemacs
551    - merged to emacsen-common package as show-vine-default.sh
552  - renamed local wide configration file to emacs24-local.el
553- updated menu-tree.el to version 0.97
554- added Provides: emacs-snapshot
555
556* Sat Oct 30 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.2-4
557- updated vine-default-base.el
558  - changed the variable next-line-add-newlines to nil (default)
559
560* Thu Sep 23 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.2-3
561- updated menu-tree.el to version 0.96
562
563* Sat Jul 03 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.2-2
564- applied some patches from Fedora
565  - Fixed handling of dual spacing fonts rhbz#599437
566  - Add patch to fix rhbz#595546 hideshow library matches wrong parenthesis
567    under certain circumstances
568  - Added a patch fixing m17n and libotf version checking (m17ncheck)
569- updated menu-tree.el to version 0.95
570- merged emacs23-vl.spec of Vine Linux 5.1
571#* Thu Apr 01 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.1-9
572#- applied security fix emacs23-CVE-2010-0825-fix-movemail-race.diff from Ubuntu
573#
574#* Fri Feb 09 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.1-8
575#- added Requires(post): emacsen-common, Requires(postun): emacsen-common
576#
577#* Fri Feb 05 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.1-7
578#- dropped BuildRequires: m17n-lib-devel
579#- added --without-m17n-flt in %%configure
580
581* Mon May 31 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.2-1
582- new upstream release
583- updated menu-tree.el to version 0.94
584- updated menu-tree-init.el.emacs23
585  - used prefer-coding-system
586
587* Wed Apr 21 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.1.96-1
588- updated to 23.1.96 (23.2 pretest)
589
590* Sun Apr 18 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.1.95-2
591- removed /usr/share/emacs/site-lisp/subdirs.el
592
593* Sat Apr 03 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.1.95-1
594- updated to 23.1.95 (23.2 pretest)
595- added BuildRequires:
596  - atk-devel
597  - dbus-devel
598  - GConf2-devel
599  - alsa-lib-devel
600- added some configure options:
601  --with-libotf --with-m17n-flt --with-dbus --with-gconf
602
603* Sun Mar 21 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.1.94-1
604- updated to 23.1.94
605
606* Thu Mar 04 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.1.93-1
607- updated to 23.1.93 alpha
608
609* Sat Feb 13 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.1.92-2
610- added Requires(post): emacsen-common, Requires(postun): emacsen-common
611
612* Tue Feb 02 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.1.92-1
613- update to 23.1.92 alpha
614
615* Sun Jan 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.1-6
616- added BuildRequires:
617  - librsvg2-devel
618  - m17n-lib-devel
619  - libotf-devel
620
621* Sun Jan 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 23.1-5
622- changed License to GPLv3+
623- renamed emacs23.desktop to emacs23.desktop.in
624- updated vine-default-base.el (See [vine-users:079919])
625- fixed in upstream CVS (from Fedora)
626  - fix #543046 - Using scroll bar in emacs highlights/selects text
627  - fix #542657 - emacs does not display indic text
628  - Fixed rhbz#545398 - ETags messes up filenames
629
630* Tue Sep 01 2009 Munehiro Yamamoto <munepi@vinelinux.org> 23.1-4
631- rebuilt to add signature
632
633* Wed Aug 19 2009 Munehiro Yamamoto <munepi@vinelinux.org> 23.1-3
634- added BuildRequires: nkf
635- updated menu-tree-init.el.emacs23
636  - fixed menu-tree encoding <BTS:VineLinux:766>
637- set Exec=emacs-@@EMACS_VERSION@@ in emacs23.desktop
638
639* Wed Aug 19 2009 Munehiro Yamamoto <munepi@vinelinux.org> 23.1-2
640- replaced BR: libungif-devel with BR: giflib-devel
641
642* Sat Aug 01 2009 Munehiro Yamamoto <munepi@vinelinux.org> 23.1-1
643- new upstream release
644
645* Sat Jul 25 2009 Munehiro Yamamoto <munepi@vinelinux.org> 23.0.96-2.20090714
646- updated vine-default-faces.el to sync with emacs22
647
648* Tue Jul 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 23.0.96-1.20090714
649- update to 23.0.96 (20090714) snapshot
650- update vine-default-faces.el
651  - use bash to call gconftool-2
652
653* Sat Jun 27 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 23.0.94-4.20090527
654- update vine-default-faces.el
655  - added \'font in default-frame-alist
656    (if \'font is already in default-frame-alist, overwrited it)
657
658* Wed Jun 10 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 23.0.94-3.20090527
659- update vine-default-faces.el:
660  - use set-frame-font
661    bacause set-default-font function is obsolete since Emacs 23.1
662    (See M-x describe-function RET set-default-font)
663
664* Sun Jun 07 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 23.0.94-2.20090527
665- update vine-default-faces.el:
666  - set desktop-gnome-interface-monospace-font-name
667    from /desktop/gnome/interface/monospace_font_name
668  - automatically set set-default-font
669    with desktop-gnome-interface-monospace-font-name
670
671* Wed May 27 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 23.0.94-1.20090527
672- update to emacs-23.0.94 (20090527) snapshot
673- add --without-gpm to configure
674
675* Thu May 21 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 23.0.92-7.20090422
676- defined show-vine-default function in site-start.el
677  - added showvdefaultemacs script
678
679* Wed May 20 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 23.0.92-6.20090422
680- set PRIORITY=40
681
682* Wed May 06 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 23.0.92-5.20090422
683- changed menu-tree-init.el from hard copy to symbolic link
684  on /etc/emacs-23.0.92/site-start.d
685- added %%{_mandir}/*/* in %%files section
686
687* Sat May 02 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 23.0.92-4.20090422
688- updated menu-tree.el to v0.93
689
690* Fri May 01 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 23.0.92-3.20090422
691- returned alternatives priority to 30
692  (emacs: 30, emacs22: 30)
693
694* Sun Apr 26 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 23.0.92-2.20090422
695- installed system-wide configure file in /etc/emacs
696- updated vine-default-base.el
697- changed alternatives priority from 30 to 50
698  (emacs: 50, emacs22: 30)
699
700* Wed Apr 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 23.0.92-1.20090422
701- update to emacs 23.0.92 (20090422) snapshot
702- add %%triggerpostun to fix alternatives
703
704* Tue Apr 21 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 23.0.91-3.20090325
705- renamed from emacs23 to emacs (emacs-22.x would be renamed to emacs22)
706- updated default settings for Vine Linux
707  - dropped vine-default-mouse.el, vine-default-misc.el
708
709* Sat Apr 11 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 23.0.91-2.20090325
710- enable default settings for Vine Linux
711  - added site-start.el.emacs23
712  - updated site-start.el
713  - added vine-default-base.el, vine-default-faces.el, vine-default-mouse.el,
714    vine-default-misc.el
715
716* Wed Mar 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 23.0.91-1.20090325
717- emacs23 23.0.91 snapshot
718
719* Tue Sep 09 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 23.0.60-2.20080908
720- drop patch10
721- s/emacsrelese/emacsrelease/
722
723* Mon Sep 08 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 23.0.60-1.20080908
724- emacs23 23.0.60 snapshot
725
726* Sun Sep 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 22.3-1
727- new upstream release
728
729* Mon Aug 25 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 22.2-3
730- import security fixes from Debian
731  CVE-2008-2142: fix insecure setting of fast-lock-cache-directories
732  CVE-2008-1694: fix insecure temporary file creation in vcdiff script
733                 leading to possible symlink attacks
734
735* Wed Jun 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 22.2-2
736- update menu-tree.el
737- add 60menu-tree-init.el to sed coding-system and load menu-tree
738- build with xorg-x11-7.3
739  - update BuildRequires
740
741* Sun Mar 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 22.2-1
742- new upstream release
743
744* Wed Nov 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 22.1-0vl2
745- add Patch10000 to fix local variable processing security bypass
746  vulnerability.
747  - http://www.frsirt.com/english/advisories/2007/3715
748  - http://bugs.debian.org/449008
749
750* Mon Jun 04 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 22.1-0vl1
751- new upstream release
752- rename to emacs from emacs22 (emacs-21.x would be renameed to emacs21)
753- drop emcws support
754
755* Sun May 20 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 22.0.50-0.20060403vl3
756- rebuilt with new toolchain
757
758* Sat May 06 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 22.0.50-0.20060403vl2
759- changed Group:
760
761* Mon Apr 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 22.0.50-0.20060403vl1
762- update to CVS-20060403
763- update emacs22.desktop
764
765* Wed Sep 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 22.0.50-0.20050927vl2
766- fix site-start.el
767
768* Tue Sep 27 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 22.0.50-0.20050927vl1
769- update to CVS-20050927
770
771* Thu Sep  8 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 22.0.50-0.20050907vl1
772- initial build for Vine Linux based on emacs package.
773  - emacs-22.0.50 on CVS-20050907
774
775* Sat Sep  3 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 21.4-0vl3
776- create site-start.d directory on %install
777
778* Thu Feb 17 2005 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 21.4-0vl2
779- included leim-21.4
780- update emcws-21.3-20031213.gz
781
782* Wed Feb 16 2005 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 21.4-0vl1
783- update
784
785* Sat Jul 24 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 21.3-0vl7
786- rebuild with Xaw3d, add BuildRequires: Xaw3d-devel
787
788* Fri Jul 23 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 21.3-0vl6
789- add Patch20 to fix display resolutions. (set to 96dpi)
790  (do not compute dynamically from display's size)
791
792* Tue Mar 16 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 21.3-0vl5
793- rebuilt with new toolchain environment
794
795* Thu Jul 17 2003 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 21.3-0vl4
796- use site-start.el(reading /etc/emacs-21.3/site-start.d/*.el)
797
798* Wed May  7 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 21.3-0vl3
799- add BuildPrereq: libpng >= 1.2.5
800
801* Tue Apr 15 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 21.3-0vl2
802- fixed %%pre script
803
804* Tue Mar 25 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 21.3-0vl1
805- new upstream release
806- remove patch14 whick included in upstream
807
808* Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 21.2-0vl11
809- add patch14 to fix frame title text encoding.
810  - http://tsukuba.m17n.org/mule-ja-archive/2002-10/msg00004.html
811
812* Tue Dec 10 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 21.2-0vl10
813- autoconf-2.13, not autoconf in %%setup section
814- BuildPreReq: autoconf213
815
816* Mon Dec  9 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 21.2-0vl9
817- modifiy rpm scripts.
818
819* Mon Dec  9 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 21.2-0vl8
820- rename to emacs
821- obsoletes emacs21 <= 21.2-0vl7, provides emacs21 = %%{version}
822
823* Sun Dec  1 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 21.2-0vl7
824- enable menubar fontset patch (Patch103)
825
826* Sat Nov 30 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 21.2-0vl6
827- add requires/buildprereq tags.
828
829* Sat Nov 30 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 21.2-0vl5
830- add emcws-20021014
831
832* Sun Jul 21 2002 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 21.2-0vl4
833- removed *-mode
834
835* Sat Jul 20 2002 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 21.2-0vl3
836- python-mode was made pending
837- some additional *.el files was moved from "emacs/site-lisp" to
838  "emacs-(version)/site-lisp"
839
840* Sat Jul 13 2002 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 21.2-0vl2
841- added some sources and patches from rawhide 21.2-11 and mandrake 21.2-7mdk
842
843* Sat May 11 2002 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 21.2-0vl1
844- update.
845- Package Name emacs-beta -> emacs21
846- Add Patch100,101,102, Source100(default = Disable)
847- (from http://phe.phyas.aichi-edu.ac.jp/~cyamauch/pl2.html#emacs21)
848- --infodir=%{_infodir}/emacs-21.2(VineSeed-Plus:00723)
849
850* Thu Dec 27 2001 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 21.1-0vl7
851- site-lisp moved under /usr/share/emacs-21.1/ (Patch11 and %%pre section)
852
853* Thu Dec 06 2001 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 21.1-0vl5
854- move /tmp -> /var/lib/emacsen-common (IP(package)C file)
855
856* Fri Nov 02 2001 Tomoya TAKA <tomoya@olive.plala.or.jp> 21.1-0vl4
857- replace patch10 with patch11, posted to gnu.emacs.bug
858  Message-Id: <jebsiza3db.fsf@sykes.suse.de>
859  (reported by ABE Yuji <cbo46560@pop12.odn.ne.jp>)
860
861* Fri Oct 26 2001 Kazuhisa TAKEI <takei@vinelinux.org> 21.1-0vl3
862- fixed build to fail in alpha( only apply patch0 to ppc)
863
864* Tue Oct 23 2001 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 21.1-0vl2
865- added Patch10 (thanks Kitame-san)
866
867* Mon Oct 22 2001 Kazuhisa TAKEI <takei@vinelinux.org> 21.1-0vl1
868- update to 21.1
869
870* Sun Sep 9 2001 Kazuhisa TAKEI <takei@vinelinux.org> 21.0.104-0vl14
871- support  shared installing otheremacsen.
872
873* Mon Jul 23 2001 Kazuhisa TAKEI <takei@vinelinux.org> 21.0.104-0vl3
874- update 21.0.104
875
876* Thu Jul 19 2001 Kazuhisa TAKEI <takei@vinelinux.org> 21.0.103-0vl2
877- support emacsen-common
878
879* Wed May 16 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
880- 21.0.103-0vl1
881- updated to 21.0.103
882- revamped and cleaned up spec file :-)
883- Requires: tamago >= 4.0.6 (...is it reasonable? Mmm...)
884
885* Mon Jan 22 2001 Kazuhisa TAKEI <takei@vinelinux.org> 21.0.95-0vl2
886- fixed .spec bugs( _libdir)
887
888* Fri Jan 12 2001 Kazuhisa TAKEI <takei@vinelinux.org> 21.0.95-0vl1
889- updated to 21.0.95
890
891* Wed Dec 20 2000 Kazuhisa TAKEI <takei@vinelinux.org> 21.0.93-0vl3
892- fixed emacs-beta.spec
893
894* Sat Dec 16 2000 Kazuhisa TAKEI <takei@vinelinux.org> 21.0.93-0vl2
895- 21.0.93 test packaging.
896
897* Fri Jun 30 2000 T.R. Kobayashi <tkoba@ike-dyn.ritsumei.ac.jp>
898- added linespace-patch
899
900* Mon Jun 19 2000 MACHINO, Satoshi <mac@netfort.gr.jp>
901- updated to emacs 20.7
902
903* Thu Apr 20 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
904- updated to emacs 20.6
905
906* Mon Feb 28 2000 kenji KITAYAMA <kenji@gandalf.doshisha.ac.jp>
907- [emacs-20.5a-2]
908- Modified reference of Emacs Info
909
910* Sun Jan 23 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
911- [emacs-20.5a-2]
912- added ppc patch
913
914* Fri Jan  7 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rins.st.ryukoku.ac.jp>
915- [emacs-20.5a-1]
916- change version from 20.5 to 20.5a
917- added Mule-4.1 patch
918
919* Fri Jan  7 2000 Yasuyuki Furukawa <yasu@on.cs.keio.ac.jp>
920- [emacs-20.5-1]
921- add desktop-link files for desktop menu.
922
923* Fri Dec 24 1999 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rins.st.ryukoku.ac.jp>
924- [emacs-20.4-16]
925- replaced Y2K savvy timezone.{el,elc} with one from brand-new apel-10.0
926
927* Tue Dec 21 1999 Jun Nishii <jun@vinelinux.org>
928- added documents
929- strip bins
930
931* Wed Dec  1 1999 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rins.st.ryukoku.ac.jp>
932- [emacs-20.4-14]
933- Change Group to Applications/Editors/Emacs
934
935* Sat Nov  6 1999 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rins.st.ryukoku.ac.jp>
936- [emacs-20.4-13]
937- included Y2K savvy timezone.{el,elc},
938  modified by Mr. Youichi Teranishi <teranishi@gohome.org>
939
940* Tue Oct 12 1999 Yasuhide OOMORI <dasen@typhoon.co.jp>
941- [emacs-20.4-12]
942- Modified info-dir.
943- Removed -c option from %setup.
944
945* Mon Sep 20 1999 Kazuhisa TAKEI<takei@hh.iij4u.or.jp>
946- fixed XIM support patch
947* Sun Sep 19 1999 Kazuhisa TAKEI<takei@hh.iij4u.or.jp>
948- fixed postinst bug and fontset patch
949* Sun Jul 18 1999 Kazuhisa TAKEI<takei@hh.iij4u.or.jp>
950- first build
Note: See TracBrowser for help on using the repository browser.