Fix rpm macros for using optflags
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
dca6cb79cb
commit
f3168f7d13
@ -2,12 +2,14 @@
|
||||
|
||||
Name: meson
|
||||
Version: 0.26.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: High productivity build system
|
||||
|
||||
License: ASL 2.0
|
||||
URL: http://mesonbuild.com/
|
||||
Source0: https://github.com/mesonbuild/meson/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
# https://github.com/mesonbuild/meson/pull/301
|
||||
Patch0: 0001-rpm-macros-export-FLAGS.patch
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python3-devel ninja-build
|
||||
@ -83,6 +85,9 @@ MESON_PRINT_TEST_OUTPUT=1 ./run_tests.py
|
||||
%{_mandir}/man1/%{name}gui.1.*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 30 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.26.0-2
|
||||
- Fix rpm macros for using optflags
|
||||
|
||||
* Sun Sep 13 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.26.0-1
|
||||
- 0.26.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user