Name: gir-to-d Version: 0.19.0 Release: 3%{?dist} Summary: Tool to create D bindings from GObject introspection files License: LGPLv3+ URL: https://github.com/gtkd-developers/gir-to-d Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc BuildRequires: ldc BuildRequires: meson ExclusiveArch: %{ldc_arches} %description %{name} is a tool to create D bindings using GObject Introspection repository files, enabling quick and easy use of various libraries written using GObject conventions with the D language. %prep %autosetup %build export DFLAGS="%{_d_optflags}" # Drop '-specs=/usr/lib/rpm/redhat/redhat-hardened-ld' as LDC doesn't support it export LDFLAGS="-Wl,-z,relro" %meson %meson_build %install %meson_install %files %license COPYING %doc Readme_APILookup %attr(0755, -, -) %{_bindir}/girtod %changelog * Tue Jan 28 2020 Fedora Release Engineering - 0.19.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering - 0.19.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue Apr 16 2019 Neal Gompa - 0.19.0-1 - Update to 0.19.0 (#1689701) * Tue Apr 16 2019 Adam Williamson - 0.18.0-4 - Rebuild with Meson fix for #1699099 * Tue Apr 09 2019 Kalev Lember - 0.18.0-3 - Rebuilt for ldc 1.15 * Mon Feb 18 2019 Kalev Lember - 0.18.0-2 - Rebuilt for ldc 1.14 * Fri Feb 01 2019 Neal Gompa - 0.18.0-1 - Update to 0.18.0 * Thu Jan 31 2019 Fedora Release Engineering - 0.17.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Jan 29 2019 Neal Gompa - 0.17.0-1 - Update to 0.17.0 * Sun Oct 14 2018 Kalev Lember - 0.15.0-2 - Rebuilt for ldc 1.12 * Sun Jul 22 2018 Neal Gompa - 0.15.0-1 - Update to 0.15.0 (#1563200) - Add gcc BR to fix build in F29+ (#1604109) * Fri Jul 13 2018 Fedora Release Engineering - 0.13.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Jul 09 2018 Kalev Lember - 0.13.0-4 - Rebuilt for ldc 1.11 * Mon Feb 19 2018 Kalev Lember - 0.13.0-3 - Rebuilt for ldc 1.8 * Wed Feb 07 2018 Fedora Release Engineering - 0.13.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sun Dec 03 2017 Neal Gompa - 0.13.0-1 - Update to 0.13.0 (#1504366) * Wed Sep 13 2017 Kalev Lember - 0.11.0-4 - Rebuilt for ldc 1.4 * Wed Aug 02 2017 Fedora Release Engineering - 0.11.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 0.11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Jun 23 2017 Neal Gompa - 0.11.0-1 - Update to 0.11.0 (#1464388) * Mon Jun 19 2017 Neal Gompa - 0.10.0-1 - Initial packaging