Author: goetz Date: Mon Feb 5 10:34:41 2007 New Revision: 116194 Added: packages/cooker/dia/current/SOURCES/dia-0.96-pre3-docs.patch Modified: packages/cooker/dia/current/SPECS/dia.spec
Log: fix broken XML in the English help Added: packages/cooker/dia/current/SOURCES/dia-0.96-pre3-docs.patch ============================================================================== --- (empty file) +++ packages/cooker/dia/current/SOURCES/dia-0.96-pre3-docs.patch Mon Feb 5 10:34:41 2007 @@ -0,0 +1,11 @@ +--- dia-0.96-pre3/doc/en/usage-layers.xml~ 2007-01-21 17:12:45.000000000 +0100 ++++ dia-0.96-pre3/doc/en/usage-layers.xml 2007-02-05 10:23:02.000000000 +0100 +@@ -26,7 +26,7 @@ + </para> + </tip> + <para> +- Each new diagram comes with the default layer labelled �Background�. Of course you can change its name and settings to customize it to your needs as you can do with any other layer. ++ Each new diagram comes with the default layer labelled “Background”. Of course you can change its name and settings to customize it to your needs as you can do with any other layer. + </para> + <para> + You can use layers to create overlay slide show by drawing each incremental slide in a Modified: packages/cooker/dia/current/SPECS/dia.spec ============================================================================== --- packages/cooker/dia/current/SPECS/dia.spec (original) +++ packages/cooker/dia/current/SPECS/dia.spec Mon Feb 5 10:34:41 2007 @@ -1,6 +1,6 @@ %define pre pre3 %if %pre -%define rel 0.%pre.1 +%define rel 0.%pre.2 %define fname %name-%version-%pre %else %define rel 1 @@ -16,6 +16,8 @@ Patch: dia-0.95-pre1-use-own-gtkrc.patch #gw quick hack to find the gnome documentation Patch1: dia-0.96-pre2-help.patch +#gw replace unknown quotation marks by UTF-8 characters +Patch2: dia-0.96-pre3-docs.patch URL: http://www.gnome.org/projects/dia BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: docbook-utils @@ -54,6 +56,7 @@ %setup -q -n %fname %patch -p1 -b .diagtkrc %patch1 -p1 -b .help +%patch2 -p1 # gw fix doctype perl -pi -e "s^../../dtd/docbookx.dtd^http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd^" doc/*/dia.xml #gw this must be regenerated
