From: Junio C Hamano <junkio@cox.net>
To: Gerrit Pape <pape@smarden.org>
Cc: git@vger.kernel.org
Subject: Re: git-*arch* in git-arch rpm
Date: Tue, 24 Oct 2006 22:35:38 -0700 [thread overview]
Message-ID: <7viri9dkk5.fsf@assigned-by-dhcp.cox.net> (raw)
In-Reply-To: 20061024200211.17221.qmail@9f622d681978b5.315fe32.mid.smarden.org
Gerrit Pape <pape@smarden.org> writes:
> Hi, there're two programs in the git-arch rpm that shouldn't be there:
>
> $ rpm -qlp git-arch-1.4.3.2-1.i386.rpm
> /usr/bin/git-archimport
> /usr/bin/git-archive
> /usr/bin/git-upload-archive
> /usr/share/doc/git-arch-1.4.3.2
> /usr/share/doc/git-arch-1.4.3.2/git-archimport.html
> /usr/share/doc/git-arch-1.4.3.2/git-archimport.txt
> /usr/share/doc/git-arch-1.4.3.2/git-archive.html
> /usr/share/doc/git-arch-1.4.3.2/git-archive.txt
> /usr/share/doc/git-arch-1.4.3.2/git-upload-archive.html
> /usr/share/doc/git-arch-1.4.3.2/git-upload-archive.txt
> /usr/share/man/man1/git-archimport.1.gz
> /usr/share/man/man1/git-archive.1.gz
> /usr/share/man/man1/git-upload-archive.1.gz
> $
>
> Regards, Gerrit.
So we need at least this?
diff --git a/git.spec.in b/git.spec.in
index 9b1217a..b61a338 100644
--- a/git.spec.in
+++ b/git.spec.in
@@ -126,10 +126,10 @@ # These are no files in the root package
%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)
next prev parent reply other threads:[~2006-10-25 5:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-24 20:02 git-*arch* in git-arch rpm Gerrit Pape
2006-10-25 5:35 ` Junio C Hamano [this message]
2006-10-25 11:23 ` Gerrit Pape
2006-10-25 18:35 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7viri9dkk5.fsf@assigned-by-dhcp.cox.net \
--to=junkio@cox.net \
--cc=git@vger.kernel.org \
--cc=pape@smarden.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox