new upstream release 0.1.4

f41
David Tardon 9 years ago
parent 42dd3917ae
commit 05895d6084

1
.gitignore vendored

@ -7,3 +7,4 @@
/libetonyek-0.1.1.tar.xz
/libetonyek-0.1.2.tar.xz
/libetonyek-0.1.3.tar.xz
/libetonyek-0.1.4.tar.xz

@ -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

@ -1 +1 @@
8a2c7de34b5c02f4a75ba086bc5af57b libetonyek-0.1.3.tar.xz
d9f913f3d29fc4fc1c8fd7084ce48fff libetonyek-0.1.4.tar.xz

Loading…
Cancel
Save