diff --git a/.gitignore b/.gitignore index 47284ca..f101446 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /libetonyek-0.0.2.tar.xz /libetonyek-0.0.3.tar.xz /libetonyek-0.0.4.tar.xz +/libetonyek-0.1.0.tar.xz diff --git a/libetonyek.spec b/libetonyek.spec index c9fb690..7b1fea7 100644 --- a/libetonyek.spec +++ b/libetonyek.spec @@ -1,8 +1,8 @@ -%global apiversion 0.0 +%global apiversion 0.1 Name: libetonyek -Version: 0.0.4 -Release: 3%{?dist} +Version: 0.1.0 +Release: 1%{?dist} Summary: A library for import of Apple Keynote presentations Group: System Environment/Libraries @@ -15,7 +15,7 @@ BuildRequires: doxygen BuildRequires: gperf BuildRequires: help2man BuildRequires: pkgconfig(cppunit) -BuildRequires: pkgconfig(libwpd-0.9) +BuildRequires: pkgconfig(librevenge-0.0) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(zlib) @@ -73,6 +73,8 @@ make install DESTDIR=%{buildroot} rm -f %{buildroot}/%{_libdir}/*.la # we install API docs directly from build rm -rf %{buildroot}/%{_docdir}/%{name} +# these are only skeletons at the moment +rm -f %{buildroot}%{_bindir}/numbers2* %{buildroot}%{_bindir}/pages* install -m 0755 -d %{buildroot}/%{_mandir}/man1 install -m 0644 key2*.1 %{buildroot}/%{_mandir}/man1 @@ -108,6 +110,9 @@ make %{?_smp_mflags} check %{_mandir}/man1/key2xhtml.1* %changelog +* Mon May 26 2014 David Tardon - 0.1.0-1 +- new upstream release + * Fri May 23 2014 Petr Machata - 0.0.4-3 - Rebuild for boost 1.55.0 diff --git a/sources b/sources index c34fd76..0f061e5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9d7c8e52e2d20e1fa270c75fd78f3417 libetonyek-0.0.4.tar.xz +b5763d8c1365e15ea5e591a920615770 libetonyek-0.1.0.tar.xz