rpms/openoffice.org-voikko/F-9 openoffice.org-voikko.spec,1.7,1.8

Ville-Pekka Vainio vpv at fedoraproject.org
Sun Oct 12 22:15:04 UTC 2008


Author: vpv

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

Modified Files:
	openoffice.org-voikko.spec 
Log Message:
* Mon Oct 13 2008 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.2-5
- add --force to protect against installing by rpm an extension which was
  previously installed manually

Note: Won't build yet, this change is not worth doing a F-9 update dance



Index: openoffice.org-voikko.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org-voikko/F-9/openoffice.org-voikko.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- openoffice.org-voikko.spec	26 Apr 2008 21:31:09 -0000	1.7
+++ openoffice.org-voikko.spec	12 Oct 2008 22:14:33 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           openoffice.org-voikko
 Version:        2.2 
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Finnish spellchecker and hyphenator extension for OpenOffice.org
 
 Group:          Applications/Productivity
@@ -55,7 +55,7 @@
 
 %post
     # register extension
-    %{unopkg} add --shared --link %{voikkoext} || :
+    %{unopkg} add --shared --force --link %{voikkoext} || :
 
 %preun
 if [ $1 -eq 0 ]; then
@@ -79,6 +79,10 @@
 
 
 %changelog
+* Mon Oct 13 2008 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.2-5
+- add --force to protect against installing by rpm an extension which was
+  previously installed manually
+
 * Sat Apr 26 2008 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.2-4
 - Build with RPM_OPT_FLAGS, adds FORTIFY_SOURCE etc.
 




More information about the fedora-extras-commits mailing list