]> git.pld-linux.org Git - packages/mate-utils.git/commitdiff
- honour system _libexecdir setting; release 2 auto/th/mate-utils-1.20.1-2
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 18 Dec 2018 17:36:50 +0000 (18:36 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 18 Dec 2018 17:36:50 +0000 (18:36 +0100)
mate-utils.spec

index d9cf112aed82723cccc1fcd6746c3e46e9471fa0..6aa622c91c8519cb0e0b8aad87d059adffd8e272 100644 (file)
@@ -2,7 +2,7 @@ Summary:        MATE utility programs
 Summary(pl.UTF-8):     Programy użytkowe dla środowiska MATE
 Name:          mate-utils
 Version:       1.20.1
-Release:       1
+Release:       2
 License:       LGPL v2+ (libmatedict), GPL v2+ (programs), FDL (documentation)
 Group:         X11/Applications/Multimedia
 Source0:       http://pub.mate-desktop.org/releases/1.20/%{name}-%{version}.tar.xz
@@ -39,7 +39,9 @@ Requires:     libmatedict = %{version}-%{release}
 Requires:      mate-panel >= 1.17.0
 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 utility programs.
@@ -116,6 +118,7 @@ To narzędzie pozwala na zrobienie zrzutu ekranu biurka.
 %{__autoheader}
 %{__automake}
 %configure \
+       --libexecdir=%{matepanel_libexecdir} \
        --enable-gtk-doc \
        --disable-silent-rules \
        --disable-static \
@@ -166,7 +169,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/mate-disk-usage-analyzer
 %attr(755,root,root) %{_bindir}/mate-search-tool
 %attr(755,root,root) %{_bindir}/mate-system-log
-%attr(755,root,root) %{_libexecdir}/mate-dictionary-applet
+%attr(755,root,root) %{matepanel_libexecdir}/mate-dictionary-applet
 %{_datadir}/appdata/mate-dictionary.appdata.xml
 %{_datadir}/appdata/mate-disk-usage-analyzer.appdata.xml
 %{_datadir}/appdata/mate-search-tool.appdata.xml
This page took 0.08621 seconds and 4 git commands to generate.