|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
%global apiversion 0.1
|
|
|
|
|
|
|
|
|
|
Name: libe-book
|
|
|
|
|
Version: 0.1.1
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 0.1.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A library for import of reflowable e-book formats
|
|
|
|
|
|
|
|
|
|
License: MPLv2.0
|
|
|
|
@ -22,7 +22,7 @@ BuildRequires: pkgconfig(zlib)
|
|
|
|
|
%description
|
|
|
|
|
%{name} is a library for import of reflowable e-book formats.
|
|
|
|
|
Currently supported are PalmDoc, TealDoc, Plucker eBook, eReader eBook,
|
|
|
|
|
FictionBook v.2, TCR, zTXT.
|
|
|
|
|
FictionBook v.2, TCR, zTXT and Broad Band eBook (LRF).
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
@ -106,6 +106,9 @@ make %{?_smp_mflags} check
|
|
|
|
|
%{_mandir}/man1/ebook2text.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jan 05 2015 David Tardon <dtardon@redhat.com> - 0.1.2-1
|
|
|
|
|
- new upstream release
|
|
|
|
|
|
|
|
|
|
* Tue Aug 26 2014 David Tardon <dtardon@redhat.com> - 0.1.1-4
|
|
|
|
|
- rebuild for ICU 53.1
|
|
|
|
|
|
|
|
|
|