|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
%global apiversion 0.0
|
|
|
|
|
|
|
|
|
|
Name: libzmf
|
|
|
|
|
Version: 0.0.1
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Version: 0.0.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A library for import of Zoner document formats
|
|
|
|
|
|
|
|
|
|
License: MPLv2.0
|
|
|
|
@ -13,7 +13,7 @@ BuildRequires: boost-devel
|
|
|
|
|
BuildRequires: doxygen
|
|
|
|
|
BuildRequires: help2man
|
|
|
|
|
BuildRequires: pkgconfig(cppunit)
|
|
|
|
|
BuildRequires: pkgconfig(icu-i18n)
|
|
|
|
|
BuildRequires: pkgconfig(icu-uc)
|
|
|
|
|
BuildRequires: pkgconfig(librevenge-0.0)
|
|
|
|
|
BuildRequires: pkgconfig(libpng)
|
|
|
|
|
BuildRequires: pkgconfig(zlib)
|
|
|
|
@ -100,6 +100,9 @@ make %{?_smp_mflags} check
|
|
|
|
|
%{_mandir}/man1/zmf2svg.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Sep 14 2017 David Tardon <dtardon@redhat.com> - 0.0.2-1
|
|
|
|
|
- new upstream release
|
|
|
|
|
|
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.1-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|