git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Horst von Brand <vonbrand@inf.utfsm.cl>
To: Junio C Hamano <junkio@cox.net>
Cc: git@vger.kernel.org
Subject: Re: GIT 0.99.4 (preview)
Date: Sun, 07 Aug 2005 23:18:19 -0400	[thread overview]
Message-ID: <200508080318.j783IJNw012384@laptop11.inf.utfsm.cl> (raw)
In-Reply-To: Message from Junio C Hamano <junkio@cox.net>  of "Sat, 06 Aug 2005 23:00:20 MST." <7vr7d6z3pn.fsf@assigned-by-dhcp.cox.net>

My proposed patch, the description as is is misleading.

The rest of the .spec file looks sane (yes, I've built my share of RPMs
over the years).

diff --git a/git-core.spec.in b/git-core.spec.in
--- a/git-core.spec.in
+++ b/git-core.spec.in
@@ -2,7 +2,7 @@
 Name: 		git-core
 Version: 	@@VERSION@@
 Release: 	1
-Vendor: 	Linus Torvalds <torvalds@osdl.org>
+Vendor: 	Junio C Hamano <junkio@cox.net>
 Summary:  	Git core and tools
 License: 	GPL
 Group: 		Development/Tools
@@ -13,22 +13,23 @@ BuildRoot:	%{_tmppath}/%{name}-%{version
 Prereq: 	sh-utils, diffutils, rsync, rcs, mktemp >= 1.5
 
 %description
-GIT comes in two layers. The bottom layer is merely an extremely fast
-and flexible filesystem-based database designed to store directory trees
-with regard to their history. The top layer is a SCM-like tool which
-enables human beings to work with the database in a manner to a degree
-similar to other SCM tools (like CVS, BitKeeper or Monotone).
+This is a stupid (but extremely fast) directory content manager.  It
+doesn't do a whole lot, but what it _does_ do is track directory
+contents efficiently. It is intended to be the base of an efficient,
+distributed source code management system. This package includes
+rudimentary tools that can be used as a SCM, but you should look
+elsewhere for tools for ordinary humans layered on top of this.
 
 %prep
 %setup -q
 
 %build
-
 make prefix=%{_prefix} all %{!?_without_docs: doc}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make dest=$RPM_BUILD_ROOT prefix=%{_prefix} mandir=%{_mandir} install install-tools %{!?_without_docs: install-doc}
+make dest=$RPM_BUILD_ROOT prefix=%{_prefix} mandir=%{_mandir} \
+     install install-tools %{!?_without_docs: install-doc}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -43,7 +44,13 @@ rm -rf $RPM_BUILD_ROOT
 %{!?_without_docs: %{_mandir}/man7/*.7.gz}
 
 %changelog
+* Sun Aug 07 2005 Horst H. von Brand <vonbrand@inf.utfsm.cl>
+- Redid the description
+- Cut overlong make line, loosened changelog a bit
+- I think Junio (or perhaps OSDL?) should be vendor...
+
 * Thu Jul 14 2005 Eric Biederman <ebiederm@xmission.com>
 - Add the man pages, and the --without docs build option
+
 * Wed Jul 7 2005 Chris Wright <chris@osdl.org>
 - initial git spec file

-- 
Dr. Horst H. von Brand                   User #22616 counter.li.org
Departamento de Informatica                     Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria              +56 32 654239
Casilla 110-V, Valparaiso, Chile                Fax:  +56 32 797513

  reply	other threads:[~2005-08-08  4:17 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-06  1:52 My Itchlist Junio C Hamano
2005-08-06  2:39 ` Linus Torvalds
2005-08-06  6:50   ` Johannes Schindelin
2005-08-06 19:04     ` Junio C Hamano
2005-08-13 20:05   ` Petr Baudis
2005-08-07  6:00 ` GIT 0.99.4 (preview) Junio C Hamano
2005-08-08  3:18   ` Horst von Brand [this message]
2005-08-08  9:09   ` GIT 0.99.4 preview: current status Junio C Hamano
2005-08-08 17:38     ` Request for help from binary packaging people Junio C Hamano
2005-08-08 18:20       ` Sergey Vlasov
2005-08-08 18:58       ` Chris Wright
2005-08-08 22:02         ` Junio C Hamano
2005-08-08 22:21           ` Chris Wright
2005-08-08 22:49             ` Junio C Hamano
2005-08-10 21:15       ` Matthias Urlichs
2005-08-10 22:11         ` [PATCH] Debian packaging for 0.99.4 Matthias Urlichs
2005-08-10 22:56           ` Martin Langhoff
2005-08-10 23:39             ` Matthias Urlichs
2005-08-11  3:17               ` Sebastian Kuzminsky
2005-08-11  4:44                 ` Martin Langhoff
2005-08-11  5:01                   ` Sebastian Kuzminsky
2005-08-11  6:12                     ` Junio C Hamano
2005-08-11  5:05                   ` Linus Torvalds
2005-08-11  5:30                     ` Johannes Schindelin
2005-08-11  5:48                     ` Sebastian Kuzminsky
2005-08-11 16:04                       ` Matthias Urlichs
2005-08-11 16:30                       ` Linus Torvalds
2005-08-11 19:06                         ` Sebastian Kuzminsky
2005-08-11 20:15                           ` Sam Ravnborg
2005-08-11 20:23                             ` Sebastian Kuzminsky
2005-08-11 20:32                               ` Matthias Urlichs
2005-08-11 20:44                                 ` Sebastian Kuzminsky
2005-08-11 20:24                             ` Matthias Urlichs
2005-08-11 20:32                               ` Sam Ravnborg
2005-08-11 22:13                               ` Alan Chandler
2005-08-11 22:18                                 ` Sebastian Kuzminsky
2005-08-12  8:34                                 ` Matthias Urlichs
2005-08-12  8:41                                   ` David Lang
2005-08-12 10:35                                     ` Matthias Urlichs
2005-08-13 23:57                                       ` Ryan Anderson
2005-08-14  0:11                                         ` Matthias Urlichs
2005-08-15  5:08                                           ` Ryan Anderson
2005-08-14  0:48                                         ` Junio C Hamano
2005-08-14  0:49                                           ` Junio C Hamano
2005-08-11 21:51                             ` Linus Torvalds
2005-08-11 21:53                           ` Linus Torvalds
2005-08-11 22:20                             ` Sebastian Kuzminsky
2005-08-11 23:09                               ` Christian Meder
2005-08-11 23:12                             ` Matthias Urlichs
2005-08-12  8:08                             ` [PATCH] Debian packaging for 0.99.4 [u] Andreas Jellinghaus [c]
2005-08-11 19:11                         ` [PATCH] Debian packaging for 0.99.4 Junio C Hamano
2005-08-11 21:45                           ` Gene Heskett
2005-08-11 22:21                             ` Junio C Hamano
     [not found]           ` <7vd5olqtvp.fsf@assigned-by-dhcp.cox.net>
     [not found]             ` <20050810235436.GW28270@kiste.smurf.noris.de>
2005-08-12 20:21               ` Junio C Hamano
2005-08-12 22:54                 ` Martin Langhoff
2005-08-13  0:41                   ` Matthias Urlichs
2005-08-13  0:38                 ` [PATCH] more Debian packaging fixes Matthias Urlichs

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

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200508080318.j783IJNw012384@laptop11.inf.utfsm.cl \
    --to=vonbrand@inf.utfsm.cl \
    --cc=git@vger.kernel.org \
    --cc=junkio@cox.net \
    /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.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).