Work-around meson/Vala parallel build bugs (#1530729)
This commit is contained in:
parent
104eaddf60
commit
03c20b0250
@ -7,7 +7,7 @@
|
||||
Name: totem
|
||||
Epoch: 1
|
||||
Version: 3.26.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Movie player for GNOME
|
||||
|
||||
License: GPLv2+ with exceptions
|
||||
@ -143,7 +143,8 @@ audio and video files in the properties dialog.
|
||||
|
||||
%build
|
||||
%meson -Denable-gtk-doc=true
|
||||
%meson_build
|
||||
# -j1 to work-around https://github.com/mesonbuild/meson/issues/1994
|
||||
%meson_build -j1
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
@ -221,6 +222,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Totem.de
|
||||
%{_datadir}/gir-1.0/Totem-1.0.gir
|
||||
|
||||
%changelog
|
||||
* Mon Jan 08 2018 Bastien Nocera <bnocera@redhat.com> - 1:3.26.0-3
|
||||
- Work-around meson/Vala parallel build bugs (#1530729)
|
||||
|
||||
* Fri Jan 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:3.26.0-2
|
||||
- Remove obsolete scriptlets
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user