]> git.pld-linux.org Git - packages/git-core.git/blobdiff - git-core.spec
up to 2.8.2
[packages/git-core.git] / git-core.spec
index 4d75658376f9d0cedb5b96dce130f1e8f7c80137..4a6d0bcf7ba34d557b74f619322670f56736d708 100644 (file)
 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:       2.8.0
-Release:       2
+Version:       2.8.2
+Release:       1
 License:       GPL v2
 Group:         Development/Tools
 Source0:       http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.xz
-# Source0-md5: 01477f0b97ccab20b986f2808f4d7a97
+# Source0-md5: b8edb4ae34828fda6aa2a4478089b107
 Source1:       %{name}-gitweb.conf
 Source2:       %{name}-gitweb-httpd.conf
 Source3:       %{name}-gitweb-lighttpd.conf
@@ -427,6 +427,9 @@ Summary:    Perl interface to the Git version control system
 Summary(pl.UTF-8):     Perlowy interfejs do systemu kontroli wersji Git
 Group:         Development/Languages/Perl
 Obsoletes:     perl-git-core
+%if "%{_rpmversion}" >= "5"
+BuildArch:     noarch
+%endif
 
 %description -n perl-Git
 This module provides Perl scripts easy way to interface the Git
@@ -596,8 +599,9 @@ sed -e 's,@libdir@/git-core,%{gitcoredir},g' -i $RPM_BUILD_ROOT/etc/sysconfig/rc
 # same file, link
 ln -sf git $RPM_BUILD_ROOT%{_bindir}/git-receive-pack
 ln -sf git $RPM_BUILD_ROOT%{_bindir}/git-upload-archive
-ln -sf ../../%{gitcoredir}/git-shell $RPM_BUILD_ROOT%{_bindir}/git-shell
-ln -sf ../../%{gitcoredir}/git-upload-pack $RPM_BUILD_ROOT%{_bindir}/git-upload-pack
+ln -sf ../..%{gitcoredir}/git-shell $RPM_BUILD_ROOT%{_bindir}/git-shell
+ln -sf ../..%{gitcoredir}/git-upload-pack $RPM_BUILD_ROOT%{_bindir}/git-upload-pack
+ln -sf ../..%{gitcoredir}/git $RPM_BUILD_ROOT%{_bindir}/git
 
 # convert all hardlinks to symlinks, as rpm fails to calculate it properly
 # requiring excessive free space when it may not be available
This page took 0.077145 seconds and 4 git commands to generate.