source: rtems-source-builder/bare/config/devel/glib-2.39.3-1.cfg @ 18e1ba6

5
Last change on this file since 18e1ba6 was 18e1ba6, checked in by Stephan Gambke <s7eph4n@…>, on 02/03/18 at 17:10:30

sb: Switch some md5 hashes to sha256

Using md5 hashes will break the building of qemu.bset,
so switch all involved hashes to sha256

  • Property mode set to 100644
File size: 472 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.39
12%define glib_version_minor 3
13%define glib_version       %{glib_version_major}.%{glib_version_minor}
14
15%hash sha256 glib-%{glib_version}.tar.xz d9fa6c9aa645a5e688a3bb29013bb83801b19ee767d99e33ff52e004e1cc5fc8
16
17#
18# The GLib build instructions. We use 2.x.x Release 1.
19#
20%ifn %{pkgconfig check glib-2.0}
21 %include %{_configdir}/glib-2-1.cfg
22%endif
Note: See TracBrowser for help on using the repository browser.