This commit is contained in:
parent
e143e37f36
commit
300b1b374f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d65197647592779c8932a44f6e390412492d350aa637af5d097ab46e429bbf0
|
||||
size 1126258
|
3
git-1.5.2.3.tar.bz2
Normal file
3
git-1.5.2.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7a92ec68849cc8b333f10263ea3c9c19ccc99fe9b581b5769fb729b14ac54ac
|
||||
size 1191521
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 5 02:35:22 CEST 2007 - dmueller@suse.de
|
||||
|
||||
- Update to 1.5.2.3:
|
||||
* fix many segfaults with the SVN gateway
|
||||
* various bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 18 00:34:20 CEST 2007 - dmueller@suse.de
|
||||
|
||||
|
58
git.spec
58
git.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package git (Version 1.5.1.4)
|
||||
# spec file for package git (Version 1.5.2.3)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -12,25 +12,26 @@
|
||||
|
||||
Name: git
|
||||
BuildRequires: asciidoc curl-devel sgml-skel xmlto
|
||||
Version: 1.5.1.4
|
||||
Version: 1.5.2.3
|
||||
Release: 1
|
||||
Summary: git - a source code management tool
|
||||
License: GNU General Public License (GPL)
|
||||
Summary: Fast, scalable, distributed revision control system
|
||||
License: GPL v2 or later
|
||||
Group: Development/Tools/Version Control
|
||||
URL: http://www.kernel.org/pub/software/scm/git/
|
||||
URL: http://git.or.cz
|
||||
Source0: git-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk
|
||||
|
||||
%description
|
||||
This is an extremely fast directory content manager. 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.
|
||||
Git is a fast, scalable, distributed revision control system with an
|
||||
unusually rich command set that provides both high-level operations and
|
||||
full access to internals.
|
||||
|
||||
This package will provide you with the complete core Git development
|
||||
environment, bringing in all the subpackages.
|
||||
This package itself only provides the README of git but with the
|
||||
packages it requires, it brings you a complete Git environment
|
||||
including GTK and email interfaces and tools for importing source code
|
||||
repositories from other revision control systems such as subversion,
|
||||
CVS, and GNU arch.
|
||||
|
||||
|
||||
|
||||
@ -39,16 +40,16 @@ Authors:
|
||||
Linus Torvalds <torvalds@osdl.org>
|
||||
|
||||
%package core
|
||||
Summary: git-core--a Source Code Management Tool
|
||||
Summary: Core git tools
|
||||
Group: Development/Tools/Version Control
|
||||
Requires: rsync, curl, less, openssh
|
||||
|
||||
%description core
|
||||
This is an extremely fast directory content manager. 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.
|
||||
Git is a fast, scalable, distributed revision control system with an
|
||||
unusually rich command set that provides both high-level operations and
|
||||
full access to internals.
|
||||
|
||||
These are the core tools with minimal dependencies.
|
||||
|
||||
|
||||
|
||||
@ -58,7 +59,7 @@ Authors:
|
||||
Junio C Hamano <junkio@cox.net>
|
||||
|
||||
%package svn
|
||||
Summary: git-svn - Git tools for importing Subversion repositories
|
||||
Summary: Git tools for importing Subversion repositories
|
||||
Group: Development/Tools/Version Control
|
||||
Requires: git-core = %{version}-%{release}, subversion
|
||||
Requires: subversion-perl
|
||||
@ -75,7 +76,7 @@ Authors:
|
||||
Junio C Hamano <junkio@cox.net>
|
||||
|
||||
%package cvs
|
||||
Summary: git-cvs - Git tools for importing CVS repositories
|
||||
Summary: Git tools for importing CVS repositories
|
||||
Group: Development/Tools/Version Control
|
||||
Requires: git-core = %{version}-%{release}, cvs, cvsps
|
||||
|
||||
@ -106,7 +107,7 @@ Authors:
|
||||
Junio C Hamano <junkio@cox.net>
|
||||
|
||||
%package email
|
||||
Summary: git-email - Git tools for sending email
|
||||
Summary: Git tools for sending email
|
||||
Group: Development/Tools/Version Control
|
||||
Requires: git-core = %{version}-%{release}
|
||||
|
||||
@ -121,13 +122,17 @@ Authors:
|
||||
Junio C Hamano <junkio@cox.net>
|
||||
|
||||
%package -n gitk
|
||||
Summary: gitk - Git revision tree visualiser
|
||||
Summary: Git revision tree visualiser
|
||||
Group: Development/Tools/Version Control
|
||||
Requires: git-core = %{version}-%{release}, tk >= 8.4
|
||||
|
||||
%description -n gitk
|
||||
Tool for visualization of revision trees of projects maintained in the
|
||||
Git version control system.
|
||||
Grapical tool for visualization of revision trees of projects
|
||||
maintained in the Git version control system. It name gitk indicates
|
||||
that it's written using the Tk Widget set.
|
||||
|
||||
A simple Tk based graphical interface for common Git operations is
|
||||
found in the package git-gui.
|
||||
|
||||
|
||||
|
||||
@ -220,8 +225,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{perl_vendorlib}/Error.pm
|
||||
%{perl_vendorlib}/Git.pm
|
||||
%{perl_vendorarch}/auto/Git/
|
||||
/usr/share/git-gui
|
||||
|
||||
%changelog
|
||||
* Thu Jul 05 2007 - dmueller@suse.de
|
||||
- Update to 1.5.2.3:
|
||||
* fix many segfaults with the SVN gateway
|
||||
* various bugfixes
|
||||
* Fri May 18 2007 - dmueller@suse.de
|
||||
- Update to 1.5.1.4:
|
||||
* GIT <-> SVN gateway
|
||||
|
Loading…
Reference in New Issue
Block a user