Junio C Hamano wrote: > Here is an attempt to fix it, but help is very appreciated, as I don't > know what the accepted way is to ship Python modules is in the RPM world. Perhaps this will work well. I only tested it on Fedora 10, but I believe it should work on RHEL/CentOS and most other rpm-based distros. We may well want to package the python bits in a subpackage, much as the perl modules are. Anyone have thoughts on that? -->8-- Subject: [PATCH] RPM spec: Package git_remote_helper python files Signed-off-by: Todd Zullinger <tmz@xxxxxxxxx> --- git.spec.in | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/git.spec.in b/git.spec.in index ab224f7..575156c 100644 --- a/git.spec.in +++ b/git.spec.in @@ -1,4 +1,5 @@ # Pass --without docs to rpmbuild if you don't want the documentation +%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: git Version: @@VERSION@@ @@ -9,6 +10,7 @@ Group: Development/Tools URL: http://kernel.org/pub/software/scm/git/ Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel, gettext %{!?_without_docs:, xmlto, asciidoc > 6.0.3} +BuildRequires: python BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl-Git = %{version}-%{release} @@ -134,6 +136,7 @@ rm -rf $RPM_BUILD_ROOT %doc README COPYING Documentation/*.txt %{!?_without_docs: %doc Documentation/*.html Documentation/howto} %{!?_without_docs: %doc Documentation/technical} +%{python_sitelib}/* %files svn %defattr(-,root,root) @@ -190,6 +193,9 @@ rm -rf $RPM_BUILD_ROOT # No files for you! %changelog +* Sat Jan 30 2010 Todd Zullinger <tmz@xxxxxxxxx> +- Include git_remote_helper python files + * Mon Feb 04 2009 David J. Mellor <dmellor@xxxxxxxxxxxxxxxx> - fixed broken git help -w after renaming the git-core package to git. -- 1.6.6 -- Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Don't hit a man when he's down -- kick him; it's easier. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html