Compare commits
24 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a0ebb52940 | ||
|
|
821bede602 | ||
|
|
fdda09d4b9 | ||
|
|
5d2a433e19 | ||
|
|
2dbb9ac06c | ||
|
|
e7a68c761d | ||
|
|
2430906a11 | ||
|
|
1af2c32e02 | ||
|
|
2697d6cb53 | ||
|
|
90fa314869 | ||
|
|
165bbc51b7 | ||
|
|
dbd506cca6 | ||
|
|
3fdf5ed0ed | ||
|
|
038798258e | ||
|
|
b64fa668f6 | ||
|
|
472d65eb2a | ||
|
|
aaca749e53 | ||
|
|
8729aa1ce0 | ||
|
|
bd379c3676 | ||
|
|
6fd1ecff60 | ||
|
|
165987adf1 | ||
|
|
4cf976d780 | ||
|
|
be01b06bf7 | ||
|
|
e87f4281f1 |
7 changed files with 279 additions and 124 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,3 +6,4 @@
|
|||
/writerperfect-0.9.2.tar.xz
|
||||
/writerperfect-0.9.4.tar.xz
|
||||
/writerperfect-0.9.5.tar.xz
|
||||
/writerperfect-0.9.6.tar.xz
|
||||
|
|
|
|||
|
|
@ -0,0 +1,95 @@
|
|||
From b881efabd544f34d82410bb937fce1d599dde070 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Fridrich=20=C5=A0trba?= <fridrich.strba@bluewin.ch>
|
||||
Date: Tue, 9 Jan 2018 08:41:48 +0100
|
||||
Subject: [PATCH] Fix linking with newer tools by getting the library order
|
||||
right
|
||||
|
||||
---
|
||||
src/conv/abw/Makefile.am | 19 +++++++++++--------
|
||||
1 file changed, 11 insertions(+), 8 deletions(-)
|
||||
|
||||
diff --git a/src/conv/abw/Makefile.am b/src/conv/abw/Makefile.am
|
||||
index b52d060..3b20f05 100644
|
||||
--- a/src/conv/abw/Makefile.am
|
||||
+++ b/src/conv/abw/Makefile.am
|
||||
@@ -23,10 +23,13 @@ libhelperRVNGABW_la_SOURCES = \
|
||||
|
||||
wpft2abw_DEPENDENCIES = @WPFT2ABW_WIN32_RESOURCE@ libhelperRVNGABW.la
|
||||
wpft2abw_CPPFLAGS = $(REVENGE_STREAM_CFLAGS)
|
||||
-wpft2abw_LDADD = $(REVENGE_STREAM_LIBS)
|
||||
+wpft2abw_LDADD =
|
||||
wpft2abw_SOURCES = wpft2abw.cxx
|
||||
|
||||
if USE_LIBABW
|
||||
+ wpft2abw_CPPFLAGS += $(ABW_CFLAGS)
|
||||
+ wpft2abw_LDADD += $(wrapper_dir)/libwpabw.la $(ABW_LIBS)
|
||||
+
|
||||
bin_PROGRAMS += abw2abw
|
||||
|
||||
abw2abw_DEPENDENCIES = @ABW2ABW_WIN32_RESOURCE@ libhelperRVNGABW.la
|
||||
@@ -37,7 +40,7 @@ endif
|
||||
|
||||
if USE_LIBEBOOK
|
||||
wpft2abw_CPPFLAGS += $(EBOOK_CFLAGS)
|
||||
- wpft2abw_LDADD += $(EBOOK_LIBS) $(wrapper_dir)/libwpebook.la
|
||||
+ wpft2abw_LDADD += $(wrapper_dir)/libwpebook.la $(EBOOK_LIBS)
|
||||
|
||||
bin_PROGRAMS += ebook2abw
|
||||
|
||||
@@ -49,7 +52,7 @@ endif
|
||||
|
||||
if USE_LIBETONYEK
|
||||
wpft2abw_CPPFLAGS += $(ETONYEK_CFLAGS)
|
||||
- wpft2abw_LDADD += $(ETONYEK_LIBS) $(wrapper_dir)/libwpetonyek.la
|
||||
+ wpft2abw_LDADD += $(wrapper_dir)/libwpetonyek.la $(ETONYEK_LIBS)
|
||||
|
||||
bin_PROGRAMS += pages2abw
|
||||
|
||||
@@ -68,7 +71,7 @@ if USE_LIBMWAW
|
||||
|
||||
wpft2abw_DEPENDENCIES += libabwmwaw.la
|
||||
wpft2abw_CPPFLAGS += $(MWAW_CFLAGS)
|
||||
- wpft2abw_LDADD += $(MWAW_LIBS) libabwmwaw.la
|
||||
+ wpft2abw_LDADD += libabwmwaw.la $(MWAW_LIBS)
|
||||
|
||||
bin_PROGRAMS += mwaw2abw
|
||||
|
||||
@@ -87,7 +90,7 @@ if USE_LIBSTAROFFICE
|
||||
|
||||
wpft2abw_DEPENDENCIES += libabwstaroffice.la
|
||||
wpft2abw_CPPFLAGS += $(STAROFFICE_CFLAGS)
|
||||
- wpft2abw_LDADD += $(STAROFFICE_LIBS) libabwstaroffice.la
|
||||
+ wpft2abw_LDADD += libabwstaroffice.la $(STAROFFICE_LIBS)
|
||||
|
||||
bin_PROGRAMS += sd2abw
|
||||
|
||||
@@ -106,7 +109,7 @@ if USE_LIBWPD
|
||||
|
||||
wpft2abw_DEPENDENCIES += libabwwpd.la
|
||||
wpft2abw_CPPFLAGS += $(WPD_CFLAGS) $(WPG_CFLAGS)
|
||||
- wpft2abw_LDADD += $(WPD_LIBS) $(WPG_LIBS) libabwwpd.la
|
||||
+ wpft2abw_LDADD += libabwwpd.la $(WPD_LIBS) $(WPG_LIBS)
|
||||
|
||||
bin_PROGRAMS += wpd2abw
|
||||
wpd2abw_DEPENDENCIES = @WPD2ABW_WIN32_RESOURCE@ libhelperRVNGABW.la libabwwpd.la
|
||||
@@ -124,7 +127,7 @@ if USE_LIBWPS
|
||||
|
||||
wpft2abw_DEPENDENCIES += libabwwps.la
|
||||
wpft2abw_CPPFLAGS += $(WPS_CFLAGS)
|
||||
- wpft2abw_LDADD += $(WPS_LIBS) libabwwps.la
|
||||
+ wpft2abw_LDADD += libabwwps.la $(WPS_LIBS)
|
||||
|
||||
bin_PROGRAMS += wps2abw
|
||||
|
||||
@@ -134,7 +137,7 @@ if USE_LIBWPS
|
||||
wps2abw_SOURCES = wps2abw.cxx
|
||||
endif
|
||||
|
||||
-wpft2abw_LDADD += @WPFT2ABW_WIN32_RESOURCE@ libhelperRVNGABW.la
|
||||
+wpft2abw_LDADD += @WPFT2ABW_WIN32_RESOURCE@ libhelperRVNGABW.la $(REVENGE_STREAM_LIBS)
|
||||
|
||||
if OS_WIN32
|
||||
|
||||
--
|
||||
2.17.1
|
||||
|
||||
25
0001-fix-build-with-libgsf.patch
Normal file
25
0001-fix-build-with-libgsf.patch
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
From 8313cd28950a529adfe670b7072b31aabc8fc961 Mon Sep 17 00:00:00 2001
|
||||
From: David Tardon <dtardon@redhat.com>
|
||||
Date: Thu, 14 Dec 2017 15:14:34 +0100
|
||||
Subject: [PATCH] fix build with libgsf
|
||||
|
||||
---
|
||||
src/lib/OutputFileHelper.cxx | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/lib/OutputFileHelper.cxx b/src/lib/OutputFileHelper.cxx
|
||||
index 739ab22..7f5e4b8 100644
|
||||
--- a/src/lib/OutputFileHelper.cxx
|
||||
+++ b/src/lib/OutputFileHelper.cxx
|
||||
@@ -57,7 +57,7 @@ private:
|
||||
OutputFileHelperImpl::~OutputFileHelperImpl()
|
||||
{
|
||||
#ifdef USE_GSF_OUTPUT
|
||||
- if (mpOutfile && !gsf_output_close((GsfOutput *) mpOutfile.get()))
|
||||
+ if (mpOutfile && !gsf_output_close((GsfOutput *) mpOutfile))
|
||||
fprintf(stderr, "ERROR : Couldn't close outfile\n");
|
||||
|
||||
if (mpOutfile)
|
||||
--
|
||||
2.14.3
|
||||
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
From cbd1331f47dabfebeb9e594334be6edaded2b553 Mon Sep 17 00:00:00 2001
|
||||
From: David Tardon <dtardon@redhat.com>
|
||||
Date: Thu, 3 Mar 2016 17:16:54 +0100
|
||||
Subject: [PATCH] update help output for fh2epub too
|
||||
|
||||
---
|
||||
src/conv/epub/fh2epub.cxx | 6 ++----
|
||||
1 file changed, 2 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/src/conv/epub/fh2epub.cxx b/src/conv/epub/fh2epub.cxx
|
||||
index f2c15d0..076be20 100644
|
||||
--- a/src/conv/epub/fh2epub.cxx
|
||||
+++ b/src/conv/epub/fh2epub.cxx
|
||||
@@ -55,10 +55,8 @@ private:
|
||||
|
||||
int printUsage(const char *name)
|
||||
{
|
||||
- fprintf(stderr, "Usage : %s <infile> <outfile>\n", name);
|
||||
- fprintf(stderr, "\twhere <infile> is the Freehand source drawing\n");
|
||||
- fprintf(stderr, "\tand <outfile> is the ePub target document.\n");
|
||||
- return 1;
|
||||
+ UsageHelper usage(name, "converts Adobe FreeHand documents to ePub.", "[OPTIONS] INPUT OUTPUT");
|
||||
+ return usage.printUsage();
|
||||
}
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
--
|
||||
2.5.0
|
||||
|
||||
123
changelog
Normal file
123
changelog
Normal file
|
|
@ -0,0 +1,123 @@
|
|||
* Mon Nov 21 2022 David Tardon <dtardon@redhat.com> - 0.9.6-12
|
||||
- Convert license to SPDX
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Dec 14 2017 David Tardon <dtardon@redhat.com> - 0.9.6-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 0.9.5-3
|
||||
- Rebuilt for Boost 1.63
|
||||
|
||||
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 0.9.5-2
|
||||
- Rebuilt for Boost 1.63
|
||||
|
||||
* Thu Mar 03 2016 David Tardon <dtardon@redhat.com> - 0.9.5-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.4-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Sat Jan 16 2016 Jonathan Wakely <jwakely@redhat.com> - 0.9.4-7
|
||||
- Rebuilt for Boost 1.60
|
||||
|
||||
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 0.9.4-6
|
||||
- Rebuilt for Boost 1.59
|
||||
|
||||
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.4-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
|
||||
|
||||
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 0.9.4-4
|
||||
- rebuild for Boost 1.58
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Mon May 25 2015 David Tardon <dtardon@redhat.com> - 0.9.4-2
|
||||
- enable AbiWord export
|
||||
|
||||
* Wed May 20 2015 David Tardon <dtardon@redhat.com> - 0.9.4-1
|
||||
- new upstream release
|
||||
|
||||
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.9.2-5
|
||||
- Rebuilt for GCC 5 C++11 ABI change
|
||||
|
||||
* Mon Jan 26 2015 Petr Machata <pmachata@redhat.com> - 0.9.2-4
|
||||
- Rebuild for boost 1.57.0
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sat Jul 26 2014 David Tardon <dtardon@redhat.com> - 0.9.2-2
|
||||
- put EPUB export tools into a separate subpackage
|
||||
|
||||
* Sun Jul 06 2014 David Tardon <dtardon@redhat.com> - 0.9.2-1
|
||||
- new upstream release
|
||||
- enable EPUB export
|
||||
|
||||
* Fri Jun 27 2014 David Tardon <dtardon@redhat.com> - 0.9.1-3
|
||||
- enable support for Adobe PageMaker documents
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Tue Jun 03 2014 David Tardon <dtardon@redhat.com> - 0.9.1-1
|
||||
- new upstream release
|
||||
|
||||
* Thu May 29 2014 David Tardon <dtardon@redhat.com> - 0.9.0-2
|
||||
- fix libe-book integration
|
||||
|
||||
* Mon May 26 2014 David Tardon <dtardon@redhat.com> - 0.9.0-1
|
||||
- new upstream release
|
||||
|
||||
* Wed Apr 09 2014 David Tardon <dtardon@redhat.com> - 0.8.4-1
|
||||
- new upstream release
|
||||
|
||||
* Sat Nov 02 2013 David Tardon <dtardon@redhat.com> - 0.8.3-1
|
||||
- new release
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Thu May 16 2013 David Tardon <dtardon@redhat.com> - 0.8.2-2
|
||||
- package license files
|
||||
|
||||
* Sun May 12 2013 David Tardon <dtardon@redhat.com> - 0.8.2-1
|
||||
- initial import
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
d7f1faa71bc0278d68ba0cf24dadfcdf writerperfect-0.9.5.tar.xz
|
||||
SHA512 (writerperfect-0.9.6.tar.xz) = 4a86a23ae2caa133066279994255d8ca7ee16f40ad646bd8ff434c7e4e1a29cf23db7e811b8eca1823dcf9e2456b2e8dbacf03bd5bc0377638fc52fc7d4495a5
|
||||
|
|
|
|||
|
|
@ -1,24 +1,28 @@
|
|||
Name: writerperfect
|
||||
Version: 0.9.5
|
||||
Release: 6%{?dist}
|
||||
Version: 0.9.6
|
||||
Release: %autorelease
|
||||
Summary: A collection of tools to transform various file formats into ODF
|
||||
|
||||
License: MPLv2.0 or LGPLv2+
|
||||
License: LGPL-2.1-or-later OR MPL-2.0
|
||||
URL: http://sourceforge.net/p/libwpd/wiki/writerperfect/
|
||||
Source: http://downloads.sourceforge.net/libwpd/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: automake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: help2man
|
||||
BuildRequires: pkgconfig(libabw-0.1)
|
||||
BuildRequires: pkgconfig(libcdr-0.1)
|
||||
BuildRequires: pkgconfig(libe-book-0.1)
|
||||
BuildRequires: pkgconfig(libeot)
|
||||
BuildRequires: pkgconfig(libepubgen-0.0)
|
||||
BuildRequires: pkgconfig(libepubgen-0.1)
|
||||
BuildRequires: pkgconfig(libetonyek-0.1)
|
||||
BuildRequires: pkgconfig(libfreehand-0.1)
|
||||
BuildRequires: pkgconfig(libgsf-1)
|
||||
BuildRequires: pkgconfig(libmspub-0.1)
|
||||
BuildRequires: pkgconfig(libmwaw-0.3)
|
||||
BuildRequires: pkgconfig(libodfgen-0.1)
|
||||
BuildRequires: pkgconfig(libqxp-0.0)
|
||||
BuildRequires: pkgconfig(libpagemaker-0.0)
|
||||
BuildRequires: pkgconfig(librevenge-0.0)
|
||||
BuildRequires: pkgconfig(librvngabw-0.0)
|
||||
|
|
@ -27,8 +31,10 @@ BuildRequires: pkgconfig(libvisio-0.1)
|
|||
BuildRequires: pkgconfig(libwpd-0.10)
|
||||
BuildRequires: pkgconfig(libwpg-0.3)
|
||||
BuildRequires: pkgconfig(libwps-0.4)
|
||||
BuildRequires: pkgconfig(libzmf-0.0)
|
||||
|
||||
Patch0: 0001-update-help-output-for-fh2epub-too.patch
|
||||
Patch0: 0001-fix-build-with-libgsf.patch
|
||||
Patch1: 0001-Fix-linking-with-newer-tools-by-getting-the-library-.patch
|
||||
|
||||
%description
|
||||
%{name} is a collection of command-line tools to transform various document
|
||||
|
|
@ -41,6 +47,7 @@ formats into ODF. Among supported input formats are:
|
|||
* Microsoft Publisher
|
||||
* Microsoft Visio
|
||||
* Microsoft Works
|
||||
* QuarkXPress
|
||||
|
||||
%package epub
|
||||
Summary: A collection of tools to transform various file formats into EPUB
|
||||
|
|
@ -71,14 +78,15 @@ formats into AbiWord format. Among supported input formats are:
|
|||
%autosetup -p1
|
||||
|
||||
%build
|
||||
aclocal
|
||||
automake
|
||||
%configure \
|
||||
--disable-silent-rules \
|
||||
--disable-werror \
|
||||
--with-import-libs \
|
||||
--with-export-libs \
|
||||
--with-libeot \
|
||||
--with-libgsf \
|
||||
--with-sharedptr=c++11
|
||||
--with-libgsf
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
|
@ -104,6 +112,7 @@ install -m 0644 *2abw.1 *2epub.1 *2od?.1 %{buildroot}/%{_mandir}/man1
|
|||
%{_bindir}/key2odp
|
||||
%{_bindir}/mwaw2odf
|
||||
%{_bindir}/numbers2ods
|
||||
%{_bindir}/qxp2odg
|
||||
%{_bindir}/pages2odt
|
||||
%{_bindir}/pmd2odg
|
||||
%{_bindir}/pub2odg
|
||||
|
|
@ -112,8 +121,10 @@ install -m 0644 *2abw.1 *2epub.1 *2od?.1 %{buildroot}/%{_mandir}/man1
|
|||
%{_bindir}/vss2odg
|
||||
%{_bindir}/wks2ods
|
||||
%{_bindir}/wpd2odt
|
||||
%{_bindir}/wpft2odf
|
||||
%{_bindir}/wpg2odg
|
||||
%{_bindir}/wps2odt
|
||||
%{_bindir}/zmf2odg
|
||||
%{_mandir}/man1/abw2odt.1*
|
||||
%{_mandir}/man1/cdr2odg.1*
|
||||
%{_mandir}/man1/cmx2odg.1*
|
||||
|
|
@ -125,13 +136,16 @@ install -m 0644 *2abw.1 *2epub.1 *2od?.1 %{buildroot}/%{_mandir}/man1
|
|||
%{_mandir}/man1/pages2odt.1*
|
||||
%{_mandir}/man1/pmd2odg.1*
|
||||
%{_mandir}/man1/pub2odg.1*
|
||||
%{_mandir}/man1/qxp2odg.1*
|
||||
%{_mandir}/man1/sd2odf.1*
|
||||
%{_mandir}/man1/vsd2odg.1*
|
||||
%{_mandir}/man1/vss2odg.1*
|
||||
%{_mandir}/man1/wks2ods.1*
|
||||
%{_mandir}/man1/wpd2odt.1*
|
||||
%{_mandir}/man1/wpft2odf.1*
|
||||
%{_mandir}/man1/wpg2odg.1*
|
||||
%{_mandir}/man1/wps2odt.1*
|
||||
%{_mandir}/man1/zmf2odg.1*
|
||||
|
||||
%files epub
|
||||
%doc NEWS README
|
||||
|
|
@ -146,11 +160,15 @@ install -m 0644 *2abw.1 *2epub.1 *2od?.1 %{buildroot}/%{_mandir}/man1
|
|||
%{_bindir}/pages2epub
|
||||
%{_bindir}/pmd2epub
|
||||
%{_bindir}/pub2epub
|
||||
%{_bindir}/qxp2epub
|
||||
%{_bindir}/sd2epub
|
||||
%{_bindir}/vsd2epub
|
||||
%{_bindir}/vss2epub
|
||||
%{_bindir}/wpd2epub
|
||||
%{_bindir}/wpft2epub
|
||||
%{_bindir}/wpg2epub
|
||||
%{_bindir}/wps2epub
|
||||
%{_bindir}/zmf2epub
|
||||
%{_mandir}/man1/abw2epub.1*
|
||||
%{_mandir}/man1/cdr2epub.1*
|
||||
%{_mandir}/man1/cmx2epub.1*
|
||||
|
|
@ -161,11 +179,15 @@ install -m 0644 *2abw.1 *2epub.1 *2od?.1 %{buildroot}/%{_mandir}/man1
|
|||
%{_mandir}/man1/pages2epub.1*
|
||||
%{_mandir}/man1/pmd2epub.1*
|
||||
%{_mandir}/man1/pub2epub.1*
|
||||
%{_mandir}/man1/qxp2epub.1*
|
||||
%{_mandir}/man1/sd2epub.1*
|
||||
%{_mandir}/man1/vsd2epub.1*
|
||||
%{_mandir}/man1/vss2epub.1*
|
||||
%{_mandir}/man1/wpd2epub.1*
|
||||
%{_mandir}/man1/wpft2epub.1*
|
||||
%{_mandir}/man1/wpg2epub.1*
|
||||
%{_mandir}/man1/wps2epub.1*
|
||||
%{_mandir}/man1/zmf2epub.1*
|
||||
|
||||
%files abw
|
||||
%doc NEWS README
|
||||
|
|
@ -174,100 +196,18 @@ install -m 0644 *2abw.1 *2epub.1 *2od?.1 %{buildroot}/%{_mandir}/man1
|
|||
%{_bindir}/ebook2abw
|
||||
%{_bindir}/mwaw2abw
|
||||
%{_bindir}/pages2abw
|
||||
%{_bindir}/sd2abw
|
||||
%{_bindir}/wpd2abw
|
||||
%{_bindir}/wpft2abw
|
||||
%{_bindir}/wps2abw
|
||||
%{_mandir}/man1/abw2abw.1*
|
||||
%{_mandir}/man1/ebook2abw.1*
|
||||
%{_mandir}/man1/mwaw2abw.1*
|
||||
%{_mandir}/man1/pages2abw.1*
|
||||
%{_mandir}/man1/sd2abw.1*
|
||||
%{_mandir}/man1/wpd2abw.1*
|
||||
%{_mandir}/man1/wpft2abw.1*
|
||||
%{_mandir}/man1/wps2abw.1*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 0.9.5-3
|
||||
- Rebuilt for Boost 1.63
|
||||
|
||||
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 0.9.5-2
|
||||
- Rebuilt for Boost 1.63
|
||||
|
||||
* Thu Mar 03 2016 David Tardon <dtardon@redhat.com> - 0.9.5-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.4-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Sat Jan 16 2016 Jonathan Wakely <jwakely@redhat.com> - 0.9.4-7
|
||||
- Rebuilt for Boost 1.60
|
||||
|
||||
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 0.9.4-6
|
||||
- Rebuilt for Boost 1.59
|
||||
|
||||
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.4-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
|
||||
|
||||
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 0.9.4-4
|
||||
- rebuild for Boost 1.58
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Mon May 25 2015 David Tardon <dtardon@redhat.com> - 0.9.4-2
|
||||
- enable AbiWord export
|
||||
|
||||
* Wed May 20 2015 David Tardon <dtardon@redhat.com> - 0.9.4-1
|
||||
- new upstream release
|
||||
|
||||
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.9.2-5
|
||||
- Rebuilt for GCC 5 C++11 ABI change
|
||||
|
||||
* Mon Jan 26 2015 Petr Machata <pmachata@redhat.com> - 0.9.2-4
|
||||
- Rebuild for boost 1.57.0
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sat Jul 26 2014 David Tardon <dtardon@redhat.com> - 0.9.2-2
|
||||
- put EPUB export tools into a separate subpackage
|
||||
|
||||
* Sun Jul 06 2014 David Tardon <dtardon@redhat.com> - 0.9.2-1
|
||||
- new upstream release
|
||||
- enable EPUB export
|
||||
|
||||
* Fri Jun 27 2014 David Tardon <dtardon@redhat.com> - 0.9.1-3
|
||||
- enable support for Adobe PageMaker documents
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Tue Jun 03 2014 David Tardon <dtardon@redhat.com> - 0.9.1-1
|
||||
- new upstream release
|
||||
|
||||
* Thu May 29 2014 David Tardon <dtardon@redhat.com> - 0.9.0-2
|
||||
- fix libe-book integration
|
||||
|
||||
* Mon May 26 2014 David Tardon <dtardon@redhat.com> - 0.9.0-1
|
||||
- new upstream release
|
||||
|
||||
* Wed Apr 09 2014 David Tardon <dtardon@redhat.com> - 0.8.4-1
|
||||
- new upstream release
|
||||
|
||||
* Sat Nov 02 2013 David Tardon <dtardon@redhat.com> - 0.8.3-1
|
||||
- new release
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Thu May 16 2013 David Tardon <dtardon@redhat.com> - 0.8.2-2
|
||||
- package license files
|
||||
|
||||
* Sun May 12 2013 David Tardon <dtardon@redhat.com> - 0.8.2-1
|
||||
- initial import
|
||||
%autochangelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue