Fix patch name.

This commit is contained in:
Alexander Kurtakov 2009-04-07 16:07:22 +00:00
parent 255430ce58
commit 6a5869b769
1 changed files with 6 additions and 4 deletions

View File

@ -29,7 +29,7 @@ Epoch: 1
Summary: An open, extensible IDE
Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro}
Release: 0.1.6%{?dist}
Release: 0.1.7%{?dist}
License: EPL
Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/
@ -119,7 +119,7 @@ Patch26: %{name}-launcher-fix-java-home.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=461860 (mnowak)
Patch29: %{name}-memorypermsizeandjvmcrash.patch
Patch31: %{name}-ia64-qualifierpackaging.patch
Patch31: %{name}-ia64-packaging.patch
# Make ECF bundles have the same qualifier as they do upstream
Patch35: %{name}-ecf-qualifier.patch
@ -581,7 +581,7 @@ rm plugins/org.apache.commons.codec_$COMMONSCODECVERSION
ln -s %{_javadir}/commons-codec.jar \
plugins/org.apache.commons.codec_$COMMONSCODECVERSION
# link to commons-logging
# link to commons-httpclient
COMMONSHTTPVERSION=$(ls plugins | grep commons.httpclient_ | \
sed 's/org.apache.commons.httpclient_//')
rm plugins/org.apache.commons.httpclient_$COMMONSHTTPVERSION
@ -1571,6 +1571,8 @@ fi
#%{_libdir}/%{name}/configuration/org.eclipse.equinox.source
%changelog
* Tue Apr 7 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.1.7
- Fix patch name.
* Thu Apr 2 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.1.6
- First try for 3.5 build.