0.23.0
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
1c2e4573f5
commit
cdb2593c40
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/meson-78d31ca.tar.gz
|
/meson-78d31ca.tar.gz
|
||||||
/meson-18550fe.tar.gz
|
/meson-18550fe.tar.gz
|
||||||
/meson-3b49b71.tar.gz
|
/meson-3b49b71.tar.gz
|
||||||
|
/meson-0.23.0.tar.gz
|
||||||
|
13
meson.spec
13
meson.spec
@ -1,17 +1,13 @@
|
|||||||
%global __python %{__python3}
|
%global __python %{__python3}
|
||||||
%global commit 3b49b7106b281816fdf99f9d4361e5de0167ead3
|
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
||||||
%global date 20150328
|
|
||||||
|
|
||||||
Name: meson
|
Name: meson
|
||||||
Version: 0.22.0
|
Version: 0.23.0
|
||||||
Release: 9.%{date}git%{shortcommit}%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: High productivity build system
|
Summary: High productivity build system
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://jpakkane.github.io/meson/
|
URL: https://jpakkane.github.io/meson/
|
||||||
#Source0: https://github.com/jpakkane/meson/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/jpakkane/meson/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
Source0: https://github.com/jpakkane/meson/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python3-devel ninja-build
|
BuildRequires: python3-devel ninja-build
|
||||||
@ -89,6 +85,9 @@ chmod +x %{buildroot}%{_bindir}/meson*
|
|||||||
%{_mandir}/man1/%{name}gui.1.*
|
%{_mandir}/man1/%{name}gui.1.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 31 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.23.0-1
|
||||||
|
- 0.23.0
|
||||||
|
|
||||||
* Sat Mar 28 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.22.0-9.20150328git3b49b71
|
* Sat Mar 28 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.22.0-9.20150328git3b49b71
|
||||||
- Update to latest git
|
- Update to latest git
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user