[jsch] - Fix merge review comments (#225953).

Alexander Kurtakov akurtakov at fedoraproject.org
Fri Sep 24 10:01:11 UTC 2010


commit 0936d947d3ae346ffdeb965320f88b2fd388eac6
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Fri Sep 24 13:00:11 2010 +0300

    - Fix merge review comments (#225953).

 jsch.spec |   11 ++++++++---
 sources   |    1 -
 2 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/jsch.spec b/jsch.spec
index d6b7345..54edac4 100644
--- a/jsch.spec
+++ b/jsch.spec
@@ -30,7 +30,7 @@
 
 Name:           jsch
 Version:        0.1.43
-Release:        1%{?dist}
+Release:        2%{?dist}
 Epoch:          0
 Summary:        Pure Java implementation of SSH2
 Group:          Development/Libraries
@@ -48,8 +48,6 @@ Source0:        http://download.sourceforge.net/sourceforge/jsch/jsch-%{version}
 # unix2dos MANIFEST.MF
 Source1:        MANIFEST.MF
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
-
 BuildRequires:  jpackage-utils >= 0:1.5
 BuildRequires:  java-devel >= 1.4.2
 BuildRequires:  jzlib >= 0:1.0.5
@@ -58,6 +56,7 @@ BuildRequires:  ant
 BuildArch:      noarch
 
 Requires:       jzlib >= 0:1.0.5
+Requires:       jpackage-utils
 
 %description
 JSch allows you to connect to an sshd server and use port forwarding, 
@@ -67,6 +66,7 @@ functionality into your own Java programs.
 %package        javadoc
 Summary:        Javadoc for %{name}
 Group:          Documentation
+Requires:       jpackage-utils
 
 %description    javadoc
 %{summary}.
@@ -119,13 +119,18 @@ rm -rf $RPM_BUILD_ROOT
 %files javadoc
 %defattr(-,root,root,-)
 %doc %{_javadocdir}/%{name}*
+%doc LICENSE.txt
 
 %files demo
 %defattr(-,root,root,-)
 %doc %{_datadir}/%{name}*
+%doc LICENSE.txt
 
 
 %changelog
+* Fri Sep 24 2010 Alexander Kurtakov <akurtako at redhat.com> 0:0.1.43-2
+- Fix merge review comments (#225953).
+
 * Mon Aug 16 2010 Alexander Kurtakov <akurtako at redhat.com> 0:0.1.43-1
 - Update to new upstream version.
 
diff --git a/sources b/sources
index 51f126d..00fc760 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-6ef2d9ef9c84d707ecbbaead5f93ed2e  jsch-0.1.41.zip
 ccf75ce1ee6e2eba717602ff8c344c74  jsch-0.1.43.zip


More information about the scm-commits mailing list