rpms/writer2latex/devel writer2latex.spec,1.3,1.4

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Thu Mar 6 19:04:43 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/writer2latex/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15921

Modified Files:
	writer2latex.spec 
Log Message:
bodge moved into OOo itself


Index: writer2latex.spec
===================================================================
RCS file: /cvs/pkgs/rpms/writer2latex/devel/writer2latex.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- writer2latex.spec	18 Feb 2008 22:22:40 -0000	1.3
+++ writer2latex.spec	6 Mar 2008 19:04:10 -0000	1.4
@@ -105,22 +105,22 @@
 %pre -n openoffice.org-%{name}
 if [ $1 -gt 1 ]; then
     # Upgrade => deregister old extension
-    unopkg remove --shared org.openoffice.legacy.writer2latex.uno.pkg -env:JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY=1 || :
+    unopkg remove --shared org.openoffice.legacy.writer2latex.uno.pkg || :
 fi
 
 %post -n openoffice.org-%{name}
     # register extension
-    unopkg add --shared --link %{_datadir}/writer2latex.uno.pkg -env:JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY=1 || :
+    unopkg add --shared --link %{_datadir}/writer2latex.uno.pkg || :
 
 %preun -n openoffice.org-%{name}
 if [ $1 -eq 0 ]; then
     # not upgrading => deregister
-    unopkg remove --shared org.openoffice.legacy.writer2latex.uno.pkg -env:JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY=1 || :
+    unopkg remove --shared org.openoffice.legacy.writer2latex.uno.pkg || :
 fi
 
 %postun -n openoffice.org-%{name}
     # clear disk cache
-    unopkg list --shared -env:JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY=1 > /dev/null 2>&1 || :
+    unopkg list --shared > /dev/null 2>&1 || :
 
 %files
 %defattr(0644,root,root,0755)




More information about the fedora-extras-commits mailing list