mirror of
https://abf.rosa.ru/djam/git.git
synced 2025-02-23 17:52:57 +00:00
2.25.1
This commit is contained in:
parent
18e4b413b4
commit
76167d8d2f
2 changed files with 8 additions and 2 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
git-2.25.0.tar.xz: 6ea4b553fbdd9112777902f2f6754439bdc20167
|
||||
git-2.25.1.tar.xz: bd69370c94de27b4b72257d1bc9bc6e45f04e70d
|
||||
|
|
8
git.spec
8
git.spec
|
@ -4,7 +4,7 @@
|
|||
|
||||
Summary: Global Information Tracker
|
||||
Name: git
|
||||
Version: 2.25.0
|
||||
Version: 2.25.1
|
||||
Release: 1
|
||||
Epoch: 1
|
||||
License: GPLv2+
|
||||
|
@ -299,7 +299,13 @@ cp *.h %{buildroot}%{_includedir}/git
|
|||
mkdir -p %{buildroot}%{_libdir}
|
||||
install -m 644 libgit.a %{buildroot}%{_libdir}/libgit.a
|
||||
mkdir -p %{buildroot}/%{perl_vendorlib}
|
||||
# this is hack
|
||||
# remove after perl upgrade
|
||||
# 05.03.2020
|
||||
%ifnarch %{armx}
|
||||
mv %{buildroot}/%{_prefix}/share/perl5/* %{buildroot}/%{perl_vendorlib}/
|
||||
%endif
|
||||
# hack ends
|
||||
rm -fr %{buildroot}/%{perl_vendorlib}/FromCPAN
|
||||
rm -f %{buildroot}%{_mandir}/man3/private-Error.3pm*
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue