spec file fix for bootstrap mode on fedora (bug 1419338)

This commit is contained in:
Mamoru TASAKA 2017-02-06 16:15:52 +09:00
commit 191df1e5f5

View file

@ -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 <mtasaka@fedoraproject.org> - 1.2.5-2
- spec file fix for bootstrap mode on fedora (bug 1419338)
* Sun Dec 11 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.2.5-1
- 1.2.5 released.