ソースを参照

updated to 24.3.92

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8739 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 10 年 前
コミット
13d00f47f0
1 ファイル変更15 行追加2 行削除
  1. 15 2
      e/emacs/emacs24-vl.spec

+ 15 - 2
e/emacs/emacs24-vl.spec

@@ -1,6 +1,6 @@
-%define emacsversion 24.3.91
+%define emacsversion 24.3.92
 #% define gitdate 20110817
-%define emacsrelease 2%{?gitdate:.%gitdate}%{?_dist_release}
+%define emacsrelease 1%{?gitdate:.%gitdate}%{?_dist_release}
 %define vine_default_major_version %(echo %_dist_release|%__sed s/vl//)
 
 %define _noVersionedDependencies 1
@@ -278,6 +278,11 @@ fi
 
 
 %post
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
+fi
+%{_bindir}/update-desktop-database %{_datadir}/applications &>/dev/null ||:
 
 if [ "$1" = 1 ]; then
 
@@ -304,6 +309,11 @@ fi
 
 
 %postun
+%{_bindir}/update-desktop-database %{_datadir}/applications &>/dev/null ||:
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
+fi
 
 if [ $1 = 1 ]; then
 # run upgrade install time
@@ -373,6 +383,9 @@ unset PRIORITY
 
 
 %changelog
+* Sun Jul  6 2014 Munehiro Yamamoto <munepi@vinelinux.org> 24.3.92-1
+- updated to 24.3.92
+
 * Wed Jul 02 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 24.3.91-2
 - rebuild with ImageMagick-6.8.9.5