import librevenge-0.0.4-13.el8

This commit is contained in:
CentOS Sources 2020-06-09 19:47:50 +00:00 committed by Andrew Lukoshko
parent e810827c46
commit c2590c8df0

View File

@ -2,7 +2,7 @@
Name: librevenge
Version: 0.0.4
Release: 12%{?dist}
Release: 13%{?dist}
Summary: A base library for writing document import filters
# src/lib/RVNGOLEStream.{h,cpp} are BSD
@ -50,7 +50,11 @@ debugging applications that use %{name}.
%autosetup -p1
%build
%if 0%{?flatpak:1}
%configure --disable-silent-rules --disable-static --disable-werror --enable-pretty-printers --with-gdb-data-dir=/app/share/gdb
%else
%configure --disable-silent-rules --disable-static --disable-werror --enable-pretty-printers
%endif
sed -i \
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
@ -98,6 +102,9 @@ make %{?_smp_mflags} check
%{_datadir}/%{name}/python
%changelog
* Thu Jun 04 2020 Jan Horak <jhorak@redhat.com> - 0.0.4-13
- Fixing build for flatpak (rhbz#1840793)
* Fri Jan 17 2020 Sergio Durigan Junior <sergiodj@redhat.com> - 0.0.4-12
- Resolves: rhbz#1786466 Do not use %%{?_isa} for GDB dependency. Recommend
GDB, instead of requiring it.