0.27.0
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
91c5248e6d
commit
0b02285e2c
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
11
meson.spec
11
meson.spec
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user