Hello community,

here is the log from the commit of package notify-sharp for openSUSE:Factory 
checked in at 2020-09-12 00:07:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/notify-sharp (Old)
 and      /work/SRC/openSUSE:Factory/.notify-sharp.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "notify-sharp"

Sat Sep 12 00:07:34 2020 rev:18 rq:833539 version:0.4.0.r3032

Changes:
--------
--- /work/SRC/openSUSE:Factory/notify-sharp/notify-sharp.changes        
2012-01-20 20:25:23.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.notify-sharp.new.4249/notify-sharp.changes      
2020-09-12 00:07:46.864942488 +0200
@@ -1,0 +2,5 @@
+Mon Sep  7 10:32:56 UTC 2020 - Callum Farmer <[email protected]>
+
+- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ notify-sharp.spec ++++++
--- /var/tmp/diff_new_pack.TdF00a/_old  2020-09-12 00:07:47.836943418 +0200
+++ /var/tmp/diff_new_pack.TdF00a/_new  2020-09-12 00:07:47.836943418 +0200
@@ -15,12 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# This package installs in /usr/lib and .pc file goes to /usr/share/pkgconfig
-# Define _libexecdir for <= 1110
-%if 0%{?suse_version} <= 1110
-%define _libexecdir %{_prefix}/lib
-%endif
-
 Name:           notify-sharp
 Url:            http://trac.galago-project.org/wiki/DesktopNotifications
 Version:        0.4.0.r3032
@@ -88,7 +82,7 @@
 %build
 NOCONFIGURE=1 autoreconf -fi
 %configure \
-   --libdir=%{_libexecdir} \
+   --libdir=%{_prefix}/lib \
    --disable-docs
 make %{?jobs:-j%jobs}
 
@@ -97,14 +91,14 @@
 %makeinstall
 # Move .pc file to /usr/share/pkgconfig (for no arch) and remove from libdir
 install -Dm 0644 %{name}.pc %{buildroot}%{_datadir}/pkgconfig/%{name}.pc
-find %{buildroot}%{_libexecdir} -name %{name}.pc -type f -print -delete
+find %{buildroot}%{_prefix}/lib -name %{name}.pc -type f -print -delete
 
 %files
 %defattr(-,root,root)
-%dir %{_libexecdir}/mono/gac/%{name}
-%{_libexecdir}/mono/gac/%{name}/
-%dir %{_libexecdir}/mono/%{name}
-%{_libexecdir}/mono/%{name}/
+%dir %{_prefix}/lib/mono/gac/%{name}
+%{_prefix}/lib/mono/gac/%{name}/
+%dir %{_prefix}/lib/mono/%{name}
+%{_prefix}/lib/mono/%{name}/
 #/usr/lib/monodoc/sources/*
 
 %files devel


Reply via email to