emacs24-vl.spec 29 KB

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