[packages/mate-power-manager] - honour system _libexecdir setting; release 2

qboosh qboosh at pld-linux.org
Sun Dec 16 21:52:21 CET 2018


commit 199f5f012e146a49f3da71a79924fd4be06907cc
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Dec 16 21:56:41 2018 +0100

    - honour system _libexecdir setting; release 2

 mate-power-manager.spec | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/mate-power-manager.spec b/mate-power-manager.spec
index 38b15e3..0e96d11 100644
--- a/mate-power-manager.spec
+++ b/mate-power-manager.spec
@@ -6,7 +6,7 @@ Summary:	MATE power management service
 Summary(pl.UTF-8):	Usługa zarządzania energią dla MATE
 Name:		mate-power-manager
 Version:	1.20.2
-Release:	1
+Release:	2
 License:	GPL v2+
 Group:		X11/Applications
 Source0:	http://pub.mate-desktop.org/releases/1.20/%{name}-%{version}.tar.xz
@@ -60,7 +60,9 @@ Requires:	xorg-lib-libXrandr >= 1.3.0
 Suggests:	udisks
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		_libexecdir	%{_libdir}/mate-panel
+# use the same libexecdir as mate-panel
+# (better solution: store mate-panel libexecdir in libmatepanelapplet-*.pc and read it here)
+%define		matepanel_libexecdir	%{_libexecdir}/mate-panel
 
 %description
 MATE Power Manager uses the information and facilities provided by
@@ -83,6 +85,7 @@ interaktywnej sesji MATE.
 %{__autoheader}
 %{__automake}
 %configure \
+	--libexecdir=%{matepanel_libexecdir} \
 	--enable-applets \
 	--disable-silent-rules \
 	--disable-static \
@@ -126,8 +129,8 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/mate-power-preferences
 %attr(755,root,root) %{_bindir}/mate-power-statistics
 %attr(755,root,root) %{_sbindir}/mate-power-backlight-helper
-%attr(755,root,root) %{_libexecdir}/mate-brightness-applet
-%attr(755,root,root) %{_libexecdir}/mate-inhibit-applet
+%attr(755,root,root) %{matepanel_libexecdir}/mate-brightness-applet
+%attr(755,root,root) %{matepanel_libexecdir}/mate-inhibit-applet
 %{_mandir}/man1/mate-power-backlight-helper.1*
 %{_mandir}/man1/mate-power-manager.1*
 %{_mandir}/man1/mate-power-preferences.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mate-power-manager.git/commitdiff/199f5f012e146a49f3da71a79924fd4be06907cc



More information about the pld-cvs-commit mailing list