- git-1.6.0.5
This commit is contained in:
parent
985c13cd2d
commit
514ce7172b
@ -1 +1 @@
|
|||||||
git-1.6.0.4.tar.bz2
|
git-1.6.0.5.tar.bz2
|
||||||
|
12
git.spec
12
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.6.0.4
|
Version: 1.6.0.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Core git tools
|
Summary: Core git tools
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -171,7 +171,7 @@ find $RPM_BUILD_ROOT -type f -name perllocal.pod -exec rm -f {} ';'
|
|||||||
%else
|
%else
|
||||||
rm -rf $RPM_BUILD_ROOT%{_mandir}
|
rm -rf $RPM_BUILD_ROOT%{_mandir}
|
||||||
%endif
|
%endif
|
||||||
mkdir -p $RPM_BUILD_ROOT/srv/git
|
mkdir -p $RPM_BUILD_ROOT/var/lib/git-daemon
|
||||||
|
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
|
||||||
install -m 644 -T contrib/completion/git-completion.bash $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/git
|
install -m 644 -T contrib/completion/git-completion.bash $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/git
|
||||||
@ -248,7 +248,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/git-daemon
|
%{_bindir}/git-daemon
|
||||||
%config(noreplace)%{_sysconfdir}/xinetd.d/git
|
%config(noreplace)%{_sysconfdir}/xinetd.d/git
|
||||||
/srv/git
|
/var/lib/git-daemon
|
||||||
|
|
||||||
%files -n gitweb
|
%files -n gitweb
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -260,6 +260,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
# No files for you!
|
# No files for you!
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 11 2008 Josh Boyer <jboyer@gmail.com> 1.6.0.5-1
|
||||||
|
- git-1.6.0.5
|
||||||
|
|
||||||
|
* Mon Nov 17 2008 Seth Vidal <skvidal at fedoraproject.org>
|
||||||
|
- switch from /srv/git to /var/lib/git-daemon for packaging rules compliance
|
||||||
|
|
||||||
* Fri Nov 14 2008 Josh Boyer <jwboyer@gmail.com> 1.6.0.4-1
|
* Fri Nov 14 2008 Josh Boyer <jwboyer@gmail.com> 1.6.0.4-1
|
||||||
- git-1.6.0.4
|
- git-1.6.0.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user