|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: libabw
|
|
|
|
|
Version: 0.1.1
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Summary: A library for import of AbiWord files
|
|
|
|
|
|
|
|
|
|
License: MPLv2.0
|
|
|
|
@ -49,6 +49,8 @@ supported: XHTML, raw, text.
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
# rhbz#1258125 fix build with boost 1.59
|
|
|
|
|
export CPPFLAGS='-DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED'
|
|
|
|
|
%configure --disable-silent-rules --disable-static --disable-werror
|
|
|
|
|
sed -i \
|
|
|
|
|
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
|
|
|
|
@ -97,6 +99,9 @@ install -m 0644 abw2*.1 %{buildroot}/%{_mandir}/man1
|
|
|
|
|
%{_mandir}/man1/abw2html.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Aug 30 2015 David Tardon <dtardon@redhat.com> - 0.1.1-8
|
|
|
|
|
- Resolves: rhbz#1258125 fix build with boost 1.59
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
|
|
|
|
|
|
|
|
|
|