Updated to 2.17.0

This commit is contained in:
Denis Silakov 2018-05-23 18:42:32 +03:00
parent 00ebc22e9d
commit e574e5daf0
2 changed files with 8 additions and 5 deletions

View file

@ -1,2 +1,4 @@
sources:
removed_sources:
git-2.14.2.tar.xz: 9515fd4a068027f2c3d6ea9b8a8a298e990123a0
sources:
git-2.17.0.tar.xz: f0d4139af75bfdbe306387358b2e40eb541ccc06

View file

@ -4,7 +4,7 @@
Summary: Global Information Tracker
Name: git
Version: 2.14.2
Version: 2.17.0
Release: 1
Epoch: 1
License: GPLv2+
@ -321,9 +321,10 @@ cp *.h %{buildroot}%{_includedir}/git
mkdir -p %{buildroot}%{_libdir}
install -m 644 libgit.a %{buildroot}%{_libdir}/libgit.a
mv %{buildroot}/%{_prefix}/lib/perl5/site_perl %{buildroot}/%{_prefix}/lib/perl5/vendor_perl
rm -f %{buildroot}/%{perl_vendorlib}/Error.pm
mkdir -p %{buildroot}/%{perl_vendorlib}
mv %{buildroot}/%{_prefix}/share/perl5/* %{buildroot}/%{perl_vendorlib}/
rm -fr %{buildroot}/%{perl_vendorlib}/FromCPAN
rm -f %{buildroot}%{_mandir}/man3/private-Error.3pm*
mkdir -p %{buildroot}%{_datadir}/gitweb/static
install -m 755 gitweb/gitweb.cgi %{buildroot}%{_datadir}/gitweb