X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git.spec.in;h=ee74a5eed7758f1267441d85619969a121fb3cec;hb=03f94ae9f909952ed5a78917ab319a312889354b;hp=0a031088dab3164e8f7ed412e6ae2e8360eb2717;hpb=76d44c8cfda9be1db78884580ab045c421b083fe;p=git.git diff --git a/git.spec.in b/git.spec.in index 0a031088d..ee74a5eed 100644 --- a/git.spec.in +++ b/git.spec.in @@ -98,7 +98,7 @@ BuildRequires: perl(Error) Perl interface to Git %define path_settings ETC_GITCONFIG=/etc/gitconfig prefix=%{_prefix} mandir=%{_mandir} htmldir=%{_docdir}/%{name}-%{version} -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %prep %setup -q @@ -192,6 +192,9 @@ rm -rf $RPM_BUILD_ROOT # No files for you! %changelog +* Sun Jan 31 2010 Junio C Hamano +- Do not use %define inside %{!?...} construct. + * Sat Jan 30 2010 Junio C Hamano - We don't ship Python bits until a real foreign scm interface comes.