diff --git a/eclipse-pydev.spec b/eclipse-pydev.spec index 6fa489d..867451f 100644 --- a/eclipse-pydev.spec +++ b/eclipse-pydev.spec @@ -7,7 +7,7 @@ Epoch: 1 Summary: Eclipse Python development plug-in Name: eclipse-pydev Version: 4.3.0 -Release: 1%{?dist} +Release: 2%{?dist} License: EPL URL: http://pydev.org @@ -148,7 +148,7 @@ popd &>/dev/null find ${RPM_BUILD_ROOT} -name attach_linux.so -exec chmod +x {} \; # deal with linked deps -installDir=${RPM_BUILD_ROOT}/%{_libdir}/eclipse/dropins/pydev-core +installDir=${RPM_BUILD_ROOT}/%{_libdir}/eclipse/droplets/pydev-core pushd $installDir/eclipse/plugins file=`find . -name commons-logging-1.1.1.jar` @@ -208,6 +208,9 @@ fi %doc LICENSE.txt %changelog +* Mon Aug 31 2015 Roland Grunberg - 1:4.3.0-2 +- Minor change to build as a droplet. + * Fri Aug 21 2015 akurtakov 1:4.3.0-1 - Update to upstream 4.3.0. - Simplify BR/R to adapt new names and remove autogenerated ones now.