diff --git a/.gitignore b/.gitignore index 163f88a..cdfe6fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /libe-book-0.0.1.tar.xz /libe-book-0.0.2.tar.xz +/libe-book-0.0.3.tar.xz diff --git a/libe-book.spec b/libe-book.spec index 90ce908..8b751d7 100644 --- a/libe-book.spec +++ b/libe-book.spec @@ -1,7 +1,7 @@ %global apiversion 0.0 Name: libe-book -Version: 0.0.2 +Version: 0.0.3 Release: 1%{?dist} Summary: A library for import of non-HTML reflowable e-book formats @@ -52,8 +52,6 @@ Currently supported: XHTML, raw, text. %prep %setup -q -# TODO: remove with next release -sed -i -e s/lebook/le-book/ libe-book.pc.in %build %configure --disable-silent-rules --disable-static --disable-werror @@ -65,10 +63,6 @@ make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} -# TODO: remove with next release -install -m 0644 \ - inc/libe-book/EBOOKDocument.h inc/libe-book/ZVRDocument.h \ - %{buildroot}/%{_includedir}/%{name}-%{apiversion}/%{name} rm -f %{buildroot}/%{_libdir}/*.la # we install API docs directly from build rm -rf %{buildroot}/%{_docdir}/%{name} @@ -101,6 +95,9 @@ make %{?_smp_mflags} check %{_bindir}/ebook2html %changelog +* Mon Feb 10 2014 David Tardon - 0.0.3-1 +- new upstream release 0.0.3 + * Sat Nov 16 2013 David Tardon - 0.0.2-1 - new release diff --git a/sources b/sources index 8011b2c..891378f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -41d601490e86682ddda93f43297ee561 libe-book-0.0.2.tar.xz +cd3d71e8ad6df3d815ae977ec1ba667c libe-book-0.0.3.tar.xz