Ai
12 Star 0 Fork 7

src-openEuler/git-tools
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
git-tools.spec 1.68 KB
一键复制 编辑 原始数据 按行查看 历史
xu_ping 提交于 2025-10-13 11:45 +08:00 . Upgrade version to 2025.08
%bcond_with bootstrap
Name: git-tools
Version: 2025.08
Release: 1
Summary: Assorted git-related scripts
License: GPL-3.0-or-later
URL: https://github.com/MestreLion/git-tools
Source0: https://github.com/MestreLion/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel python3-setuptools
%description
Assorted git-related scripts and tools
%prep
%autosetup -n %{name}-%{version}
%build
%install
install -d %{buildroot}%{_bindir}
install -m0755 git-branches-rename %{buildroot}%{_bindir}/
install -m0755 git-clone-subset %{buildroot}%{_bindir}/
install -m0755 git-find-uncommitted-repos %{buildroot}%{_bindir}/
install -m0755 git-rebase-theirs %{buildroot}%{_bindir}/
install -m0755 git-restore-mtime %{buildroot}%{_bindir}/
install -m0755 git-strip-merge %{buildroot}%{_bindir}/
install -d %{buildroot}%{_mandir}/man1
install -m644 man1/git-* %{buildroot}%{_mandir}/man1/
%check
%files
%license LICENSE.txt
%doc README.md
%{_bindir}/*
%{_mandir}/*
%changelog
* Mon Oct 13 2025 xu_ping <707078654@qq.com> - 2025.08-1
- Upgrade git-tools to 2025.08
* fix -N / --skip-older-than-commit for symlinks
* Cleanup/tidy various files
* Bump minimum Python version to 3.8.
Python 3.7 still works, but is no longer supported.
* Use git-log instead of git-whatchanged, as it has been deprecated in Git 2.51.
* gnore GPG signatures when parsing git logs.
* Wed Aug 09 2023 tannxin <njutanx@163.com> - 2022.12-1
- Upgrade git-tools to 2022.12
* Thu Jun 23 2022 liukuo <liukuo@kylinos.cn> - 2020.09-1
- Upgrade git-tools to 2020.09
* Tue Apr 28 2020 Wei Xiong <myeuler@163.com>
- init package
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/git-tools.git
git@gitee.com:src-openeuler/git-tools.git
src-openeuler
git-tools
git-tools
master

搜索帮助