automatic version update by autodist [release 2.38.0-1mamba;Sat Oct 08 2022]
This commit is contained in:
parent
9e4b9ef7f8
commit
1a0ec5feb3
10
git.spec
10
git.spec
@ -1,7 +1,7 @@
|
||||
%define perl_sitelib %(eval `perl -V:sitelib`; echo $sitelib)
|
||||
%define perl_privlib %(eval `perl -V:privlib`; echo $privlib)
|
||||
Name: git
|
||||
Version: 2.37.3
|
||||
Version: 2.38.0
|
||||
Release: 1mamba
|
||||
Summary: A version control system designed to handle very large projects with speed and efficiency
|
||||
Group: Applications/Development
|
||||
@ -9,8 +9,6 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://git-scm.com
|
||||
#Source: http://git-core.googlecode.com/files/git-%{version}.tar.gz
|
||||
#Source1: http://git-core.googlecode.com/files/git-manpages-%{version}.tar.gz
|
||||
Source: http://kernel.org/pub/software/scm/git/git-%{version}.tar.xz
|
||||
Source1: http://kernel.org/pub/software/scm/git/git-manpages-%{version}.tar.xz
|
||||
License: GPL
|
||||
@ -142,8 +140,10 @@ rm -f %{buildroot}%{perl_sitelib}/*/auto/Git/.packlist
|
||||
%{_bindir}/git-shell
|
||||
%{_bindir}/git-upload-archive
|
||||
%{_bindir}/git-upload-pack
|
||||
%{_bindir}/scalar
|
||||
%dir %{_libexecdir}/git-core
|
||||
%{_libexecdir}/git-core/git*
|
||||
%{_libexecdir}/git-core/scalar
|
||||
%dir %{_libexecdir}/git-core/mergetools
|
||||
%{_libexecdir}/git-core/mergetools/*
|
||||
%exclude %{_libexecdir}/git-core/git-gui
|
||||
@ -154,6 +154,7 @@ rm -f %{buildroot}%{perl_sitelib}/*/auto/Git/.packlist
|
||||
%exclude %{_mandir}/man1/git-citool.*
|
||||
%exclude %{_mandir}/man1/git-gui.*
|
||||
%exclude %{_mandir}/man1/gitk.*
|
||||
%{_mandir}/man1/scalar.1*
|
||||
%{_mandir}/man5/git*.5*
|
||||
%{_mandir}/man7/git*.7*
|
||||
%doc COPYING
|
||||
@ -200,6 +201,9 @@ rm -f %{buildroot}%{perl_sitelib}/*/auto/Git/.packlist
|
||||
#%{python_sitearch}/git_remote_helpers-*.egg-info
|
||||
|
||||
%changelog
|
||||
* Sat Oct 08 2022 Automatic Build System <autodist@mambasoft.it> 2.38.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 01 2022 Automatic Build System <autodist@mambasoft.it> 2.37.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user