]> git.pld-linux.org Git - packages/git-core.git/commitdiff
- move git-remote-testgit to python subpackage as it is an example code
authorKacper Kornet <draenog@pld-linux.org>
Thu, 1 Dec 2011 14:51:39 +0000 (14:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  written in python

Changed files:
    git-core.spec -> 1.256

git-core.spec

index 581bedd162d7f3554612d5ac3f7cd00c06779b7a..f4f6964dc321ad2aae9bbb89360f1d060897e8a5 100644 (file)
@@ -347,6 +347,7 @@ wykonania przy użyciu ogólnego interfejsu poleceń.
 Summary:       Python interface to the Git version control system
 Summary(pl.UTF-8):     Pythonowy interfejs do systemu kontroli wersji Git
 Group:         Development/Languages/Python
+Requires:      git-core
 
 %description -n python-Git
 This module provides Python scripts easy way to interface the Git
@@ -537,6 +538,7 @@ fi
 %{_mandir}/man1/git-*.1*
 %exclude %{_mandir}/man1/git-svn.1*
 %exclude %{_mandir}/man1/git-cvs*.1*
+%exclude %{_mandir}/man1/git-remote-helpers.1*
 %{_mandir}/man1/git.1*
 %{_mandir}/man5/gitattributes.5*
 %{_mandir}/man5/githooks.5*
@@ -563,6 +565,7 @@ fi
 %exclude %{_libdir}/%{name}/git-svn
 %exclude %{_libdir}/%{name}/git-archimport
 %exclude %{_libdir}/%{name}/git-cvs*
+%exclude %{_libdir}/%{name}/git-remote-testgit
 %exclude %{_libdir}/%{name}/*email*
 
 %{_datadir}/%{name}
@@ -689,6 +692,7 @@ fi
 
 %files -n python-Git
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/%{name}/git-remote-testgit
 %dir %{py_sitescriptdir}/git_remote_helpers
 %{py_sitescriptdir}/git_remote_helpers/*.py[co]
 %dir %{py_sitescriptdir}/git_remote_helpers/git
@@ -696,6 +700,9 @@ fi
 %if "%{py_ver}" > "2.4"
 %{py_sitescriptdir}/git_remote_helpers*.egg-info
 %endif
+%if %{with doc}
+%{_mandir}/man1/git-remote-helpers.1*
+%endif
 
 %files -n vim-syntax-gitcommit
 %defattr(644,root,root,755)
This page took 0.199157 seconds and 4 git commands to generate.