2015-07-24 16:37:01 +02:00
#
2019-01-16 12:19:24 +01:00
# spec file for package meson
2015-07-24 16:37:01 +02:00
#
2019-01-16 12:19:24 +01:00
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
2015-07-24 16:37:01 +02:00
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
2019-03-11 14:12:59 +01:00
# Please submit bugfixes or comments via https://bugs.opensuse.org/
2015-07-24 16:37:01 +02:00
#
2019-01-16 12:19:24 +01:00
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define name_ext -test
%bcond_without test
2017-06-23 22:29:28 +02:00
%else
2018-03-21 22:15:11 +01:00
%define name_ext %{nil}
2019-01-16 12:19:24 +01:00
%bcond_with test
2017-06-23 22:29:28 +02:00
%endif
2017-09-18 15:20:48 +02:00
%define _name mesonbuild
2019-01-16 12:19:24 +01:00
%{!?vim_data_dir:%global vim_data_dir %{_datadir} /vim}
2019-01-17 13:16:42 +01:00
%bcond_with setuptools
2018-03-21 22:15:11 +01:00
Name : meson%{name_ext}
2019-04-17 15:06:36 +02:00
Version : 0.50.1
2015-07-24 16:37:01 +02:00
Release : 0
2017-01-01 13:44:07 +01:00
Summary : Python-based build system
2015-07-24 16:37:01 +02:00
License : Apache-2.0
2015-08-21 11:26:36 +02:00
Group : Development/Tools/Building
2018-04-30 11:19:08 +02:00
URL : http://mesonbuild.com/
2017-06-23 22:29:28 +02:00
Source : https://github.com/%{_name}/meson/releases/download/%{version} /meson-%{version} .tar.gz
Source1 : https://github.com/%{_name}/meson/releases/download/%{version} /meson-%{version} .tar.gz.asc
Source2 : meson.keyring
2017-03-17 14:58:10 +01:00
# PATCH-FIX-OPENSUSE meson-suse-ify-macros.patch dimstar@opensuse.org -- Make the macros non-RedHat specific: so far there are no separate {C,CXX,F}FLAGS.
2017-01-10 17:34:08 +01:00
Patch0 : meson-suse-ify-macros.patch
2018-04-26 10:56:00 +02:00
# PATCH-FIX-OPENSUSE meson-test-installed-bin.patch dimstar@opensuse.org -- We want the test suite to run against /usr/bin/meson coming from our meson package.
Patch1 : meson-test-installed-bin.patch
2018-03-21 22:52:12 +01:00
# PATCH-FIX-OPENSUSE meson-restore-python3.4.patch -- Restore Python 3.4 support (reverts commit 0538009).
2018-12-16 23:15:56 +01:00
Patch2 : meson-restore-python3.4.patch
# PATCH-FIX-OPENSUSE meson-suse-fix-llvm-3.8.patch -- Fix LLVM 3.8 tests.
Patch3 : meson-suse-fix-llvm-3.8.patch
2018-03-22 19:47:28 +01:00
# PATCH-FIX-OPENSUSE meson-fix-gcc48.patch sor.alexei@meowr.ru -- Fix GCC 4.8 handling for openSUSE Leap 42.x.
2018-08-04 23:27:12 +02:00
Patch4 : meson-fix-gcc48.patch
2019-01-16 12:23:01 +01:00
# PATCH-FEATURE-OPENSUSE meson-distutils.patch tchvatal@suse.com -- build and install using distutils instead of full setuptools
2019-01-16 12:19:24 +01:00
Patch5 : meson-distutils.patch
BuildRequires : fdupes
BuildRequires : python-rpm-macros
2018-05-30 15:39:23 +02:00
BuildRequires : python3-base
2017-06-29 12:19:32 +02:00
BuildArch : noarch
2019-01-16 12:19:24 +01:00
%if %{with setuptools}
BuildRequires : python3-setuptools
2018-12-16 23:15:56 +01:00
Requires : python3-setuptools
2019-01-16 12:19:24 +01:00
%endif
%if !%{with test}
Requires : ninja
Requires : python3-base
2018-12-16 23:15:56 +01:00
# meson-gui was last used in openSUSE Leap 42.1.
Provides : meson-gui = %{version}
Obsoletes : meson-gui < %{version}
%else
2015-07-24 16:37:01 +02:00
BuildRequires : bison
2018-12-16 23:15:56 +01:00
BuildRequires : clang
2017-10-11 22:40:48 +02:00
BuildRequires : cups-devel
2015-07-24 16:37:01 +02:00
BuildRequires : flex
BuildRequires : gcc-c++
BuildRequires : gcc-fortran
BuildRequires : gcc-obj-c++
2015-09-14 12:11:26 +02:00
BuildRequires : gcc-objc
2015-07-24 16:37:01 +02:00
BuildRequires : gettext
BuildRequires : git
2017-06-23 22:29:28 +02:00
BuildRequires : gnustep-make
BuildRequires : googletest-devel
2016-11-22 18:18:39 +01:00
BuildRequires : itstool
2018-03-13 00:03:07 +01:00
BuildRequires : libjpeg-devel
2017-08-15 18:57:45 +02:00
BuildRequires : libpcap-devel
2019-01-16 12:19:24 +01:00
BuildRequires : libqt5-qtbase-common-devel
2018-08-04 23:27:12 +02:00
BuildRequires : libqt5-qtbase-private-headers-devel
2018-02-06 10:16:50 +01:00
BuildRequires : libwmf-devel
2017-06-23 14:40:55 +02:00
BuildRequires : llvm-devel
2018-02-06 10:16:50 +01:00
BuildRequires : meson = %{version}
2015-07-24 16:37:01 +02:00
BuildRequires : ninja
2016-07-23 21:45:57 +02:00
BuildRequires : pkgconfig
2019-01-16 12:19:24 +01:00
BuildRequires : python2-devel
2015-09-14 12:11:26 +02:00
BuildRequires : python3-gobject
2018-02-06 10:16:50 +01:00
BuildRequires : zlib-devel-static
2017-06-23 22:29:28 +02:00
BuildRequires : cmake(Qt5Core)
BuildRequires : cmake(Qt5Gui)
2018-02-06 10:16:50 +01:00
BuildRequires : cmake(Qt5LinguistTools)
2017-06-23 22:29:28 +02:00
BuildRequires : cmake(Qt5Widgets)
2015-07-24 16:37:01 +02:00
BuildRequires : pkgconfig(glib-2.0)
BuildRequires : pkgconfig(gobject-introspection-1.0)
2017-06-23 22:29:28 +02:00
BuildRequires : pkgconfig(gtk+-3.0)
2019-01-16 12:19:24 +01:00
BuildRequires : pkgconfig(gtk-doc)
BuildRequires : pkgconfig(ncurses)
BuildRequires : pkgconfig(python3) >= 3.4
2017-06-23 22:29:28 +02:00
BuildRequires : pkgconfig(sdl2)
2019-01-16 12:19:24 +01:00
BuildRequires : pkgconfig(vapigen)
BuildRequires : pkgconfig(vulkan)
2015-07-24 16:37:01 +02:00
BuildRequires : pkgconfig(zlib)
2018-03-16 01:17:26 +01:00
%if 0%{?suse_version} >= 1500
2018-12-16 23:15:56 +01:00
BuildRequires : java-headless
2017-10-11 22:40:48 +02:00
BuildRequires : libboost_log-devel
BuildRequires : libboost_system-devel
BuildRequires : libboost_test-devel
BuildRequires : libboost_thread-devel
2018-09-28 17:49:38 +02:00
BuildRequires : rust
BuildRequires : rust-std
2018-12-16 23:15:56 +01:00
BuildRequires : wxWidgets-any-devel
2019-01-16 12:19:24 +01:00
# csharp is not on s390 machines
%ifnarch s390x
2018-12-16 23:15:56 +01:00
BuildRequires : mono(csharp)
2019-01-16 12:19:24 +01:00
%endif
2017-10-11 22:40:48 +02:00
%else
BuildRequires : boost-devel
2018-12-16 23:15:56 +01:00
BuildRequires : mono-core
BuildRequires : wxWidgets-devel
2017-10-11 22:40:48 +02:00
%endif
2017-06-23 22:29:28 +02:00
%endif
2015-07-24 16:37:01 +02:00
%description
2017-01-01 13:44:07 +01:00
Meson is a build system designed to optimise programmer productivity.
It aims to do this by providing support for software development
tools and practices, such as unit tests, coverage reports, Valgrind,
CCache and the like. Supported languages include C, C++, Fortran,
Java, Rust. Build definitions are written in a non-turing complete
Domain Specific Language.
2015-07-24 16:37:01 +02:00
2017-06-29 12:18:00 +02:00
%package vim
Summary : Vim support for meson.build files
Group : Productivity/Text/Editors
Requires : vim
Supplements: packageand(vim:%{name} )
2017-06-29 12:19:32 +02:00
BuildArch : noarch
2017-06-29 12:18:00 +02:00
%description vim
Meson is a build system designed to optimise programmer productivity.
It aims to do this by providing support for software development
tools and practices, such as unit tests, coverage reports, Valgrind,
CCache and the like. Supported languages include C, C++, Fortran,
Java, Rust. Build definitions are written in a non-turing complete
Domain Specific Language.
This package provides support for meson.build files in Vim.
2015-07-24 16:37:01 +02:00
%prep
2017-06-23 22:29:28 +02:00
%setup -q -n meson-%{version}
2017-01-10 17:34:08 +01:00
%patch0 -p1
2017-03-17 14:58:10 +01:00
%patch1 -p1
2018-04-30 14:10:07 +02:00
%if 0%{?suse_version} < 1500
2018-08-04 23:27:12 +02:00
%patch2 -p1
2018-03-21 22:12:14 +01:00
%patch3 -p1
2018-04-26 10:56:00 +02:00
%patch4 -p1
2018-04-30 14:10:07 +02:00
%endif
2019-01-16 12:19:24 +01:00
%if !%{with setuptools}
%patch5 -p1
%endif
2018-03-22 19:47:28 +01:00
2018-12-16 23:15:56 +01:00
# Remove static boost tests from "test cases/frameworks/1 boost/".
2017-10-23 15:01:50 +02:00
sed -i " / s t a t i c / d " test\ cases/frameworks/1\ boost/meson.build
2015-07-24 16:37:01 +02:00
2018-02-06 10:16:50 +01:00
# Disable test of llvm-static libs: openSUSE does not package/ship them
sed -i " s / f o r e a c h s t a t i c : \ [ t r u e , f a l s e \ ] / f o r e a c h s t a t i c : \ [ f a l s e \ ] / " test\ cases/frameworks/15\ llvm/meson.build
2017-06-23 22:29:28 +02:00
# We do not have gmock available at this moment - can't run the test suite for it
2018-09-28 17:49:38 +02:00
rm -r " t e s t c a s e s / f r a m e w o r k s / 3 g m o c k " \
" t e s t c a s e s / o b j c / 2 n s s t r i n g "
# AddressSanitizer fails here because of ulimit.
sed -i " / d e f t e s t _ g e n e r a t e _ g i r _ w i t h _ a d d r e s s _ s a n i t i z e r / s / $ / \n r a i s e u n i t t e s t . S k i p T e s t ( ' u l i m i t ' ) / " run_unittests.py
2015-07-24 16:37:01 +02:00
2017-10-19 17:35:14 +02:00
# Remove hashbang from non-exec script
sed -i '1{/\/usr\/bin\/env/d;}' ./mesonbuild/rewriter.py
2019-01-16 12:19:24 +01:00
# remove gtest check that actually works because our gtest has .pc files
rm -rf test\ cases/failing/85\ gtest\ dependency\ with\ version
2015-07-24 16:37:01 +02:00
%build
2019-01-16 12:19:24 +01:00
%if !%{with test}
%python3_build
2017-06-23 22:29:28 +02:00
%else
2019-01-16 12:19:24 +01:00
# FIXME: you should use %%meson macros
2018-02-22 12:14:29 +01:00
# Ensure we have no mesonbuild / meson in CWD, thus guaranteeing we use meson in $PATH
2018-12-16 23:15:56 +01:00
rm -r meson.py mesonbuild
2017-06-23 22:29:28 +02:00
%endif
2015-07-24 16:37:01 +02:00
%install
2017-06-23 22:29:28 +02:00
# If this is the test suite, we don't need anything else but the meson package
2019-01-16 12:19:24 +01:00
%if !%{with test}
%python3_install
%fdupes %{buildroot} %{python3_sitelib}
2016-05-07 11:25:18 +02:00
2017-06-23 22:29:28 +02:00
install -Dpm 0644 data/macros.meson \
%{buildroot} %{_rpmconfigdir} /macros.d/macros.meson
2017-06-29 12:18:00 +02:00
2018-02-06 10:16:50 +01:00
install -Dpm 0644 data/syntax-highlighting/vim/ftdetect/meson.vim \
2018-12-16 23:15:56 +01:00
-t %{buildroot} %{vim_data_dir} /site/ftdetect/
2018-02-06 10:16:50 +01:00
install -Dpm 0644 data/syntax-highlighting/vim/indent/meson.vim \
2018-12-16 23:15:56 +01:00
-t %{buildroot} %{vim_data_dir} /site/indent/
2018-02-06 10:16:50 +01:00
install -Dpm 0644 data/syntax-highlighting/vim/syntax/meson.vim \
2018-12-16 23:15:56 +01:00
-t %{buildroot} %{vim_data_dir} /site/syntax/
2019-01-16 12:19:24 +01:00
# entry points are not distutils-able
%if !%{with setuptools}
mkdir -p %{buildroot} %{_bindir}
echo " " " # ! %{_bindir} / p y t h o n 3
import sys
from mesonbuild.mesonmain import main
sys.exit(main())
" " " > %{buildroot} %{_bindir} / %{name}
chmod +x %{buildroot} %{_bindir} /%{name}
2019-01-17 13:16:42 +01:00
# ensure egg-info is a directory
rm %{buildroot} %{python3_sitelib} /*.egg-info
cp -r meson.egg-info %{buildroot} %{python3_sitelib} /meson-%{version} -py%{python3_version} .egg-info
2019-01-16 12:19:24 +01:00
%endif
2017-06-23 22:29:28 +02:00
%endif
2015-07-24 16:37:01 +02:00
2019-01-16 12:19:24 +01:00
%if %{with test}
2015-07-24 16:37:01 +02:00
%check
2017-06-23 22:29:28 +02:00
export LANG=C.UTF-8
2018-08-04 23:27:12 +02:00
export MESON_EXE=%{_bindir} /meson
2019-01-16 12:19:24 +01:00
python3 run_tests.py --failfast
2017-06-23 22:29:28 +02:00
%endif
2015-07-24 16:37:01 +02:00
%files
2018-03-06 21:13:47 +01:00
%license COPYING
2019-01-16 12:19:24 +01:00
%if !%{with test}
2017-06-23 22:29:28 +02:00
%{_bindir} /meson
2016-02-11 20:42:09 +01:00
%{python3_sitelib} /%{_name}/
2017-06-23 22:29:28 +02:00
%{python3_sitelib} /meson-*
2018-08-04 23:27:12 +02:00
%dir %{_datadir} /polkit-1/
%dir %{_datadir} /polkit-1/actions/
%{_datadir} /polkit-1/actions/com.mesonbuild.install.policy
2017-06-23 22:29:28 +02:00
%{_rpmconfigdir} /macros.d/macros.meson
%{_mandir} /man1/meson.1%{?ext_man}
2015-07-24 16:37:01 +02:00
2017-06-29 12:18:00 +02:00
%files vim
2018-02-06 10:16:50 +01:00
%doc data/syntax-highlighting/vim/README
2018-12-16 23:15:56 +01:00
%dir %{vim_data_dir} /
%dir %{vim_data_dir} /site/
%dir %{vim_data_dir} /site/ftdetect/
%dir %{vim_data_dir} /site/indent/
%dir %{vim_data_dir} /site/syntax/
2017-06-29 12:18:00 +02:00
%{vim_data_dir} /site/ftdetect/meson.vim
%{vim_data_dir} /site/indent/meson.vim
%{vim_data_dir} /site/syntax/meson.vim
%endif
2015-07-24 16:37:01 +02:00
%changelog