[packages/git-core] move git-imap-send to email subpackage

draenog draenog at pld-linux.org
Fri Aug 9 20:47:43 CEST 2013


commit 858c27ef9549f865d143781105523efe055c8801
Author: Kacper Kornet <draenog at pld-linux.org>
Date:   Fri Aug 9 19:39:04 2013 +0100

    move git-imap-send to email subpackage
    
    git-imap-send is a tool to send patches so it belongs to email
    subpackage. Additionally the change results in removing openssl
    dependency from the main package.

 git-core.spec | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/git-core.spec b/git-core.spec
index 4becb50..b8517a6 100644
--- a/git-core.spec
+++ b/git-core.spec
@@ -561,6 +561,7 @@ fi
 %exclude %{_mandir}/man1/git-archimport.1*
 %exclude %{_mandir}/man1/git-svn.1*
 %exclude %{_mandir}/man1/git-cvs*.1*
+%exclude %{_mandir}/man1/git-imap-send*.1*
 %exclude %{_mandir}/man1/*email*.1*
 %exclude %{_mandir}/man1/gitremote-helpers.1*
 %{_mandir}/man1/git.1*
@@ -590,6 +591,7 @@ fi
 %exclude %{_libdir}/%{name}/git-svn
 %exclude %{_libdir}/%{name}/git-archimport
 %exclude %{_libdir}/%{name}/git-cvs*
+%exclude %{_libdir}/%{name}/git-imap-send
 %exclude %{_libdir}/%{name}/git-instaweb
 %exclude %{_libdir}/%{name}/git-remote-testpy
 %exclude %{_libdir}/%{name}/git-remote-testsvn
@@ -711,9 +713,11 @@ fi
 
 %files email
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/%{name}/git-imap-send
 %attr(755,root,root) %{_libdir}/%{name}/*email*
 %if %{with doc}
 %{_mandir}/man1/*email*.1*
+%{_mandir}/man1/*imap-send*.1*
 %endif
 
 %files -n bash-completion-git
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/git-core.git/commitdiff/858c27ef9549f865d143781105523efe055c8801



More information about the pld-cvs-commit mailing list