- Fix merge review comments (#225953).

This commit is contained in:
Alexander Kurtakov 2010-09-24 13:00:11 +03:00
parent 296b7c4e70
commit 0936d947d3
2 changed files with 8 additions and 4 deletions

View File

@ -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@redhat.com> 0:0.1.43-2
- Fix merge review comments (#225953).
* Mon Aug 16 2010 Alexander Kurtakov <akurtako@redhat.com> 0:0.1.43-1
- Update to new upstream version.

View File

@ -1,2 +1 @@
6ef2d9ef9c84d707ecbbaead5f93ed2e jsch-0.1.41.zip
ccf75ce1ee6e2eba717602ff8c344c74 jsch-0.1.43.zip