|
@@ -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
|
|
|
|