|
|
@ -25,7 +25,7 @@ Name: gn
|
|
|
|
%global access 20210314
|
|
|
|
%global access 20210314
|
|
|
|
%global shortcommit %(echo %{commit} | cut -b -8)
|
|
|
|
%global shortcommit %(echo %{commit} | cut -b -8)
|
|
|
|
Version: 1893
|
|
|
|
Version: 1893
|
|
|
|
Release: 1.%{access}git%{shortcommit}%{?dist}
|
|
|
|
Release: 2.%{access}git%{shortcommit}%{?dist}
|
|
|
|
Summary: Meta-build system that generates build files for Ninja
|
|
|
|
Summary: Meta-build system that generates build files for Ninja
|
|
|
|
|
|
|
|
|
|
|
|
# BSD except for src/base/third_party/icu/, which is (Unicode and MIT); note
|
|
|
|
# BSD except for src/base/third_party/icu/, which is (Unicode and MIT); note
|
|
|
@ -38,7 +38,7 @@ Summary: Meta-build system that generates build files for Ninja
|
|
|
|
# gdb -ex 'set pagination off' -ex 'info sources' gn | grep -F gn_test.cc
|
|
|
|
# gdb -ex 'set pagination off' -ex 'info sources' gn | grep -F gn_test.cc
|
|
|
|
License: BSD and Unicode and MIT
|
|
|
|
License: BSD and Unicode and MIT
|
|
|
|
URL: https://%{name}.googlesource.com/%{name}
|
|
|
|
URL: https://%{name}.googlesource.com/%{name}
|
|
|
|
Source0: %{url}/+archive/%{commit}.tar.gz
|
|
|
|
Source0: %{url}/+archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz
|
|
|
|
# Generated using script update-version:
|
|
|
|
# Generated using script update-version:
|
|
|
|
Source1: last_commit_position.h
|
|
|
|
Source1: last_commit_position.h
|
|
|
|
Source2: update-version
|
|
|
|
Source2: update-version
|
|
|
@ -199,6 +199,9 @@ grep -E '^#define[[:blank:]]+LAST_COMMIT_POSITION[[:blank:]]+'\
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Mar 17 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1893-2.20210314git64b3b940
|
|
|
|
|
|
|
|
- Improved source URL based on package review feedback
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 1 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1893-1.20210314git64b3b940
|
|
|
|
* Mon Mar 1 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1893-1.20210314git64b3b940
|
|
|
|
- Update to version 1893
|
|
|
|
- Update to version 1893
|
|
|
|
|
|
|
|
|
|
|
|