Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
SOURCES/librevenge-0.0.4.tar.xz
|
||||
/librevenge-0.0.4.tar.xz
|
||||
|
||||
@ -1 +0,0 @@
|
||||
533dd83a668d3efc0095ad82718e34662395635d SOURCES/librevenge-0.0.4.tar.xz
|
||||
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
||||
@ -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.
|
||||
Loading…
Reference in New Issue
Block a user