[jsch-agent-proxy] Fix a typo in javadoc pkg description

Mikolaj Izdebski mizdebsk at fedoraproject.org
Mon Jan 6 17:18:53 UTC 2014


commit 34900c0611b71efdf81b49e6ff68baf0c69fcf4d
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Mon Jan 6 18:17:21 2014 +0100

    Fix a typo in javadoc pkg description
    
    - Install README files

 jsch-agent-proxy.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/jsch-agent-proxy.spec b/jsch-agent-proxy.spec
index e1013ec..2028430 100644
--- a/jsch-agent-proxy.spec
+++ b/jsch-agent-proxy.spec
@@ -1,6 +1,6 @@
 Name:           jsch-agent-proxy
 Version:        0.0.7
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Proxy to ssh-agent and Pageant in Java
 License:        BSD
 URL:            http://www.jcraft.com/jsch-agent-proxy/
@@ -78,7 +78,7 @@ Summary:        USocketFactory implementation using Netcat
 Summary:        API documentation for %{name}
 
 %description    javadoc
-This package privides %{summary}.
+This package provides %{summary}.
 
 %prep
 %setup -q
@@ -86,7 +86,7 @@ This package privides %{summary}.
 # Put parent POM together with core module
 %mvn_package :jsch.agentproxy jsch.agentproxy.core
 
-# We don't have trilead-ssh2 in Fedora.
+# trilead-ssh2 in Fedora is missing required depmap (rhbz#1048829)
 %pom_disable_module jsch-agent-proxy-svnkit-trilead-ssh2
 
 %build
@@ -96,6 +96,7 @@ This package privides %{summary}.
 %mvn_install
 
 %files core -f .mfiles-jsch.agentproxy.core
+%doc README README.md
 %doc LICENSE.txt
 
 %files connector-factory -f .mfiles-jsch.agentproxy.connector-factory
@@ -110,6 +111,10 @@ This package privides %{summary}.
 %doc LICENSE.txt
 
 %changelog
+* Mon Jan  6 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 0.0.7-2
+- Fix a typo in javadoc pkg description
+- Install README files
+
 * Mon Jan  6 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 0.0.7-1
 - Initial packaging
 


More information about the scm-commits mailing list