Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2015-11-25 22:37:19 +01:00
parent 91c5248e6d
commit 0b02285e2c
3 changed files with 8 additions and 6 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@
/meson-0.24.0.tar.gz /meson-0.24.0.tar.gz
/meson-0.25.0.tar.gz /meson-0.25.0.tar.gz
/meson-0.26.0.tar.gz /meson-0.26.0.tar.gz
/meson-0.27.0.tar.gz

View File

@ -1,15 +1,13 @@
%global __python %{__python3} %global __python %{__python3}
Name: meson Name: meson
Version: 0.26.0 Version: 0.27.0
Release: 3%{?dist} Release: 1%{?dist}
Summary: High productivity build system Summary: High productivity build system
License: ASL 2.0 License: ASL 2.0
URL: http://mesonbuild.com/ URL: http://mesonbuild.com/
Source0: https://github.com/mesonbuild/meson/archive/%{version}/%{name}-%{version}.tar.gz 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 BuildArch: noarch
BuildRequires: python3-devel ninja-build BuildRequires: python3-devel ninja-build
@ -48,7 +46,7 @@ Requires: python3-qt5
GUI for high productivity build system. GUI for high productivity build system.
%prep %prep
%autosetup -S git %autosetup
%build %build
# Nothing to build # Nothing to build
@ -85,6 +83,9 @@ MESON_PRINT_TEST_OUTPUT=1 ./run_tests.py
%{_mandir}/man1/%{name}gui.1.* %{_mandir}/man1/%{name}gui.1.*
%changelog %changelog
* Wed Nov 25 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.27.0-1
- 0.27.0
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.26.0-3 * Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.26.0-3
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5

View File

@ -1 +1 @@
c6dd8a68ec6ad9ca81a9ca61df1538d4 meson-0.26.0.tar.gz a2ec18d9e7ef09dc10712b500fe72097 meson-0.27.0.tar.gz