[writerperfect] import package

David Tardon dtardon at fedoraproject.org
Fri May 17 03:56:18 UTC 2013


commit 7e944e0a0bf3897c1f6ae83e98125ac2a1f6145e
Author: David Tardon <dtardon at redhat.com>
Date:   Fri May 17 05:38:28 2013 +0200

    import package

 .gitignore         |    1 +
 sources            |    1 +
 writerperfect.spec |   57 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 59 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..4eff115 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/writerperfect-0.8.2.tar.xz
diff --git a/sources b/sources
index e69de29..5430b0d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+392b503d7ec0c96a0755410d5ce8bd76  writerperfect-0.8.2.tar.xz
diff --git a/writerperfect.spec b/writerperfect.spec
new file mode 100644
index 0000000..d64fc54
--- /dev/null
+++ b/writerperfect.spec
@@ -0,0 +1,57 @@
+Name: writerperfect
+Version: 0.8.2
+Release: 2%{?dist}
+Summary: Tools to transform various file formats into ODF
+
+Group: Applications/Publishing
+# the only BSD sources are src/FemtoZip.{h,c}xx
+License: (MPLv2.0 or LGPLv2+) and BSD
+URL: http://libwpd.sourceforge.net/
+Source: http://downloads.sourceforge.net/libwpd/%{name}-%{version}.tar.xz
+
+BuildRequires: libcdr-devel
+BuildRequires: libgsf-devel
+BuildRequires: libmspub-devel
+BuildRequires: libmwaw-devel
+BuildRequires: libodfgen-devel
+BuildRequires: libvisio-devel
+BuildRequires: libwpd-devel
+BuildRequires: libwpg-devel
+BuildRequires: libwps-devel
+
+%description
+Tools to transform various file formats into ODF.
+
+
+%prep
+%setup -q
+
+
+%build
+%configure --disable-werror
+make %{?_smp_mflags} V=1
+
+
+%install
+make install DESTDIR=%{buildroot}
+
+
+%files
+%doc ChangeLog COPYING.LGPL COPYING.MPL NEWS README
+%{_bindir}/cdr2odg
+%{_bindir}/cmx2odg
+%{_bindir}/mwaw2odt
+%{_bindir}/pub2odg
+%{_bindir}/vsd2odg
+%{_bindir}/vss2odg
+%{_bindir}/wpd2odt
+%{_bindir}/wpg2odg
+%{_bindir}/wps2odt
+
+
+%changelog
+* Thu May 16 2013 David Tardon <dtardon at redhat.com> - 0.8.2-2
+- package license files
+
+* Sun May 12 2013 David Tardon <dtardon at redhat.com> - 0.8.2-1
+- initial import


More information about the scm-commits mailing list