Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
RPM package re-classification.
author
Junio C Hamano
<junkio@cox.net>
Wed, 25 Oct 2006 06:55:46 +0000
(23:55 -0700)
committer
Junio C Hamano
<junio@mneuble.siamese.dyndns.org>
Wed, 25 Oct 2006 07:58:33 +0000
(
00:58
-0700)
Grabbing anything that had *arch* in its name into git-arch
package was a wrong idea and we lost git-archive from git-core
by mistake.
Signed-off-by: Junio C Hamano <junkio@cox.net>
git.spec.in
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
04d2445
)
diff --git
a/git.spec.in
b/git.spec.in
index 9b1217ac3f2a39f352e0b4046ceac9d438e4ac95..83268fc9d9e3ab63920b5ec4a5ffd71e8dd11b0d 100644
(file)
--- a/
git.spec.in
+++ b/
git.spec.in
@@
-96,10
+96,10
@@
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 '*.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%{_bindir} -type f | grep -vE "arch
import
|svn|cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@) > bin-man-doc-files
(find $RPM_BUILD_ROOT%{perl_vendorlib} -type f | sed -e s@^$RPM_BUILD_ROOT@@) >> perl-files
%if %{!?_without_docs:1}0
(find $RPM_BUILD_ROOT%{perl_vendorlib} -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
+(find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "arch
import
|svn|git-cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files
%else
rm -rf $RPM_BUILD_ROOT%{_mandir}
%endif
%else
rm -rf $RPM_BUILD_ROOT%{_mandir}
%endif
@@
-126,10
+126,10
@@
rm -rf $RPM_BUILD_ROOT
%files arch
%defattr(-,root,root)
%files arch
%defattr(-,root,root)
-%doc Documentation/
*arch*
.txt
-%{_bindir}/
*arch*
-%{!?_without_docs: %{_mandir}/man1/
*arch*
.1*}
-%{!?_without_docs: %doc Documentation/
*arch*
.html }
+%doc Documentation/
git-archimport
.txt
+%{_bindir}/
git-archimport
+%{!?_without_docs: %{_mandir}/man1/
git-archimport
.1*}
+%{!?_without_docs: %doc Documentation/
git-archimport
.html }
%files email
%defattr(-,root,root)
%files email
%defattr(-,root,root)