Add temporary workaround for meason 0.41.1 breakage
This commit is contained in:
parent
31e19cf995
commit
0dc4689a93
@ -1,6 +1,6 @@
|
||||
Name: libdazzle
|
||||
Version: 3.25.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Experimental new features for GTK+ and GLib
|
||||
|
||||
License: GPLv3+
|
||||
@ -42,6 +42,8 @@ developing applications that use %{name}.
|
||||
|
||||
|
||||
%install
|
||||
# temporary workaround for meson-0.41.1 breakage
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$RPM_BUILD_ROOT/%{_libdir}
|
||||
%meson_install
|
||||
|
||||
|
||||
@ -74,5 +76,8 @@ developing applications that use %{name}.
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 22 2017 Yanko Kaneti <yaneti@declera.com> - 3.25.3-2
|
||||
- Add temporary workaround for meson 0.41.1 breakage
|
||||
|
||||
* Mon Jun 19 2017 Yanko Kaneti <yaneti@declera.com> - 3.25.3-1
|
||||
- Initial spec
|
||||
|
Loading…
Reference in New Issue
Block a user