This commit is contained in:
parent
7c738df833
commit
98d8552fe3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3f2954c68cc6463924a0af7ccb684db0332e3db31258e993830521532a7aa764
|
|
||||||
size 1349196
|
|
3
git-1.5.3.6.tar.bz2
Normal file
3
git-1.5.3.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:95a5f9d8a9174277b539296901561fff6dbbba20dbdd4cfe5595c22a5a4d2221
|
||||||
|
size 1356739
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 28 09:12:23 CET 2007 - dmueller@suse.de
|
||||||
|
|
||||||
|
- update to 1.5.3.6:
|
||||||
|
* various smaller bugfixes
|
||||||
|
- remove requires on release (#305826)
|
||||||
|
- install bash completion (#336848)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 9 18:50:30 CEST 2007 - dmueller@suse.de
|
Tue Oct 9 18:50:30 CEST 2007 - dmueller@suse.de
|
||||||
|
|
||||||
|
23
git.spec
23
git.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package git (Version 1.5.3.4)
|
# spec file for package git (Version 1.5.3.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: git
|
Name: git
|
||||||
BuildRequires: asciidoc curl-devel sgml-skel xmlto
|
BuildRequires: asciidoc curl-devel sgml-skel xmlto
|
||||||
Version: 1.5.3.4
|
Version: 1.5.3.6
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Fast, scalable, distributed revision control system
|
Summary: Fast, scalable, distributed revision control system
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
@ -61,7 +61,7 @@ Authors:
|
|||||||
%package svn
|
%package svn
|
||||||
Summary: Git tools for importing Subversion repositories
|
Summary: Git tools for importing Subversion repositories
|
||||||
Group: Development/Tools/Version Control
|
Group: Development/Tools/Version Control
|
||||||
Requires: git-core = %{version}-%{release}, subversion
|
Requires: git-core = %{version}, subversion
|
||||||
Requires: subversion-perl
|
Requires: subversion-perl
|
||||||
|
|
||||||
%description svn
|
%description svn
|
||||||
@ -78,7 +78,7 @@ Authors:
|
|||||||
%package cvs
|
%package cvs
|
||||||
Summary: Git tools for importing CVS repositories
|
Summary: Git tools for importing CVS repositories
|
||||||
Group: Development/Tools/Version Control
|
Group: Development/Tools/Version Control
|
||||||
Requires: git-core = %{version}-%{release}, cvs, cvsps
|
Requires: git-core = %{version}, cvs, cvsps
|
||||||
|
|
||||||
%description cvs
|
%description cvs
|
||||||
Tools for importing CVS repositories to the Git version control system.
|
Tools for importing CVS repositories to the Git version control system.
|
||||||
@ -93,7 +93,7 @@ Authors:
|
|||||||
%package arch
|
%package arch
|
||||||
Summary: git-arch - Git tools for importing Arch repositories
|
Summary: git-arch - Git tools for importing Arch repositories
|
||||||
Group: Development/Tools/Version Control
|
Group: Development/Tools/Version Control
|
||||||
Requires: git-core = %{version}-%{release}, tla
|
Requires: git-core = %{version}, tla
|
||||||
|
|
||||||
%description arch
|
%description arch
|
||||||
Tools for importing GNU Arch repositories to the GIT version control
|
Tools for importing GNU Arch repositories to the GIT version control
|
||||||
@ -109,7 +109,7 @@ Authors:
|
|||||||
%package email
|
%package email
|
||||||
Summary: Git tools for sending email
|
Summary: Git tools for sending email
|
||||||
Group: Development/Tools/Version Control
|
Group: Development/Tools/Version Control
|
||||||
Requires: git-core = %{version}-%{release}
|
Requires: git-core = %{version}
|
||||||
|
|
||||||
%description email
|
%description email
|
||||||
Email interface for the GIT version control system.
|
Email interface for the GIT version control system.
|
||||||
@ -124,7 +124,7 @@ Authors:
|
|||||||
%package -n gitk
|
%package -n gitk
|
||||||
Summary: Git revision tree visualiser
|
Summary: Git revision tree visualiser
|
||||||
Group: Development/Tools/Version Control
|
Group: Development/Tools/Version Control
|
||||||
Requires: git-core = %{version}-%{release}, tk >= 8.4
|
Requires: git-core = %{version}, tk >= 8.4
|
||||||
|
|
||||||
%description -n gitk
|
%description -n gitk
|
||||||
Grapical tool for visualization of revision trees of projects
|
Grapical tool for visualization of revision trees of projects
|
||||||
@ -153,7 +153,6 @@ make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" \
|
|||||||
all %{!?without_docs: doc} %{?jobs:-j %jobs}
|
all %{!?without_docs: doc} %{?jobs:-j %jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" DESTDIR=$RPM_BUILD_ROOT WITH_OWN_SUBPROCESS_PY=YesPlease NO_EXPAT=1 \
|
make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" DESTDIR=$RPM_BUILD_ROOT WITH_OWN_SUBPROCESS_PY=YesPlease NO_EXPAT=1 \
|
||||||
prefix=%{_prefix} mandir=%{_mandir} \
|
prefix=%{_prefix} mandir=%{_mandir} \
|
||||||
install %{!?_without_docs: install-doc}
|
install %{!?_without_docs: install-doc}
|
||||||
@ -171,6 +170,7 @@ cp gitweb/gitweb.cgi $RPM_BUILD_ROOT/srv/www/cgi-bin/gitweb.cgi
|
|||||||
rm -rf ${RPM_BUILD_ROOT}/usr/lib/perl5/site_perl
|
rm -rf ${RPM_BUILD_ROOT}/usr/lib/perl5/site_perl
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
find $RPM_BUILD_ROOT/%_mandir -type f -print0 | xargs -0 chmod 644
|
find $RPM_BUILD_ROOT/%_mandir -type f -print0 | xargs -0 chmod 644
|
||||||
|
install -m 644 -D contrib/completion/git-completion.bash $RPM_BUILD_ROOT/etc/bash_completion.d/git
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -226,7 +226,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{perl_vendorlib}/Git.pm
|
%{perl_vendorlib}/Git.pm
|
||||||
%{perl_vendorarch}/auto/Git/
|
%{perl_vendorarch}/auto/Git/
|
||||||
/usr/share/git-gui
|
/usr/share/git-gui
|
||||||
|
/etc/bash_completion.d/git
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 28 2007 - dmueller@suse.de
|
||||||
|
- update to 1.5.3.6:
|
||||||
|
* various smaller bugfixes
|
||||||
|
- remove requires on release (#305826)
|
||||||
|
- install bash completion (#336848)
|
||||||
* Tue Oct 09 2007 - dmueller@suse.de
|
* Tue Oct 09 2007 - dmueller@suse.de
|
||||||
- update to 1.5.3.4:
|
- update to 1.5.3.4:
|
||||||
* submodule support
|
* submodule support
|
||||||
|
Loading…
Reference in New Issue
Block a user