- 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
|
Name: jsch
|
||||||
Version: 0.1.43
|
Version: 0.1.43
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Pure Java implementation of SSH2
|
Summary: Pure Java implementation of SSH2
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -48,8 +48,6 @@ Source0: http://download.sourceforge.net/sourceforge/jsch/jsch-%{version}
|
|||||||
# unix2dos MANIFEST.MF
|
# unix2dos MANIFEST.MF
|
||||||
Source1: MANIFEST.MF
|
Source1: MANIFEST.MF
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
||||||
|
|
||||||
BuildRequires: jpackage-utils >= 0:1.5
|
BuildRequires: jpackage-utils >= 0:1.5
|
||||||
BuildRequires: java-devel >= 1.4.2
|
BuildRequires: java-devel >= 1.4.2
|
||||||
BuildRequires: jzlib >= 0:1.0.5
|
BuildRequires: jzlib >= 0:1.0.5
|
||||||
@ -58,6 +56,7 @@ BuildRequires: ant
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: jzlib >= 0:1.0.5
|
Requires: jzlib >= 0:1.0.5
|
||||||
|
Requires: jpackage-utils
|
||||||
|
|
||||||
%description
|
%description
|
||||||
JSch allows you to connect to an sshd server and use port forwarding,
|
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
|
%package javadoc
|
||||||
Summary: Javadoc for %{name}
|
Summary: Javadoc for %{name}
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
|
Requires: jpackage-utils
|
||||||
|
|
||||||
%description javadoc
|
%description javadoc
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -119,13 +119,18 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files javadoc
|
%files javadoc
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc %{_javadocdir}/%{name}*
|
%doc %{_javadocdir}/%{name}*
|
||||||
|
%doc LICENSE.txt
|
||||||
|
|
||||||
%files demo
|
%files demo
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc %{_datadir}/%{name}*
|
%doc %{_datadir}/%{name}*
|
||||||
|
%doc LICENSE.txt
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Aug 16 2010 Alexander Kurtakov <akurtako@redhat.com> 0:0.1.43-1
|
||||||
- Update to new upstream version.
|
- Update to new upstream version.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user