Browse Source

emacs: update to 26.3

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12172 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 4 years ago
parent
commit
03c90aff20
1 changed files with 9 additions and 1 deletions
  1. 9 1
      e/emacs/emacs26-vl.spec

+ 9 - 1
e/emacs/emacs26-vl.spec

@@ -1,4 +1,4 @@
-%define emacsversion 26.1
+%define emacsversion 26.3
 #% define gitcommit 20110817
 #%define emacsrelease 1.rc2%{?gitcommit:.%gitcommit}%{?_dist_release}
 %define emacsrelease 1%{?_dist_release}
@@ -219,6 +219,11 @@ export PATH="$PATH:/sbin:/usr/sbin"
 ## make file list
 strip $RPM_BUILD_ROOT%{_bindir}/* || :
 
+# install appdata
+%__mkdir_p $RPM_BUILD_ROOT%{_datadir}/appdata
+%__cp -a etc/emacs.appdata.xml \
+    $RPM_BUILD_ROOT%{_datadir}/appdata/
+
 # install desktop file
 %__mkdir_p $RPM_BUILD_ROOT%{_datadir}/applications
 %__sed -e "s/@@EMACS_VERSION@@/%{emacsversion}/g" %{SOURCE50} > \
@@ -396,6 +401,9 @@ unset PRIORITY
 
 
 %changelog
+* Tue Sep 03 2019 Toshiaki Ara <ara_t@384.jp> 26.3-1
+- update to 26.3
+
 * Mon Jun  4 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 26.1-1
 - update to 26.1
 - build with GTK3 for VineSeed