|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: libvisio
|
|
|
|
Name: libvisio
|
|
|
|
Version: 0.1.3
|
|
|
|
Version: 0.1.3
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Summary: A library for import of Microsoft Visio diagrams
|
|
|
|
Summary: A library for import of Microsoft Visio diagrams
|
|
|
|
|
|
|
|
|
|
|
|
License: MPLv2.0
|
|
|
|
License: MPLv2.0
|
|
|
@ -54,6 +54,7 @@ Currently supported: XHTML, raw, plain text.
|
|
|
|
%autosetup -p1
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
|
|
|
|
export CPPFLAGS='-DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED'
|
|
|
|
%configure --disable-static --disable-silent-rules
|
|
|
|
%configure --disable-static --disable-silent-rules
|
|
|
|
sed -i \
|
|
|
|
sed -i \
|
|
|
|
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
|
|
|
|
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
|
|
|
@ -116,6 +117,9 @@ make check %{?_smp_mflags}
|
|
|
|
%{_mandir}/man1/vss2xhtml.1*
|
|
|
|
%{_mandir}/man1/vss2xhtml.1*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Aug 30 2015 David Tardon <dtardon@redhat.com> - 0.1.3-4
|
|
|
|
|
|
|
|
- fix build with boost 1.59
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 0.1.3-3
|
|
|
|
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 0.1.3-3
|
|
|
|
- Rebuilt for Boost 1.59
|
|
|
|
- Rebuilt for Boost 1.59
|
|
|
|
|
|
|
|
|
|
|
|