- Fix merge review comments (#225953).
This commit is contained in:
parent
296b7c4e70
commit
0936d947d3
11
jsch.spec
11
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@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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user