[writerperfect] actually enable libgsf

David Tardon dtardon at fedoraproject.org
Tue Jul 8 07:30:51 UTC 2014


commit 0fc85c55cdf6a6322f403367cec9740dcce77499
Author: David Tardon <dtardon at redhat.com>
Date:   Mon Jul 7 15:39:41 2014 +0200

    actually enable libgsf
    
    That means that FemtoZip is no longer compiled.

 writerperfect.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/writerperfect.spec b/writerperfect.spec
index 87057e2..0278e8f 100644
--- a/writerperfect.spec
+++ b/writerperfect.spec
@@ -3,8 +3,7 @@ Version: 0.9.2
 Release: 1%{?dist}
 Summary: A collection of tools to transform various file formats into ODF and EPUB
 
-# the only BSD sources are src/FemtoZip.{h,c}xx
-License: (MPLv2.0 or LGPLv2+) and BSD
+License: MPLv2.0 or LGPLv2+
 URL: http://sourceforge.net/p/libwpd/wiki/writerperfect/
 Source: http://downloads.sourceforge.net/libwpd/%{name}-%{version}.tar.xz
 
@@ -52,6 +51,7 @@ formats into ODF and EPUB. Among supported input formats are:
     --with-libepubgen \
     --with-libetonyek \
     --with-libfreehand \
+    --with-libgsf \
     --with-libmspub \
     --with-libmwaw \
     --with-libpagemaker \
@@ -73,6 +73,7 @@ help2man -N --no-discard-stderr -n 'convert Keynote presentation into EPUB' -o k
 help2man -N --no-discard-stderr -n 'convert Keynote presentation into ODF' -o key2odp.1 ./src/key2odp
 help2man -N --no-discard-stderr -n 'convert Mac document into EPUB' -o mwaw2epub.1 ./src/mwaw2epub
 help2man -N --no-discard-stderr -n 'convert Mac document into ODF' -o mwaw2odf.1 ./src/mwaw2odf
+help2man -N --no-discard-stderr -n 'convert PageMaker document into EPUB' -o pmd2epub.1 ./src/pmd2epub
 help2man -N --no-discard-stderr -n 'convert PageMaker document into ODF' -o pmd2odg.1 ./src/pmd2odg
 help2man -N --no-discard-stderr -n 'convert Publisher document into EPUB' -o pub2epub.1 ./src/pub2epub
 help2man -N --no-discard-stderr -n 'convert Publisher document into ODF' -o pub2odg.1 ./src/pub2odg
@@ -115,6 +116,7 @@ install -m 0644 *2epub.1 *2od?.1 %{buildroot}/%{_mandir}/man1
 %{_bindir}/key2odp
 %{_bindir}/mwaw2epub
 %{_bindir}/mwaw2odf
+%{_bindir}/pmd2epub
 %{_bindir}/pmd2odg
 %{_bindir}/pub2epub
 %{_bindir}/pub2odg
@@ -143,6 +145,7 @@ install -m 0644 *2epub.1 *2od?.1 %{buildroot}/%{_mandir}/man1
 %{_mandir}/man1/key2odp.1*
 %{_mandir}/man1/mwaw2epub.1*
 %{_mandir}/man1/mwaw2odf.1*
+%{_mandir}/man1/pmd2epub.1*
 %{_mandir}/man1/pmd2odg.1*
 %{_mandir}/man1/pub2epub.1*
 %{_mandir}/man1/pub2odg.1*


More information about the scm-commits mailing list