rpms/openoffice.org-voikko/devel openoffice.org-voikko.spec, 1.11, 1.12

Caolan McNamara caolanm at fedoraproject.org
Mon Oct 6 15:08:26 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org-voikko/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32197

Modified Files:
	openoffice.org-voikko.spec 
Log Message:
use --force to avoid problems if rpm --install done after a manual install


Index: openoffice.org-voikko.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org-voikko/devel/openoffice.org-voikko.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- openoffice.org-voikko.spec	28 Aug 2008 18:21:03 -0000	1.11
+++ openoffice.org-voikko.spec	6 Oct 2008 15:07:56 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           openoffice.org-voikko
 Version:        3.0 
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Finnish spellchecker and hyphenator extension for OpenOffice.org
 
 Group:          Applications/Productivity
@@ -58,7 +58,7 @@
 
 %post
     # register extension
-    %{unopkg} add --shared --link %{voikkoext} || :
+    %{unopkg} add --shared --force --link %{voikkoext} || :
 
 %preun
 if [ $1 -eq 0 ]; then
@@ -82,6 +82,10 @@
 
 
 %changelog
+* Mon Oct 06 2008 Caolán McNamara <caolanm at redhat.com> - 3.0-2
+- add --force to protect against installing by rpm an extension which was
+  previously installed manually
+
 * Sun Aug 28 2008 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 3.0-1
 - openoffice.org-voikko 3.0
 




More information about the scm-commits mailing list