From b69112f7f0e0924d68ada655708b4cd4cba15b7a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 21 Dec 2006 00:08:41 +0000 Subject: [PATCH] - up to 1.4.4.3 Changed files: git-core.spec -> 1.47 --- git-core.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/git-core.spec b/git-core.spec index a89b92b..07223ab 100644 --- a/git-core.spec +++ b/git-core.spec @@ -5,12 +5,13 @@ Summary: The stupid content tracker Summary(pl): Prymitywne narzêdzie do ¶ledzenia tre¶ci Name: git-core -Version: 1.4.4.2 +Version: 1.4.4.3 Release: 1 License: GPL v2 Group: Development/Tools Source0: http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.bz2 -# Source0-md5: c4f72d96f62ae97c6e8d5cdb4afd55ca +# Source0-md5: a4c2c27f7ea3137a5be7edaecfb9db21 +Patch0: %{name}-build.patch URL: http://git.or.cz/ BuildRequires: asciidoc BuildRequires: autoconf @@ -102,6 +103,7 @@ wykonania przy u %prep %setup -q -n git-%{version} +%patch0 -p1 %build %{__aclocal} @@ -109,13 +111,8 @@ wykonania przy u %configure \ --with-openssl -# once again to get perl paths stright -cd perl -rm -f Makefile -%{__perl} Makefile.PL \ +%{__make} \ INSTALLDIRS=vendor -%{__make} -cd .. %{__make} -C Documentation -- 2.44.0