rpms/openoffice.org-voikko/F-8 openoffice.org-voikko.spec,1.5,1.6

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


Author: vpv

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

Modified Files:
	openoffice.org-voikko.spec 
Log Message:
* Mon Oct 13 2008 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.2-3
- 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-8 update dance



Index: openoffice.org-voikko.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org-voikko/F-8/openoffice.org-voikko.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- openoffice.org-voikko.spec	26 Apr 2008 21:44:22 -0000	1.5
+++ openoffice.org-voikko.spec	12 Oct 2008 22:30:37 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           openoffice.org-voikko
 Version:        2.2 
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Finnish spellchecker and hyphenator extension for OpenOffice.org
 
 Group:          Applications/Productivity
@@ -59,7 +59,7 @@
 
 %post
     # register extension
-    %{unopkg} add --shared --link %{voikkoext} || :
+    %{unopkg} add --shared --force --link %{voikkoext} || :
 
 %preun
 if [ $1 -eq 0 ]; then
@@ -83,6 +83,10 @@
 
 
 %changelog
+* Mon Oct 13 2008 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.2-3
+- 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-2
 - Build with RPM_OPT_FLAGS, adds FORTIFY_SOURCE etc.
 




More information about the scm-commits mailing list