rpms/xca/devel xca.spec,1.19,1.20 sources,1.7,1.8

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Sat Aug 25 12:14:13 UTC 2007


Author: ensc

Update of /cvs/extras/rpms/xca/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4312/devel

Modified Files:
	xca.spec sources 
Log Message:
- updated to 0.6.4
- optimized scriptlets which are dealing with the desktop stuff



Index: xca.spec
===================================================================
RCS file: /cvs/extras/rpms/xca/devel/xca.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- xca.spec	30 Jun 2007 11:59:20 -0000	1.19
+++ xca.spec	25 Aug 2007 12:13:40 -0000	1.20
@@ -4,8 +4,8 @@
 
 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:	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 @@
 
 
 %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 @@
 
 
 %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 @@
 * 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


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xca/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	14 Jun 2007 19:14:58 -0000	1.7
+++ sources	25 Aug 2007 12:13:40 -0000	1.8
@@ -1 +1 @@
-8e0c2f8fbd01451acb841a3fb99ca399  xca-0.6.3.tar.gz
+f805a2e094436f976c7a4cda5980027e  xca-0.6.4.tar.gz




More information about the fedora-extras-commits mailing list