|
@@ -3,14 +3,14 @@
|
|
|
|
|
|
# Pass --without docs to rpmbuild if you don't want the documentation
|
|
|
Name: git
|
|
|
-Version: 1.7.4.2
|
|
|
+Version: 1.7.10.1
|
|
|
Release: 1%{?_dist_release}
|
|
|
Summary: Core git tools
|
|
|
Summary(ja): Core git ツール
|
|
|
License: GPLv2
|
|
|
Group: Development/Tools
|
|
|
URL: http://git-scm.com/
|
|
|
-Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.bz2
|
|
|
+Source: %{name}-%{version}.tar.bz2
|
|
|
Source1: vine-default-git.el
|
|
|
Source2: git.xinetd
|
|
|
Source3: git.conf.httpd
|
|
@@ -187,7 +187,7 @@ make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" DESTDIR=$RPM_BUILD_ROOT \
|
|
|
ETC_GITCONFIG=/etc/gitconfig \
|
|
|
NO_PYTHON=1 \
|
|
|
gitwebdir=/var/www/git \
|
|
|
- INSTALLDIRS=vendor install install-gitweb %{!?_without_docs: install-doc}
|
|
|
+ INSTALLDIRS=vendor install %{!?_without_docs: install-doc}
|
|
|
|
|
|
# perl-Git
|
|
|
# Error.pm provide by perl-Error package
|
|
@@ -368,6 +368,9 @@ fi
|
|
|
# No files for you!
|
|
|
|
|
|
%changelog
|
|
|
+* Sat May 05 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.10.1-1
|
|
|
+- new upstream release
|
|
|
+
|
|
|
* Wed Mar 30 2011 IWAI, Masaharu <iwai@alib.jp> 1.7.4.2-1
|
|
|
- new upstream release
|
|
|
|