emacs24-vl.spec 28 KB

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