From 608195af46187455342c96a59503144e491673171c07c3319d4f2ac73b122a94 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 6 May 2020 16:21:53 +0000 Subject: [PATCH] Accepting request 800450 from home:dimstar:Factory - Use %{_libexecdir} instead of %{_prefix}/lib: follow the package installer definition. OBS-URL: https://build.opensuse.org/request/show/800450 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/graphene?expand=0&rev=24 --- graphene.changes | 6 ++++++ graphene.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/graphene.changes b/graphene.changes index c1b0ad9..0dd835c 100644 --- a/graphene.changes +++ b/graphene.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 5 12:25:24 UTC 2020 - Dominique Leuenberger + +- Use %{_libexecdir} instead of %{_prefix}/lib: follow the package + installer definition. + ------------------------------------------------------------------- Mon Sep 9 08:41:28 UTC 2019 - Bjørn Lie diff --git a/graphene.spec b/graphene.spec index 19b22f9..77f190b 100644 --- a/graphene.spec +++ b/graphene.spec @@ -1,7 +1,7 @@ # # spec file for package graphene # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -113,7 +113,7 @@ This subpackage contains the development files for the Graphene library. %files -n libgraphene-devel %doc %{_datadir}/gtk-doc/html/* %{_includedir}/graphene-1.0/ -%{_prefix}/lib/installed-tests/ +%{_libexecdir}/installed-tests/ %{_libdir}/libgraphene-1.0.so %{_libdir}/pkgconfig/graphene-1.0.pc %{_libdir}/pkgconfig/graphene-gobject-1.0.pc