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
|
||||
|
||||
|
8
git.spec
8
git.spec
@ -21,7 +21,7 @@
|
||||
Name: git
|
||||
BuildRequires: asciidoc curl-devel libopenssl-devel sgml-skel xmlto
|
||||
Version: 1.5.6.5
|
||||
Release: 1
|
||||
Release: 8
|
||||
Summary: Fast, scalable, distributed revision control system
|
||||
License: GPL v2 or later
|
||||
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
|
||||
%perl_process_packlist
|
||||
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
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -313,7 +313,7 @@ fi
|
||||
%{perl_vendorlib}/Git.pm
|
||||
%{perl_vendorarch}/auto/Git/
|
||||
/usr/share/git-gui
|
||||
/etc/bash_completion.d/git
|
||||
/etc/bash_completion.d/git.sh
|
||||
#TODO: split into subpackage
|
||||
%doc README.gitweb INSTALL.gitweb
|
||||
%dir /etc/apache2
|
||||
@ -322,6 +322,8 @@ fi
|
||||
/usr/share/git-web
|
||||
|
||||
%changelog
|
||||
* Mon Aug 18 2008 schwab@suse.de
|
||||
- Fix name of completions file.
|
||||
* Tue Aug 12 2008 tiwai@suse.de
|
||||
- updated to 1.5.6.5:
|
||||
* http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.6.5.txt
|
||||
|
Loading…
Reference in New Issue
Block a user