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