|
|
@ -1,11 +1,10 @@
|
|
|
|
Name: libgit2
|
|
|
|
Name: libgit2
|
|
|
|
%global upver 0.28.0-rc1
|
|
|
|
Version: 0.28.0
|
|
|
|
Version: 0.28.0~rc1
|
|
|
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: C implementation of the Git core methods as a library with a solid API
|
|
|
|
Summary: C implementation of the Git core methods as a library with a solid API
|
|
|
|
License: GPLv2 with exceptions
|
|
|
|
License: GPLv2 with exceptions
|
|
|
|
URL: https://libgit2.org/
|
|
|
|
URL: https://libgit2.org/
|
|
|
|
Source0: https://github.com/libgit2/libgit2/archive/v%{upver}/%{name}-%{upver}.tar.gz
|
|
|
|
Source0: https://github.com/libgit2/libgit2/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: cmake >= 2.8.11
|
|
|
|
BuildRequires: cmake >= 2.8.11
|
|
|
@ -33,7 +32,7 @@ This package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -p1 -n %{name}-%{upver}
|
|
|
|
%autosetup -p1 -n %{name}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
# Remove VCS files from examples
|
|
|
|
# Remove VCS files from examples
|
|
|
|
find examples -name ".gitignore" -delete -print
|
|
|
|
find examples -name ".gitignore" -delete -print
|
|
|
@ -73,5 +72,8 @@ rm -frv deps
|
|
|
|
%{_includedir}/git2/
|
|
|
|
%{_includedir}/git2/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Feb 11 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.28.0-1
|
|
|
|
|
|
|
|
- Update to 0.28.0
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 02 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.28.0~rc1-1
|
|
|
|
* Sat Feb 02 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.28.0~rc1-1
|
|
|
|
- Initial package
|
|
|
|
- Initial package
|
|
|
|