rpms/writer2latex/devel writer2latex.spec,1.9,1.10

Caolan McNamara caolanm at fedoraproject.org
Mon Oct 6 14:00:34 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/writer2latex/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20105

Modified Files:
	writer2latex.spec 
Log Message:
update for guidelines


Index: writer2latex.spec
===================================================================
RCS file: /cvs/pkgs/rpms/writer2latex/devel/writer2latex.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- writer2latex.spec	3 Sep 2008 12:26:28 -0000	1.9
+++ writer2latex.spec	6 Oct 2008 14:00:04 -0000	1.10
@@ -3,7 +3,7 @@
 
 Name:          writer2latex
 Version:       0.5.0.2
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       Writer2LateX Document Converter
 License:       LGPLv2
 Url:           http://www.hj-gym.dk/~hj/writer2latex/
@@ -127,7 +127,7 @@
 
 %post -n openoffice.org-writer2latex
     # register extension
-    unopkg add --shared --link %{_datadir}/openoffice.org/extensions/writer2latex.oxt || :
+    unopkg add --shared --force --link %{_datadir}/openoffice.org/extensions/writer2latex.oxt || :
 
 %preun -n openoffice.org-writer2latex
 if [ $1 -eq 0 ]; then
@@ -147,7 +147,7 @@
 
 %post -n openoffice.org-writer2xhtml
     # register extension
-    unopkg add --shared --link %{_datadir}/openoffice.org/extensions/writer2xhtml.oxt || :
+    unopkg add --shared --force --link %{_datadir}/openoffice.org/extensions/writer2xhtml.oxt || :
 
 %preun -n openoffice.org-writer2xhtml
 if [ $1 -eq 0 ]; then
@@ -181,6 +181,9 @@
 %{_datadir}/openoffice.org/extensions/writer2xhtml.oxt
 
 %changelog
+* Mon Oct 06 2008 Caolan McNamara <caolanm at redhat.com> 0.5.0.2-2
+- update for guidelines
+
 * Wed Sep 03 2008 Caolan McNamara <caolanm at redhat.com> 0.5.0.2-1
 - latest version
 




More information about the scm-commits mailing list