@@ -12,12 +12,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
12
12
Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk, git-gui, perl-Git
13
13
14
14
%description
15
- This is a stupid (but extremely fast) directory content manager. It
16
- doesn't do a whole lot, but what it _does_ do is track directory
17
- contents efficiently. It is intended to be the base of an efficient,
18
- distributed source code management system. This package includes
19
- rudimentary tools that can be used as a SCM, but you should look
20
- elsewhere for tools for ordinary humans layered on top of this.
15
+ Git is a fast, scalable, distributed revision control system with an
16
+ unusually rich command set that provides both high-level operations
17
+ and full access to internals.
21
18
22
19
This is a dummy package which brings in all subpackages.
23
20
@@ -26,12 +23,9 @@ Summary: Core git tools
26
23
Group: Development/Tools
27
24
Requires: zlib >= 1.2, rsync, curl, less, openssh-clients, expat
28
25
%description core
29
- This is a stupid (but extremely fast) directory content manager. It
30
- doesn't do a whole lot, but what it _does_ do is track directory
31
- contents efficiently. It is intended to be the base of an efficient,
32
- distributed source code management system. This package includes
33
- rudimentary tools that can be used as a SCM, but you should look
34
- elsewhere for tools for ordinary humans layered on top of this.
26
+ Git is a fast, scalable, distributed revision control system with an
27
+ unusually rich command set that provides both high-level operations
28
+ and full access to internals.
35
29
36
30
These are the core tools with minimal dependencies.
37
31
@@ -173,6 +167,9 @@ rm -rf $RPM_BUILD_ROOT
173
167
%{!?_without_docs: %doc Documentation/*.html }
174
168
175
169
%changelog
170
+ * Mon Feb 13 2007 Nicolas Pitre <
[email protected] >
171
+ - Update core package description (Git isn't as stupid as it used to be)
172
+
176
173
* Mon Feb 12 2007 Junio C Hamano <
[email protected] >
177
174
- Add git-gui and git-citool.
178
175
0 commit comments