Hello community,
here is the log from the commit of package dbus-sharp-glib2 for
openSUSE:Factory checked in at 2020-09-29 19:03:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dbus-sharp-glib2 (Old)
and /work/SRC/openSUSE:Factory/.dbus-sharp-glib2.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dbus-sharp-glib2"
Tue Sep 29 19:03:19 2020 rev:2 rq:838390 version:0.6.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/dbus-sharp-glib2/dbus-sharp-glib2.changes
2015-05-06 11:18:52.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.dbus-sharp-glib2.new.4249/dbus-sharp-glib2.changes
2020-09-29 19:03:25.981892265 +0200
@@ -1,0 +2,6 @@
+Mon Sep 28 14:28:00 UTC 2020 - Marguerite Su <[email protected]>
+
+- fix libexecdir. mono can't use libexecdir because /usr/lib
+ is fixed in pkgconfig
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ dbus-sharp-glib2.spec ++++++
--- /var/tmp/diff_new_pack.Enc6Ky/_old 2020-09-29 19:03:26.805893266 +0200
+++ /var/tmp/diff_new_pack.Enc6Ky/_new 2020-09-29 19:03:26.809893271 +0200
@@ -1,7 +1,7 @@
#
# spec file for package dbus-sharp-glib2
#
-# Copyright (c) 2015 SUSE LINUX Products 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
@@ -12,31 +12,27 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
-# Define _libexecdir for <= 1110
-%if 0%{?suse_version} <= 1110
-%define _libexecdir %{_prefix}/lib
-%endif
Name: dbus-sharp-glib2
Version: 0.6.0
-Release: 1
-License: MIT
+Release: 0
Summary: Glib integration for DBus
-Url: http://mono.github.com/dbus-sharp-glib/
+License: MIT
Group: Development/Libraries/Other
+URL: http://mono.github.com/dbus-sharp-glib/
Source:
https://github.com/mono/dbus-sharp-glib/releases/download/v0.6/dbus-sharp-glib-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
BuildRequires: pkgconfig
%if 0%{?suse_version} >= 1130
-BuildRequires: pkgconfig(mono)
BuildRequires: pkgconfig(dbus-sharp-2.0)
+BuildRequires: pkgconfig(mono)
%else
-BuildRequires: mono-devel
BuildRequires: dbus-sharp-devel
+BuildRequires: mono-devel
%endif
Requires: dbus-sharp
@@ -44,7 +40,6 @@
This package provides glib integration for Mono.DBus.
%package devel
-License: MIT
Summary: Glib integration for DBus - development files
Group: Development/Libraries/Other
Requires: %{name} = %{version}
@@ -62,7 +57,7 @@
%if 0%{?suse_version} <= 1110
--target=%{_arch} \
%endif
- --libdir=%{_libexecdir}
+ --libdir=%{_prefix}/lib
make %{?_smp_mflags}
%install
@@ -70,13 +65,13 @@
make DESTDIR=%{buildroot} install
# Move .pc file to /usr/share/pkgconfig (for no arch) and remove from libdir
install -Dm 0644 dbus-sharp-glib-2.0.pc
%{buildroot}%{_datadir}/pkgconfig/dbus-sharp-glib-2.0.pc
-find %{buildroot}%{_libexecdir} -name dbus-sharp-glib-2.0.pc -type f -print
-delete
+find %{buildroot}%{_prefix}/lib -name dbus-sharp-glib-2.0.pc -type f -print
-delete
%files
%defattr(-,root,root)
%doc COPYING README
-%{_libexecdir}/mono/gac/dbus-sharp-glib/
-%{_libexecdir}/mono/dbus-sharp-glib-2.0/
+%{_prefix}/lib/mono/gac/dbus-sharp-glib/
+%{_prefix}/lib/mono/dbus-sharp-glib-2.0/
%files devel
%defattr(-,root,root)