packages: git-core/git-core.spec - move git-remote-testgit to python subpac...
draenog
draenog at pld-linux.org
Thu Dec 1 15:51:44 CET 2011
Author: draenog Date: Thu Dec 1 14:51:44 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- move git-remote-testgit to python subpackage as it is an example code
written in python
---- Files affected:
packages/git-core:
git-core.spec (1.255 -> 1.256)
---- Diffs:
================================================================
Index: packages/git-core/git-core.spec
diff -u packages/git-core/git-core.spec:1.255 packages/git-core/git-core.spec:1.256
--- packages/git-core/git-core.spec:1.255 Sat Nov 19 21:18:52 2011
+++ packages/git-core/git-core.spec Thu Dec 1 15:51:39 2011
@@ -348,6 +348,7 @@
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
@@ -538,6 +539,7 @@
%{_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*
@@ -564,6 +566,7 @@
%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}
@@ -690,6 +693,7 @@
%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
@@ -697,6 +701,9 @@
%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)
@@ -709,6 +716,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.256 2011/12/01 14:51:39 draenog
+- move git-remote-testgit to python subpackage as it is an example code
+ written in python
+
Revision 1.255 2011/11/19 20:18:52 draenog
- up to 1.7.7.4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/git-core/git-core.spec?r1=1.255&r2=1.256&f=u
More information about the pld-cvs-commit
mailing list