Remove double Manifest file in com.jcraft.jsch_0.1.28.jar.

This commit is contained in:
Ben Konrath 2006-08-29 19:45:50 +00:00
parent 4b28c69fb7
commit e1ec979185

View File

@ -41,7 +41,7 @@ Epoch: 1
Summary: %{pkg_summary}
Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro}
Release: 1jpp_12fc
Release: 2
License: EPL
Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/
@ -711,7 +711,7 @@ ORIGCLASSPATH=$CLASSPATH
pushd baseLocation/plugins/com.jcraft.jsch_0.1.28.jar-build
unzip -qq %{_javadir}/jsch.jar -x META-INF\*
sed --in-place "s/$(grep Created-By: META-INF/MANIFEST.MF)/Created-By: $(jar -V | head -1)/" META-INF/MANIFEST.MF
jar -cf ../com.jcraft.jsch_0.1.28.jar *
jar -Mcf ../com.jcraft.jsch_0.1.28.jar *
popd
rm -r baseLocation/plugins/com.jcraft.jsch_0.1.28.jar-build
@ -1641,6 +1641,9 @@ fi
%endif
%changelog
* Tue Aug 29 2006 Ben Konrath <bkonrath@redhat.com> 3.2.0-2
- Remove double Manifest file in com.jcraft.jsch_0.1.28.jar.
* Thu Aug 17 2006 Andrew Overholt <overholt@redhat.com> 3.2.0-1jpp_12fc
- Fix tomcat55 patch to not conflict with wst.ws (commons-logging visibility).