|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
%global apiversion 0.1
|
|
|
|
|
|
|
|
|
|
Name: libetonyek
|
|
|
|
|
Version: 0.1.3
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 0.1.4
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A library for import of Apple iWork documents
|
|
|
|
|
|
|
|
|
|
License: MPLv2.0
|
|
|
|
@ -22,8 +22,8 @@ BuildRequires: pkgconfig(zlib)
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
%{name} is library for import of documents from Apple iWork applications
|
|
|
|
|
(Keynote, Pages and Numbers). It can only import the older format
|
|
|
|
|
(Keynote 2-5, Pages 1-4, Numbers 1-2). The support for Numbers is only
|
|
|
|
|
(Keynote, Pages and Numbers). It can import documents created by
|
|
|
|
|
Keynote 2-6, Pages 1-4 and Numbers 1-2. The support for Numbers is rather
|
|
|
|
|
minimal at the moment.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
@ -53,7 +53,7 @@ supported: CSV, HTML, SVG, text, and raw.
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-silent-rules --disable-static --disable-werror
|
|
|
|
|
%configure --disable-silent-rules --disable-static --disable-werror --with-mdds=0.x
|
|
|
|
|
sed -i \
|
|
|
|
|
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
|
|
|
|
|
-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
|
|
|
|
@ -122,6 +122,9 @@ make %{?_smp_mflags} check
|
|
|
|
|
%{_mandir}/man1/pages2text.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Nov 18 2015 David Tardon <dtardon@redhat.com> - 0.1.4-1
|
|
|
|
|
- new upstream release
|
|
|
|
|
|
|
|
|
|
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 0.1.3-4
|
|
|
|
|
- Rebuilt for Boost 1.59
|
|
|
|
|
|
|
|
|
|