[kate/f17] fix scriptlets

Rex Dieter rdieter at fedoraproject.org
Tue May 29 02:09:13 UTC 2012


commit e9f75552af700f05d8416d938244a52715ca2ead
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Mon May 28 21:11:57 2012 -0500

    fix scriptlets

 kate.spec |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/kate.spec b/kate.spec
index 37e7b49..c2b0a30 100644
--- a/kate.spec
+++ b/kate.spec
@@ -1,7 +1,7 @@
 Name:    kate
 Summary: Advanced Text Editor 
 Version: 4.8.3
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 # kwrite LGPLv2+
 # kate: app LGPLv2, plugins, LGPLv2 and LGPLv2+ and GPLv2+
@@ -123,10 +123,6 @@ gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null || :
 update-mime-database %{_kde4_datadir}/mime >& /dev/null
 fi
 
-%post part -p /sbin/ldconfig
-%postun part -p /sbin/ldconfig
-
-
 %files -f kate.lang
 %doc kate/AUTHORS kate/ChangeLog kate/COPYING.LIB kate/README
 %{_kde4_bindir}/kate
@@ -158,6 +154,9 @@ fi
 %{_kde4_iconsdir}/oxygen/*/actions/*
 %{_kde4_datadir}/mime/packages/ktesnippets.xml
 
+%post libs -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
+
 %files libs
 %{_kde4_libdir}/libkateinterfaces.so.4*
 %{_kde4_libdir}/libktexteditor_codesnippets_core.so.0*
@@ -170,6 +169,9 @@ fi
 %{_kde4_includedir}/kate/
 %{_kde4_includedir}/ktexteditor_codesnippets_core/
 
+%post part -p /sbin/ldconfig
+%postun part -p /sbin/ldconfig
+
 %files part
 %doc part/AUTHORS part/ChangeLog part/COPYING.LIB
 %doc part/INDENTATION part/NEWS part/README* part/TODO*
@@ -188,6 +190,9 @@ fi
 
 
 %changelog
+* Mon May 28 2012 Rex Dieter <rdieter at fedoraproject.org> 4.8.3-3
+- fix scriptlets
+
 * Mon Apr 30 2012 Rex Dieter <rdieter at fedoraproject.org> 4.8.3-2
 - s/kdebase-runtime/kde-runtime/
 


More information about the scm-commits mailing list