From 191df1e5f506e7a7faef6bd6ebce2eef900883ed Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Mon, 6 Feb 2017 16:15:52 +0900 Subject: [PATCH] spec file fix for bootstrap mode on fedora (bug 1419338) --- libfm.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libfm.spec b/libfm.spec index 8c98d97..24ffd20 100644 --- a/libfm.spec +++ b/libfm.spec @@ -9,7 +9,7 @@ %global prerpmver %(echo "%{?prever}" | sed -e 's|-||g') %global usegit 0 -%global mainrel 1 +%global mainrel 2 %global githash ab583d7800bbc308f2852384f87c2357f49b01cd %global shorthash %(TMP=%githash ; echo ${TMP:0:10}) %global gitdate Fri, 9 Dec 2016 01:44:54 +0200 @@ -274,6 +274,7 @@ do done # GTK2 +%if ! 0%{?bootstrap} %if 0%{?fedora} >= 22 pushd INSTDIR-gtk2 @@ -290,6 +291,7 @@ cp -a ./%{_libdir}/libfm/modules/gtk/ \ $RPM_BUILD_ROOT%{_libdir}/libfm/modules/ popd %endif +%endif /usr/lib/rpm/check-rpaths @@ -402,6 +404,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %endif %changelog +* Mon Feb 6 2017 Mamoru TASAKA - 1.2.5-2 +- spec file fix for bootstrap mode on fedora (bug 1419338) + * Sun Dec 11 2016 Mamoru TASAKA - 1.2.5-1 - 1.2.5 released.