git 1.5.4
This commit is contained in:
parent
d054635f73
commit
6e9300fbf8
@ -1 +1 @@
|
||||
git-1.5.3.8.tar.gz
|
||||
git-1.5.4.tar.gz
|
||||
|
6
git.spec
6
git.spec
@ -1,6 +1,6 @@
|
||||
# Pass --without docs to rpmbuild if you don't want the documentation
|
||||
Name: git
|
||||
Version: 1.5.3.8
|
||||
Version: 1.5.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Git core and tools
|
||||
License: GPLv2
|
||||
@ -213,6 +213,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root)
|
||||
%doc Documentation/*gitk*.txt
|
||||
%{_bindir}/*gitk*
|
||||
%{_datadir}/gitk
|
||||
%{!?_without_docs: %{_mandir}/man1/*gitk*.1*}
|
||||
%{!?_without_docs: %doc Documentation/*gitk*.html }
|
||||
|
||||
@ -243,6 +244,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{!?_without_docs: %doc Documentation/technical}
|
||||
|
||||
%changelog
|
||||
* Sat Feb 02 2008 James Bowes <jbowes@redhat.com> 1.5.4-1
|
||||
- git-1.5.4
|
||||
|
||||
* Tue Jan 08 2008 James Bowes <jbowes@redhat.com> 1.5.3.8-1
|
||||
- git-1.5.3.8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user