Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Update RPM spec for the new location of git-cvsserver.
author
Quy Tonthat
<qtonthat@gmail.com>
Fri, 12 Sep 2008 16:22:44 +0000
(
02:22
+1000)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 9 Nov 2008 05:29:22 +0000
(21:29 -0800)
git-cvsserver has been moved from libexecdir to bindir.
Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git.spec.in
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
832e719
)
diff --git
a/git.spec.in
b/git.spec.in
index c6492e5be2763eab81358424ff625a34a5ff2fba..6733b6f5551e43835fcf46793142d9d7ffbe27f9 100644
(file)
--- a/
git.spec.in
+++ b/
git.spec.in
@@
-145,6
+145,7
@@
rm -rf $RPM_BUILD_ROOT
%files cvs
%defattr(-,root,root)
%doc Documentation/*git-cvs*.txt
%files cvs
%defattr(-,root,root)
%doc Documentation/*git-cvs*.txt
+%{_bindir}/git-cvsserver
%{_libexecdir}/git-core/*cvs*
%{!?_without_docs: %{_mandir}/man1/*cvs*.1*}
%{!?_without_docs: %doc Documentation/*git-cvs*.html }
%{_libexecdir}/git-core/*cvs*
%{!?_without_docs: %{_mandir}/man1/*cvs*.1*}
%{!?_without_docs: %doc Documentation/*git-cvs*.html }
@@
-188,6
+189,9
@@
rm -rf $RPM_BUILD_ROOT
# No files for you!
%changelog
# No files for you!
%changelog
+* Fri Sep 12 2008 Quy Tonthat <qtonthat@gmail.com>
+- move git-cvsserver to bindir.
+
* Sun Jun 15 2008 Junio C Hamano <gitster@pobox.com>
- Remove curl from Requires list.
* Sun Jun 15 2008 Junio C Hamano <gitster@pobox.com>
- Remove curl from Requires list.