This commit is contained in:
parent
eb452c5f12
commit
adb098b7bc
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 18 11:42:39 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
- Fix name of completions file.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 12 13:59:54 CEST 2008 - tiwai@suse.de
|
Tue Aug 12 13:59:54 CEST 2008 - tiwai@suse.de
|
||||||
|
|
||||||
|
8
git.spec
8
git.spec
@ -21,7 +21,7 @@
|
|||||||
Name: git
|
Name: git
|
||||||
BuildRequires: asciidoc curl-devel libopenssl-devel sgml-skel xmlto
|
BuildRequires: asciidoc curl-devel libopenssl-devel sgml-skel xmlto
|
||||||
Version: 1.5.6.5
|
Version: 1.5.6.5
|
||||||
Release: 1
|
Release: 8
|
||||||
Summary: Fast, scalable, distributed revision control system
|
Summary: Fast, scalable, distributed revision control system
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Development/Tools/Version Control
|
Group: Development/Tools/Version Control
|
||||||
@ -232,7 +232,7 @@ install -m 644 %{S:4} $RPM_BUILD_ROOT/etc/xinetd.d/git
|
|||||||
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
|
install -m 644 -D contrib/completion/git-completion.bash $RPM_BUILD_ROOT/etc/bash_completion.d/git.sh
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -313,7 +313,7 @@ fi
|
|||||||
%{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
|
/etc/bash_completion.d/git.sh
|
||||||
#TODO: split into subpackage
|
#TODO: split into subpackage
|
||||||
%doc README.gitweb INSTALL.gitweb
|
%doc README.gitweb INSTALL.gitweb
|
||||||
%dir /etc/apache2
|
%dir /etc/apache2
|
||||||
@ -322,6 +322,8 @@ fi
|
|||||||
/usr/share/git-web
|
/usr/share/git-web
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 18 2008 schwab@suse.de
|
||||||
|
- Fix name of completions file.
|
||||||
* Tue Aug 12 2008 tiwai@suse.de
|
* Tue Aug 12 2008 tiwai@suse.de
|
||||||
- updated to 1.5.6.5:
|
- updated to 1.5.6.5:
|
||||||
* http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.6.5.txt
|
* http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.6.5.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user