]> git.pld-linux.org Git - packages/git-core.git/blobdiff - git-core.spec
- lighttpd support
[packages/git-core.git] / git-core.spec
index 39f0fbdd429043d41913e792ac76dc4c8a5eb52d..931a5e7c900796c958f95f45d3f907e231d94213 100644 (file)
@@ -8,12 +8,12 @@
 Summary:       The stupid content tracker
 Summary(pl.UTF-8):     Prymitywne narzędzie do śledzenia treści
 Name:          git-core
-Version:       1.7.3
-Release:       3
+Version:       1.7.3.1
+Release:       1
 License:       GPL v2
 Group:         Development/Tools
 Source0:       http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.bz2
-# Source0-md5: c18eb252ce63a688071f10c3f7bc28e1
+# Source0-md5: 77e1611498919965fb65fd1f229ee155
 Source1:       %{name}-gitweb.conf
 Source2:       %{name}-gitweb-httpd.conf
 Source3:       %{name}.sysconfig
@@ -256,6 +256,7 @@ Summary:    Subversion support for Git
 Summary(pl.UTF-8):     Obsługa Subversion dla Git
 Group:         Development/Tools
 Requires:      %{name} = %{version}-%{release}
+Requires:      perl-Term-ReadKey
 
 %description svn
 Subversion support for Git.
@@ -647,11 +648,13 @@ fi
 
 %files -n python-Git
 %defattr(644,root,root,755)
-%{py_sitescriptdir}/git_remote_helpers*.egg-info
 %dir %{py_sitescriptdir}/git_remote_helpers
 %{py_sitescriptdir}/git_remote_helpers/*.py[co]
 %dir %{py_sitescriptdir}/git_remote_helpers/git
 %{py_sitescriptdir}/git_remote_helpers/git/*.py[co]
+%if "%{py_ver}" > "2.4"
+%{py_sitescriptdir}/git_remote_helpers*.egg-info
+%endif
 
 %files -n vim-syntax-gitcommit
 %defattr(644,root,root,755)
This page took 0.153253 seconds and 4 git commands to generate.