diff --git a/git/recipe.spec b/git/recipe.spec index 8761afb..6cb62ec 100644 --- a/git/recipe.spec +++ b/git/recipe.spec @@ -1,15 +1,19 @@ name: git version: 2.9.5 -release: 1 +release: 2 sources: https://mirrors.edge.kernel.org/pub/software/scm/git/git-%{version}.tar.xz -dependencies: +build-dependencies: + - curl + - openssl-dev - perl - gmp - mpfr - autoconf - automake - mpc + +dependencies: - binutils # -i prevents the use of gettext (msgfmt) @@ -20,7 +24,7 @@ options: cd %{name}-%{version} make distclean autoconf - ./configure --without-tcltk --disable-nls + ./configure --without-tcltk --disable-nls --enable-openssl @build cd %{name}-%{version}