Skip to content

Commit 24db845

Browse files
vonbrandJunio C Hamano
authored andcommitted
[PATCH] RPM spec updates.
Fix description and clean up the spec file. Signed-off-by: Junio C Hamano <[email protected]>
1 parent 16cc55c commit 24db845

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

git-core.spec.in

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Name: git-core
33
Version: @@VERSION@@
44
Release: 1
5-
Vendor: Linus Torvalds <[email protected]>
5+
Vendor: Junio C Hamano <[email protected]>
66
Summary: Git core and tools
77
License: GPL
88
Group: Development/Tools
@@ -13,22 +13,23 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
1313
Prereq: sh-utils, diffutils, rsync, rcs, mktemp >= 1.5
1414

1515
%description
16-
GIT comes in two layers. The bottom layer is merely an extremely fast
17-
and flexible filesystem-based database designed to store directory trees
18-
with regard to their history. The top layer is a SCM-like tool which
19-
enables human beings to work with the database in a manner to a degree
20-
similar to other SCM tools (like CVS, BitKeeper or Monotone).
16+
This is a stupid (but extremely fast) directory content manager. It
17+
doesn't do a whole lot, but what it _does_ do is track directory
18+
contents efficiently. It is intended to be the base of an efficient,
19+
distributed source code management system. This package includes
20+
rudimentary tools that can be used as a SCM, but you should look
21+
elsewhere for tools for ordinary humans layered on top of this.
2122

2223
%prep
2324
%setup -q
2425

2526
%build
26-
2727
make prefix=%{_prefix} all %{!?_without_docs: doc}
2828

2929
%install
3030
rm -rf $RPM_BUILD_ROOT
31-
make dest=$RPM_BUILD_ROOT prefix=%{_prefix} mandir=%{_mandir} install install-tools %{!?_without_docs: install-doc}
31+
make dest=$RPM_BUILD_ROOT prefix=%{_prefix} mandir=%{_mandir} \
32+
install install-tools %{!?_without_docs: install-doc}
3233

3334
%clean
3435
rm -rf $RPM_BUILD_ROOT
@@ -43,7 +44,13 @@ rm -rf $RPM_BUILD_ROOT
4344
%{!?_without_docs: %{_mandir}/man7/*.7.gz}
4445

4546
%changelog
47+
* Sun Aug 07 2005 Horst H. von Brand <[email protected]>
48+
- Redid the description
49+
- Cut overlong make line, loosened changelog a bit
50+
- I think Junio (or perhaps OSDL?) should be vendor...
51+
4652
* Thu Jul 14 2005 Eric Biederman <[email protected]>
4753
- Add the man pages, and the --without docs build option
54+
4855
* Wed Jul 7 2005 Chris Wright <[email protected]>
4956
- initial git spec file

0 commit comments

Comments
 (0)