pwouters pushed to xca (epel7). "- updated to 0.6.4 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 18 20:58:49 UTC 2015


From 50aa116cb50dbf998953861e2d5c0e3ebd97e8e3 Mon Sep 17 00:00:00 2001
From: ensc <ensc at fedoraproject.org>
Date: Sat, 25 Aug 2007 12:13:40 +0000
Subject: - updated to 0.6.4 - optimized scriptlets which are dealing with the
 desktop stuff


diff --git a/sources b/sources
index b73c0e3..973be79 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8e0c2f8fbd01451acb841a3fb99ca399  xca-0.6.3.tar.gz
+f805a2e094436f976c7a4cda5980027e  xca-0.6.4.tar.gz
diff --git a/xca.spec b/xca.spec
index 9e74a77..e5cc00f 100644
--- a/xca.spec
+++ b/xca.spec
@@ -1,11 +1,11 @@
-## $Id: xca.spec,v 1.18 2007/06/15 07:10:01 ensc Exp $
+## $Id: xca.spec,v 1.19 2007/06/30 11:59:20 ensc Exp $
 
 %{!?release_func:%global release_func() %1%{?dist}}
 
 Summary:	Graphical X.509 certificate management tool
 Name:		xca
-Version:	0.6.3
-Release:	%release_func 2
+Version:	0.6.4
+Release:	%release_func 1
 
 License:	BSD
 Group:		Applications/Productivity
@@ -21,7 +21,7 @@ BuildRequires:	xdg-utils
 BuildRequires:	ImageMagick
 BuildRequires:	linuxdoc-tools
 Requires:		hicolor-icon-theme
-Requires(post):		shared-mime-info
+Requires(posttrans):	shared-mime-info
 Requires(postun):	shared-mime-info
 
 # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=246324
@@ -93,14 +93,20 @@ rm -rf "$RPM_BUILD_ROOT"
 
 
 %post
-update-mime-database %_datadir/mime || :
-xdg-desktop-menu     forceupdate &>/dev/null || :
-xdg-icon-resource    forceupdate &>/dev/null || :
+touch --no-create %_datadir/icons/hicolor || :
+
+%preun
+touch --no-create %_datadir/icons/hicolor || :
+
+%posttrans
+gtk-update-icon-cache %_datadir/icons/hicolor &>/dev/null || :
+update-mime-database  %_datadir/mime          &>/dev/null || :
+update-desktop-database                       &>/dev/null || :
 
 %postun
-xdg-icon-resource    forceupdate &>/dev/null || :
-xdg-desktop-menu     forceupdate &>/dev/null || :
-update-mime-database %_datadir/mime || :
+update-desktop-database                       &>/dev/null || :
+update-mime-database  %_datadir/mime          &>/dev/null || :
+gtk-update-icon-cache %_datadir/icons/hicolor &>/dev/null || :
 
 
 %files
@@ -122,6 +128,10 @@ update-mime-database %_datadir/mime || :
 
 
 %changelog
+* Sat Aug 25 2007 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.6.4-1
+- updated to 0.6.4
+- optimized scriptlets which are dealing with the desktop stuff
+
 * Sat Jun 30 2007 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.6.3-2
 - improved desktop-integration by registering MIME type and icons
 - disabled ppc64 build (bz #246324)
@@ -129,6 +139,7 @@ update-mime-database %_datadir/mime || :
 * Thu Jun 14 2007 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.6.3-1
 - updated to 0.6.3; rediffed patches
 - fixed build
+- added BR on linuxdoc-tools
 
 * Mon Apr  9 2007 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.6.1-1
 - updated to 0.6.1
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/xca.git/commit/?h=epel7&id=50aa116cb50dbf998953861e2d5c0e3ebd97e8e3


More information about the scm-commits mailing list