Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Remove unused WITH_OWN_SUBPROCESS_PY from RPM spec
author
Brian Gernhardt
<benji@silverinsanity.com>
Tue, 27 Mar 2007 16:03:43 +0000
(12:03 -0400)
committer
Junio C Hamano
<junkio@cox.net>
Sun, 1 Apr 2007 06:59:42 +0000
(23:59 -0700)
We don't have a copy of subprocess.py anymore, so we removed that
option from the Makefile. Let's not leave that cruft around the RPM
spec file either.
Signed-off-by: Junio C Hamano <junkio@cox.net>
git.spec.in
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
7a585c0
)
diff --git
a/git.spec.in
b/git.spec.in
index e469f213d8cbc5115219bacdeaaf336155c82d65..4bf7a8f6180d1ccb6955fc714e57dddcac66386c 100644
(file)
--- a/
git.spec.in
+++ b/
git.spec.in
@@
-92,15
+92,14
@@
Perl interface to Git
%setup -q
%build
%setup -q
%build
-make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" WITH_
OWN_SUBPROCESS_PY
=YesPlease \
-
WITH_P4IMPORT=YesPlease
prefix=%{_prefix} all %{!?_without_docs: doc}
+make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" WITH_
P4IMPORT
=YesPlease \
+ prefix=%{_prefix} all %{!?_without_docs: doc}
%install
rm -rf $RPM_BUILD_ROOT
make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" DESTDIR=$RPM_BUILD_ROOT \
%install
rm -rf $RPM_BUILD_ROOT
make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" DESTDIR=$RPM_BUILD_ROOT \
- WITH_OWN_SUBPROCESS_PY=YesPlease WITH_P4IMPORT=YesPlease \
- prefix=%{_prefix} mandir=%{_mandir} INSTALLDIRS=vendor \
- install %{!?_without_docs: install-doc}
+ WITH_P4IMPORT=YesPlease prefix=%{_prefix} mandir=%{_mandir} \
+ INSTALLDIRS=vendor install %{!?_without_docs: install-doc}
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type f -name perllocal.pod -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type f -name perllocal.pod -exec rm -f {} ';'