|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: libetonyek
|
|
|
|
|
Version: 0.0.4
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: A library for import of Apple Keynote presentations
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -53,6 +53,8 @@ Currently supported: XHTML, raw, text.
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
sed -i 's/|ppc64|/|ppc64|ppc64le|/' configure
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-silent-rules --disable-static --disable-werror
|
|
|
|
|
sed -i \
|
|
|
|
@ -106,6 +108,9 @@ make %{?_smp_mflags} check
|
|
|
|
|
%{_mandir}/man1/key2xhtml.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon May 05 2014 Jaromir Capik <jcapik@redhat.com> - 0.0.4-2
|
|
|
|
|
- fixing FTBFS on ppc64le
|
|
|
|
|
|
|
|
|
|
* Tue Apr 15 2014 David Tardon <dtardon@redhat.com> - 0.0.4-1
|
|
|
|
|
- new upstream release
|
|
|
|
|
|
|
|
|
|