forked from pool/meson
Accepting request 527002 from GNOME:Next
- do not use a variable in the Name: tag: SLE's checkin scripts still can't handle that. - Rebase meson-fix-gcc48.patch (boo#1057701). - do not use a variable in the Name: tag: SLE's checkin scripts still can't handle that. OBS-URL: https://build.opensuse.org/request/show/527002 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=60
This commit is contained in:
parent
0121c2c915
commit
a04fc6dd9c
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 18 11:16:01 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- do not use a variable in the Name: tag: SLE's checkin scripts
|
||||
still can't handle that.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 8 12:22:38 UTC 2017 - sor.alexei@meowr.ru
|
||||
|
||||
- Rebase meson-fix-gcc48.patch (boo#1057701).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 15 11:00:02 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package meson-testsuite
|
||||
# spec file for package meson
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
%define testsuite 1
|
||||
%if %{testsuite}
|
||||
%define name_ext -testsuite
|
||||
%else
|
||||
%define name_ext %nil
|
||||
%endif
|
||||
%define _name mesonbuild
|
||||
Name: meson%{name_ext}
|
||||
|
||||
%if ! 0%{?testsuite}
|
||||
Name: meson
|
||||
%else
|
||||
Name: meson-testsuite
|
||||
%endif
|
||||
Version: 0.42.0
|
||||
Release: 0
|
||||
Summary: Python-based build system
|
||||
@ -90,7 +90,7 @@ Java, Rust. Build definitions are written in a non-turing complete
|
||||
Domain Specific Language.
|
||||
|
||||
%package vim
|
||||
%{!?vim_data_dir:%global vim_data_dir %_datadir/vim}
|
||||
%{!?vim_data_dir:%global vim_data_dir %{_datadir}/vim}
|
||||
Summary: Vim support for meson.build files
|
||||
Group: Productivity/Text/Editors
|
||||
Requires: vim
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 18 11:16:01 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- do not use a variable in the Name: tag: SLE's checkin scripts
|
||||
still can't handle that.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 8 12:22:38 UTC 2017 - sor.alexei@meowr.ru
|
||||
|
||||
|
16
meson.spec
16
meson.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package meson-testsuite
|
||||
# spec file for package meson
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
%define testsuite 0
|
||||
%if %{testsuite}
|
||||
%define name_ext -testsuite
|
||||
%else
|
||||
%define name_ext %nil
|
||||
%endif
|
||||
%define _name mesonbuild
|
||||
Name: meson%{name_ext}
|
||||
|
||||
%if ! 0%{?testsuite}
|
||||
Name: meson
|
||||
%else
|
||||
Name: meson-testsuite
|
||||
%endif
|
||||
Version: 0.42.0
|
||||
Release: 0
|
||||
Summary: Python-based build system
|
||||
@ -90,7 +90,7 @@ Java, Rust. Build definitions are written in a non-turing complete
|
||||
Domain Specific Language.
|
||||
|
||||
%package vim
|
||||
%{!?vim_data_dir:%global vim_data_dir %_datadir/vim}
|
||||
%{!?vim_data_dir:%global vim_data_dir %{_datadir}/vim}
|
||||
Summary: Vim support for meson.build files
|
||||
Group: Productivity/Text/Editors
|
||||
Requires: vim
|
||||
|
Loading…
Reference in New Issue
Block a user