Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2015-03-31 15:18:45 +03:00
parent 1c2e4573f5
commit cdb2593c40
3 changed files with 8 additions and 8 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
1cb64ecc06ec05b3f14be5d39148fd67 meson-3b49b71.tar.gz 9cd49a8112191ce0a3c1e7a035df7fd9 meson-0.23.0.tar.gz