mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
bare/glib: Add back glib-2.39.3-1
- It was removed in ... https://git.rtems.org/rtems-source-builder/commit/?id=f93fcef875560f6a8ac7a3a541e4a96f73751553
This commit is contained in:
parent
71af2d9ced
commit
25386b12ed
22
bare/config/devel/glib-2.39.3-1.cfg
Normal file
22
bare/config/devel/glib-2.39.3-1.cfg
Normal file
@ -0,0 +1,22 @@
|
||||
#
|
||||
# GLib
|
||||
#
|
||||
|
||||
%if %{release} == %{nil}
|
||||
%define release 1
|
||||
%endif
|
||||
|
||||
%include %{_configdir}/base.cfg
|
||||
|
||||
%define glib_version_major 2.39
|
||||
%define glib_version_minor 3
|
||||
%define glib_version %{glib_version_major}.%{glib_version_minor}
|
||||
|
||||
%hash sha256 glib-%{glib_version}.tar.xz d9fa6c9aa645a5e688a3bb29013bb83801b19ee767d99e33ff52e004e1cc5fc8
|
||||
|
||||
#
|
||||
# The GLib build instructions. We use 2.x.x Release 1.
|
||||
#
|
||||
%ifn %{pkgconfig check glib-2.0}
|
||||
%include %{_configdir}/glib-2-1.cfg
|
||||
%endif
|
Loading…
x
Reference in New Issue
Block a user