]> git.pld-linux.org Git - packages/git-core.git/blobdiff - git-core.spec
- up to 1.8.1.1
[packages/git-core.git] / git-core.spec
index 6713243d5be6b8d3bee54b88271ca639e0d6c51d..3ae719cce9068aacec227b7a19e9398a045b0e76 100644 (file)
@@ -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}
This page took 0.040138 seconds and 4 git commands to generate.