Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/graphene.git#5ee94e82e5e018cc8c540ae4add78680fb769918
This commit is contained in:
parent
9b5a8dd9c8
commit
6a7d0f5098
@ -1,6 +1,6 @@
|
||||
Name: graphene
|
||||
Version: 1.10.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Thin layer of types for graphic libraries
|
||||
|
||||
License: MIT
|
||||
@ -37,12 +37,21 @@ the functionality of the installed %{name} package.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson -Dgtk_doc=true
|
||||
# Disable neon
|
||||
# https://github.com/ebassi/graphene/issues/215
|
||||
%meson -Dgtk_doc=true \
|
||||
%ifarch %{arm}
|
||||
-Darm_neon=false \
|
||||
%endif
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
%files
|
||||
%license LICENSE.txt
|
||||
%doc README.md
|
||||
@ -64,6 +73,10 @@ the functionality of the installed %{name} package.
|
||||
%{_datadir}/installed-tests/
|
||||
|
||||
%changelog
|
||||
* Tue Mar 09 2021 Nicolas Chauvet <kwizart@gmail.com> - 1.10.4-2
|
||||
- Disable neon for graphene on armv7hl
|
||||
- Add meson_test
|
||||
|
||||
* Wed Feb 10 2021 Kalev Lember <klember@redhat.com> - 1.10.4-1
|
||||
- Update to 1.10.4
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user