diff --git a/libetonyek.spec b/libetonyek.spec index b0beb07..f1bd651 100644 --- a/libetonyek.spec +++ b/libetonyek.spec @@ -1,18 +1,19 @@ %define apiver %(echo %version | cut -d. -f1-2) Name: libetonyek -Version: 0.1.9 +Version: 0.1.10 Release: 1mamba Summary: A library and a set of tools for reading and converting Apple Keynote presentations Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.freedesktop.org/wiki/Software/libetonyek/ +URL: https://www.freedesktop.org/wiki/Software/libetonyek/ Source: http://dev-www.libreoffice.org/src/libetonyek-%{version}.tar.xz License: MPL 2.0 ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libgcc +BuildRequires: liblangtag-devel BuildRequires: liblzma-devel BuildRequires: librevenge-devel BuildRequires: libstdc++6-devel @@ -21,7 +22,6 @@ BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRequires: libmdds12-devel BuildRequires: librevenge-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description libetonyek is a library and a set of tools for reading and converting Apple Keynote presentations. The library tries to extract the most important parts of version 2 format of Keynote (version 1 is not supported yet, but it should be in the future. Version 6 is being reverse engineered; we plan to support it as well when there is enough info about the new format to implement something). @@ -94,6 +94,9 @@ This package contains utility applications for %{name}. %{_bindir}/pages2text %changelog +* Wed May 19 2021 Automatic Build System 0.1.10-1mamba +- automatic version update by autodist + * Mon Jan 07 2019 Automatic Build System 0.1.9-1mamba - automatic version update by autodist