]> git.pld-linux.org Git - packages/git-core.git/commitdiff
move git-imap-send to email subpackage
authorKacper Kornet <draenog@pld-linux.org>
Fri, 9 Aug 2013 18:39:04 +0000 (19:39 +0100)
committerKacper Kornet <draenog@pld-linux.org>
Fri, 9 Aug 2013 18:39:04 +0000 (19:39 +0100)
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

index 4becb50ff75aa6f307d5397870fd2c803f2fc234..b8517a66e569b0c43a094d709b93581434c1b04f 100644 (file)
@@ -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
This page took 0.152631 seconds and 4 git commands to generate.