|
@@ -1,6 +1,7 @@
|
|
-%define emacsversion 25.1
|
|
|
|
|
|
+%define emacsversion 25.3
|
|
#% define gitcommit 20110817
|
|
#% define gitcommit 20110817
|
|
-%define emacsrelease 1.rc2%{?gitcommit:.%gitcommit}%{?_dist_release}
|
|
|
|
|
|
+#%define emacsrelease 1.rc2%{?gitcommit:.%gitcommit}%{?_dist_release}
|
|
|
|
+%define emacsrelease 1%{?_dist_release}
|
|
%define vine_default_major_version %(echo %_dist_release|%__sed s/vl//)
|
|
%define vine_default_major_version %(echo %_dist_release|%__sed s/vl//)
|
|
|
|
|
|
%define _noVersionedDependencies 1
|
|
%define _noVersionedDependencies 1
|
|
@@ -17,9 +18,9 @@ Name: emacs
|
|
#Provides: emacs-snapshot
|
|
#Provides: emacs-snapshot
|
|
Version: %{emacsversion}
|
|
Version: %{emacsversion}
|
|
Release: %{emacsrelease}
|
|
Release: %{emacsrelease}
|
|
-#Source0: ftp://ftp.gnu.org/pub/gnu/emacs/emacs-%{version}.tar.xz
|
|
|
|
|
|
+Source0: ftp://ftp.gnu.org/pub/gnu/emacs/emacs-%{version}.tar.xz
|
|
#Source0: ftp://ftp.gnu.org/pub/gnu/emacs/emacs-%{version}%{?gitcommit:.git%gitcommit}.tar.xz
|
|
#Source0: ftp://ftp.gnu.org/pub/gnu/emacs/emacs-%{version}%{?gitcommit:.git%gitcommit}.tar.xz
|
|
-Source0: ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-%{emacsversion}-rc2.tar.xz
|
|
|
|
|
|
+#Source0: ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-%{emacsversion}-rc2.tar.xz
|
|
#Source1: emacs-snapshot.sh
|
|
#Source1: emacs-snapshot.sh
|
|
|
|
|
|
Source10: site-start.el.emacs25
|
|
Source10: site-start.el.emacs25
|
|
@@ -377,6 +378,7 @@ unset PRIORITY
|
|
%{_infodir}/*
|
|
%{_infodir}/*
|
|
# %{_mandir}/*/*
|
|
# %{_mandir}/*/*
|
|
%{_datadir}/applications/emacs25.desktop
|
|
%{_datadir}/applications/emacs25.desktop
|
|
|
|
+%{_datadir}/appdata/emacs.appdata.xml
|
|
%{_datadir}/icons/hicolor/*
|
|
%{_datadir}/icons/hicolor/*
|
|
# %{_datadir}/emacs-%{version}/site-lisp
|
|
# %{_datadir}/emacs-%{version}/site-lisp
|
|
%dir %{_localstatedir}/games/emacs
|
|
%dir %{_localstatedir}/games/emacs
|
|
@@ -384,6 +386,10 @@ unset PRIORITY
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue May 29 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 25.3-1
|
|
|
|
+- update to 25.3
|
|
|
|
+- add appdata file
|
|
|
|
+
|
|
* Mon Aug 22 2016 Munehiro Yamamoto <munepi@vinelinux.org> 25.1-1.rc2-1
|
|
* Mon Aug 22 2016 Munehiro Yamamoto <munepi@vinelinux.org> 25.1-1.rc2-1
|
|
- update to Emacs 25.1 Release Candidate 2
|
|
- update to Emacs 25.1 Release Candidate 2
|
|
|
|
|