This commit is contained in:
Alexander Stefanov 2020-03-04 22:01:00 +00:00
parent 18e4b413b4
commit 76167d8d2f
2 changed files with 8 additions and 2 deletions

View file

@ -1,2 +1,2 @@
sources: sources:
git-2.25.0.tar.xz: 6ea4b553fbdd9112777902f2f6754439bdc20167 git-2.25.1.tar.xz: bd69370c94de27b4b72257d1bc9bc6e45f04e70d

View file

@ -4,7 +4,7 @@
Summary: Global Information Tracker Summary: Global Information Tracker
Name: git Name: git
Version: 2.25.0 Version: 2.25.1
Release: 1 Release: 1
Epoch: 1 Epoch: 1
License: GPLv2+ License: GPLv2+
@ -299,7 +299,13 @@ cp *.h %{buildroot}%{_includedir}/git
mkdir -p %{buildroot}%{_libdir} mkdir -p %{buildroot}%{_libdir}
install -m 644 libgit.a %{buildroot}%{_libdir}/libgit.a install -m 644 libgit.a %{buildroot}%{_libdir}/libgit.a
mkdir -p %{buildroot}/%{perl_vendorlib} 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}/ mv %{buildroot}/%{_prefix}/share/perl5/* %{buildroot}/%{perl_vendorlib}/
%endif
# hack ends
rm -fr %{buildroot}/%{perl_vendorlib}/FromCPAN rm -fr %{buildroot}/%{perl_vendorlib}/FromCPAN
rm -f %{buildroot}%{_mandir}/man3/private-Error.3pm* rm -f %{buildroot}%{_mandir}/man3/private-Error.3pm*