source: rtems-source-builder/bare/config/devel/glib-2.48.2-1.cfg @ a137ab8

5
Last change on this file since a137ab8 was a137ab8, checked in by Chris Johns <chrisj@…>, on 04/27/20 at 04:40:00

devel/glib: Fix the checksum for the patch

  • Property mode set to 100644
File size: 823 bytes
Line 
1#
2# GLib
3#
4
5%if %{release} == %{nil}
6%define release 1
7%endif
8
9%include %{_configdir}/base.cfg
10
11%define glib_version_major 2.48
12%define glib_version_minor 2
13%define glib_version       %{glib_version_major}.%{glib_version_minor}
14
15%hash sha256 glib-%{glib_version}.tar.xz f25e751589cb1a58826eac24fbd4186cda4518af772806b666a3f91f66e6d3f4
16
17#
18#Add patches to suppress null argument warning
19#
20
21%patch add glib https://gitlab.gnome.org/GNOME/glib/commit/566e1d61a500267c7849ad0b2552feec9c9a29a6.patch
22%hash sha512 566e1d61a500267c7849ad0b2552feec9c9a29a6.patch \
23       jeaAFXHionV0x8ZsX5Q07sJJxx7NbKzYlWakwFnQZoOShTFoeCImN7DutinmRhzs0S0vXCk0c1fJa79T7LKa5A==
24
25#
26# The GLib build instructions. We use 2.x.x Release 1.
27#
28%if !%{pkgconfig check glib-2.0} || %{defined _rsb_getting_source}
29 %include %{_configdir}/glib-2-1.cfg
30%endif
Note: See TracBrowser for help on using the repository browser.