X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=git-core.spec;h=3ae719cce9068aacec227b7a19e9398a045b0e76;hb=362b08d5c0ae27ed3fc2a6d4bf1cb90a52afb0e6;hp=6713243d5be6b8d3bee54b88271ca639e0d6c51d;hpb=8bed7625f5190ceba9636b4aad11c2e9df08b580;p=packages%2Fgit-core.git diff --git a/git-core.spec b/git-core.spec index 6713243..3ae719c 100644 --- a/git-core.spec +++ b/git-core.spec @@ -9,12 +9,12 @@ Summary: Distributed version control system focused on speed, effectivity and usability Summary(pl.UTF-8): Rozproszony system śledzenia treści skupiony na szybkości, wydajności i użyteczności Name: git-core -Version: 1.8.0 +Version: 1.8.1.1 Release: 1 License: GPL v2 Group: Development/Tools Source0: http://git-core.googlecode.com/files/git-%{version}.tar.gz -# Source0-md5: 12f4d20f34ae37086d86dd3b9d037bba +# Source0-md5: 2bf7fd005ecf2e0a311b849e6add7994 Source1: %{name}-gitweb.conf Source2: %{name}-gitweb-httpd.conf Source3: %{name}-gitweb-lighttpd.conf @@ -398,7 +398,11 @@ echo "BLK_SHA1=1" >> config.mak GITWEB_FAVICON="/gitweb/git-favicon.png" \ V=1 -%{?with_doc:%{__make} -C Documentation V=1} +%if %{with doc} +%{__make} -C Documentation \ + MAN_BASE_URL=file://%{_docdir}/%{name}-doc-%{version}/ \ + V=1 +%endif %if %{with tests} %if %{without tests_cvs}