Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git.spec.in: perl subpackage is installed in perl_vendorlib not vendorarch
author
Junio C Hamano
<junio@hera.kernel.org>
Wed, 11 Oct 2006 07:57:17 +0000
(07:57 +0000)
committer
Junio C Hamano
<junio@hera.kernel.org>
Wed, 11 Oct 2006 07:57:17 +0000
(07:57 +0000)
Signed-off-by: Junio C Hamano <junio@hera.kernel.org>
git.spec.in
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
a057f80
)
diff --git
a/git.spec.in
b/git.spec.in
index 6d900342e35e4948888dd3a8ac2045a504435259..9b1217ac3f2a39f352e0b4046ceac9d438e4ac95 100644
(file)
--- a/
git.spec.in
+++ b/
git.spec.in
@@
-97,7
+97,7
@@
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%{_bindir} -type f | grep -vE "arch|svn|cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@) > bin-man-doc-files
find $RPM_BUILD_ROOT -type f -name perllocal.pod -exec rm -f {} ';'
(find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE "arch|svn|cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@) > bin-man-doc-files
-(find $RPM_BUILD_ROOT%{perl_vendor
arch
} -type f | sed -e s@^$RPM_BUILD_ROOT@@) >> perl-files
+(find $RPM_BUILD_ROOT%{perl_vendor
lib
} -type f | sed -e s@^$RPM_BUILD_ROOT@@) >> perl-files
%if %{!?_without_docs:1}0
(find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "arch|svn|git-cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files
%else
%if %{!?_without_docs:1}0
(find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "arch|svn|git-cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files
%else