- 0.1.31.
This commit is contained in:
parent
e529feecd5
commit
0f5589b3c1
16
MANIFEST.MF
16
MANIFEST.MF
@ -1,13 +1,13 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-Name: %bundleName
|
||||
Bundle-ClassPath: .
|
||||
Created-By: 1.4.0 (Sun Microsystems Inc.)
|
||||
Bundle-Vendor: %venderName
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Version: 0.1.28
|
||||
Bundle-Localization: plugin
|
||||
Bundle-SymbolicName: com.jcraft.jsch
|
||||
Export-Package: com.jcraft.jsch, com.jcraft.jsch.jce;x-internal:=true,
|
||||
com.jcraft.jsch.jcraft;x-internal:=true
|
||||
Created-By: 1.4.0 (Sun Microsystems Inc.)
|
||||
Bundle-SymbolicName: com.jcraft.jsch
|
||||
Bundle-Name: %bundleName
|
||||
Bundle-Localization: plugin
|
||||
Bundle-Vendor: %venderName
|
||||
Bundle-ClassPath: .
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
||||
Bundle-Version: 0.1.31
|
||||
|
||||
|
13
jsch.spec
13
jsch.spec
@ -35,16 +35,16 @@
|
||||
%define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}
|
||||
|
||||
Name: jsch
|
||||
Version: 0.1.28
|
||||
Release: 1jpp.6
|
||||
Version: 0.1.31
|
||||
Release: 1jpp.1
|
||||
Epoch: 0
|
||||
Summary: Pure Java implementation of SSH2
|
||||
Group: Development/Libraries/Java
|
||||
License: BSD-style
|
||||
URL: http://www.jcraft.com/jsch/
|
||||
Source0: http://download.sourceforge.net/sourceforge/jsch/jsch-%{version}.zip
|
||||
# wget http://download.eclipse.org/tools/orbit/downloads/drops/S200703261521/bundles/com.jcraft.jsch_0.1.28.jar
|
||||
# unzip com.jcraft.jsch_0.1.28.jar META-INF/MANIFEST.MF
|
||||
# wget http://download.eclipse.org/tools/orbit/downloads/drops/S200705301823/bundles/com.jcraft.jsch_0.1.31.jar
|
||||
# unzip com.jcraft.jsch_0.1.31.jar META-INF/MANIFEST.MF
|
||||
# mv META-INF/MANIFEST.MF
|
||||
# rmdir META-INF
|
||||
Source1: MANIFEST.MF
|
||||
@ -99,7 +99,7 @@ ant dist javadoc
|
||||
|
||||
# inject the OSGi Manifest
|
||||
mkdir META-INF
|
||||
mv %{SOURCE1} META-INF
|
||||
cp %{SOURCE1} META-INF
|
||||
zip dist/lib/%{name}-*.jar META-INF/MANIFEST.MF
|
||||
|
||||
%install
|
||||
@ -178,6 +178,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 5 2007 Ben Konrath <bkonrath@redhat.com> - 0:0.1.31-1jpp.1
|
||||
- 0.1.31.
|
||||
|
||||
* Tue Apr 3 2007 Ben Konrath <bkonrath@redhat.com> - 0:0.1.28-1jpp.6
|
||||
- Add OSGi Manifest to jar.
|
||||
- Disable aot-compile-rpm on ia64.
|
||||
|
Loading…
Reference in New Issue
Block a user