2
2
Name: git-core
3
3
Version: @@VERSION@@
4
4
Release: 1
5
- Vendor:
Linus Torvalds <[email protected] >
5
+ Vendor:
Junio C Hamano <[email protected] >
6
6
Summary: Git core and tools
7
7
License: GPL
8
8
Group: Development/Tools
@@ -13,22 +13,23 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
13
13
Prereq: sh-utils, diffutils, rsync, rcs, mktemp >= 1.5
14
14
15
15
%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.
21
22
22
23
%prep
23
24
%setup -q
24
25
25
26
%build
26
-
27
27
make prefix=%{_prefix} all %{!?_without_docs: doc}
28
28
29
29
%install
30
30
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}
32
33
33
34
%clean
34
35
rm -rf $RPM_BUILD_ROOT
@@ -43,7 +44,13 @@ rm -rf $RPM_BUILD_ROOT
43
44
%{!?_without_docs: %{_mandir}/man7/*.7.gz}
44
45
45
46
%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
+
46
52
* Thu Jul 14 2005 Eric Biederman <
[email protected] >
47
53
- Add the man pages, and the --without docs build option
54
+
48
55
* Wed Jul 7 2005 Chris Wright <
[email protected] >
49
56
- initial git spec file
0 commit comments