diff --git a/libgit2.spec b/libgit2.spec index 249d11c..669f8b6 100644 --- a/libgit2.spec +++ b/libgit2.spec @@ -1,5 +1,5 @@ Name: libgit2 -Version: 0.28.4 +Version: 0.99.0 Release: 1mamba Summary: A portable, pure C implementation of the Git core methods provided as a re-entrant linkable library Group: System/Libraries @@ -45,6 +45,10 @@ This package contains libraries and header files for developing applications tha [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -C build +%ifarch x86_64 +mv %{buildroot}%{_prefix}/lib/pkgconfig %{buildroot}%{_libdir} +%endif + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -68,6 +72,9 @@ This package contains libraries and header files for developing applications tha %doc README.md %changelog +* Sat Mar 07 2020 Automatic Build System 0.99.0-1mamba +- automatic version update by autodist + * Wed Dec 11 2019 Automatic Build System 0.28.4-1mamba - automatic version update by autodist