Michal Nowak faf25bc
# psyco: Bug 483357 - Empty eclipse-pydev-debuginfo
Sami Wagiaalla 61e694d
%global qualifier 2013031601
9c26ec2
%global _python_bytecompile_errors_terminate_build 0
Michal Nowak faf25bc
Igor Foox 0e409e1
Epoch: 1
Igor Foox 0e409e1
173dd9d
%global install_loc         %{_datadir}/eclipse/dropins
Igor Foox 0e409e1
Igor Foox 0e409e1
Summary:          Eclipse Python development plug-in
Igor Foox 0e409e1
Name:             eclipse-pydev
Sami Wagiaalla 61e694d
Version:          2.7.3
1a77d46
Release:          2%{?dist}
388499c
License:          EPL
45c6db5
URL:              http://pydev.org
Igor Foox 0e409e1
Group:            Development/Tools
Igor Foox 0e409e1
Sami Wagiaalla 61e694d
#Source0:         http://downloads.sourceforge.net/project/pydev/pydev/PyDev%202.7.3/PyDev%202.7.3-sources.zip
Sami Wagiaalla 949e388
Source0:          PyDev-%{version}-sources.zip
Sami Wagiaalla 8284db0
Patch0:           pydev-removeruntimeerror.patch
a606d0e
Patch1:           remove-red-core.patch
a606d0e
Patch2:           remove-winregistry.patch
Sami Wagiaalla 0b2523a
Patch3:           pydev-remove-jython.patch
Sami Wagiaalla 61e694d
Patch4:           pydev-add-shared_core-to-feature.patch
Sami Wagiaalla 61e694d
Patch5:           pydev-remove-junit-version-limit.patch
Sami Wagiaalla 7a83b72
Patch6:           pydev-make-junit-optional.patch
Sami Wagiaalla 61e694d
Igor Foox 0e409e1
BuildRequires:    java-devel >= 1.5.0
173dd9d
BuildArch:        noarch
Igor Foox 0e409e1
ef431d3
Requires:         eclipse-platform
Igor Foox 0e409e1
Requires:         python
Nathaniel McCallum e907651
Requires:         apache-commons-codec >= 1.3
Nathaniel McCallum e907651
Requires:         apache-commons-logging
6b32574
Requires:         xmlrpc-common
6b32574
Requires:         xmlrpc-client
6b32574
Requires:         xmlrpc-server
Igor Foox 0e409e1
Requires:         junit >= 3.8.1
Igor Foox 0e409e1
Requires:         jython >= 2.2
02b969c
Requires:         pylint
a606d0e
Requires:         jpathwatch
1a77d46
Requires:         python-django 
Andrew Overholt 0eeda35
Requires:         ws-commons-util
f907f41
Requires:         python-ipython-console
Sami Wagiaalla a88c5a3
Requires:   	  python-libs
Igor Foox 0e409e1
BuildRequires:    eclipse-pde
f907f41
BuildRequires:    eclipse-mylyn
Sami Wagiaalla 7159f84
BuildRequires:    eclipse-mylyn-context-team >= 3.5.0
Andrew Overholt ced3575
BuildRequires:    eclipse-mylyn-ide >= 3.5.0
Igor Foox 0e409e1
BuildRequires:    jpackage-utils >= 0:1.5
Igor Foox 0e409e1
BuildRequires:    junit >= 3.8.1
Nathaniel McCallum e907651
BuildRequires:    apache-commons-codec >= 1.3
Nathaniel McCallum e907651
BuildRequires:    apache-commons-logging
631578c
BuildRequires:    ws-commons-util
6b32574
BuildRequires:    xmlrpc-common
6b32574
BuildRequires:    xmlrpc-client
6b32574
BuildRequires:    xmlrpc-server
Igor Foox 0e409e1
BuildRequires:    jython >= 2.2
a606d0e
BuildRequires:    jpathwatch
Igor Foox 0e409e1
Igor Foox 0e409e1
%description
Igor Foox 0e409e1
The eclipse-pydev package contains Eclipse plugins for
Igor Foox 0e409e1
Python development.
Igor Foox 0e409e1
57be28e
%package  mylyn
57be28e
Summary:  Pydev Mylyn Focused UI
57be28e
Requires: eclipse-mylyn
57be28e
Requires: %{name} = %{epoch}:%{version}-%{release}
57be28e
Group: Development/Tools
57be28e
57be28e
%description mylyn
57be28e
Mylyn Task-Focused UI extensions for Pydev.
57be28e
Igor Foox 0e409e1
%prep
45c6db5
%setup -q -c
Sami Wagiaalla 8284db0
%patch0 -p1
Sami Wagiaalla 61e694d
%patch1 -p1 -b .sav
Sami Wagiaalla 61e694d
%patch2 -p1 -b .sav
Sami Wagiaalla 0b2523a
%patch3 -p1
Sami Wagiaalla 0b2523a
%patch4 -p1
Sami Wagiaalla 61e694d
%patch5 -p1
Sami Wagiaalla 7a83b72
%patch6 -p1
Sami Wagiaalla 0b2523a
80264d9
#fix mylyn plugin version
6b32574
sed --in-place 's:version="0.4.0":version="%{version}.%{qualifier}":' features/org.python.pydev.mylyn.feature/feature.xml
Ben Konrath 8903f5b
Ben Konrath 8022271
# remove pre-generated build files
45c6db5
find . -name build.xml | xargs rm
Igor Foox 0e409e1
45c6db5
# remove pre-built jars
45c6db5
find -name '*.class' -exec rm -f '{}' \;
45c6db5
find -name '*.jar' -exec rm -f '{}' \;
Igor Foox 0e409e1
Sami Wagiaalla 0b2523a
# Remove inlined jython sources.
Sami Wagiaalla 0b2523a
rm -rf plugins/org.python.pydev.jython/src_jython
Sami Wagiaalla 0b2523a
Ben Konrath 8022271
# link to system jars
236177f
ln -sf %{_javadir}/commons-codec.jar \
Igor Foox 0e409e1
       plugins/org.python.pydev.core/commons-codec.jar
Igor Foox 0e409e1
631578c
ln -sf %{_javadir}/junit.jar \
a606d0e
       plugins/org.python.pydev.core/lib/junit.jar
a606d0e
Sami Wagiaalla ff94b6e
ln -sf %{_jnidir}/jpathwatch.jar \
a606d0e
       plugins/org.python.pydev.core/lib/jpathwatch-0-94.jar
Igor Foox 0e409e1
Sami Wagiaalla 0b2523a
mkdir plugins/org.python.pydev.jython/lib/
Sami Wagiaalla 0b2523a
ln -sf %{_javadir}/jython.jar \
Sami Wagiaalla 0b2523a
       plugins/org.python.pydev.jython/lib/jython.jar
Sami Wagiaalla 0b2523a
Sami Wagiaalla 949e388
ln -sf %{_datadir}/jython/Lib \
4f08125
       plugins/org.python.pydev.jython/Lib
45c6db5
236177f
ln -sf %{_javadir}/commons-logging.jar \
Sami Wagiaalla 61e694d
       plugins/org.python.pydev.shared_interactive_console/commons-logging-1.1.jar
45c6db5
631578c
ln -sf %{_javadir}/ws-commons-util.jar \
Sami Wagiaalla 61e694d
       plugins/org.python.pydev.shared_interactive_console/ws-commons-util-1.0.2.jar
45c6db5
6b32574
ln -sf %{_javadir}/xmlrpc-client.jar \
Sami Wagiaalla 61e694d
       plugins/org.python.pydev.shared_interactive_console/xmlrpc-client-3.1.jar
631578c
6b32574
ln -sf %{_javadir}/xmlrpc-common.jar \
Sami Wagiaalla 61e694d
       plugins/org.python.pydev.shared_interactive_console/xmlrpc-common-3.1.jar
45c6db5
6b32574
ln -sf %{_javadir}/xmlrpc-server.jar \
Sami Wagiaalla 61e694d
       plugins/org.python.pydev.shared_interactive_console/xmlrpc-server-3.1.jar
Igor Foox 0e409e1
Ben Konrath 8022271
# enable when tests are used
8513937
#ln -sf %%{_datadir}/java/jflex.jar \
Ben Konrath 8022271
#       plugins/org.python.pydev.refactoring/tests/lib/JFlex.jar
Ben Konrath 8022271
Ben Konrath 8022271
# enable when tests are used
8513937
#ln -sf %%{_datadir}/java/xpp3-minimal.jar \
Ben Konrath 8022271
#       plugins/org.python.pydev.refactoring/tests/lib/xpp3_min-1.1.3.4.O.jar
Ben Konrath 8022271
Ben Konrath 8022271
# enable when tests are used
8513937
#ln -sf %%{_datadir}/java/xstream.jar \
Ben Konrath 8022271
#       plugins/org.python.pydev.refactoring/tests/lib/xstream-1.2.1.jar
Ben Konrath 8022271
45c6db5
Igor Foox 0e409e1
%build
Sami Wagiaalla 7159f84
eclipse-pdebuild \
Sami Wagiaalla 7159f84
  -d "mylyn mylyn-commons mylyn-ide mylyn-context mylyn-context-team" \
a606d0e
  -f org.python.pydev.feature -a "-DjavacSource=1.5 -DjavacTarget=1.5"
Igor Foox 0e409e1
Sami Wagiaalla 7159f84
eclipse-pdebuild \
Sami Wagiaalla 7159f84
  -d "mylyn mylyn-commons mylyn-ide mylyn-context mylyn-context-team" \
a606d0e
  -f org.python.pydev.mylyn.feature -a "-DjavacSource=1.5 -DjavacTarget=1.5"
Ben Konrath 8903f5b
Igor Foox 0e409e1
%install
1069335
installDir=${RPM_BUILD_ROOT}/%{install_loc}/pydev
Andrew Overholt 4e4ab76
install -d -m755 $installDir
Andrew Overholt 4e4ab76
install -d -m755 ${installDir}-mylyn
Ben Konrath 8903f5b
Ben Konrath 8903f5b
# pydev main feature
Andrew Overholt 4e4ab76
unzip -q -d $installDir build/rpmBuild/org.python.pydev.feature.zip
Igor Foox 0e409e1
Ben Konrath 8903f5b
# pydev mylyn feature
Andrew Overholt 4e4ab76
unzip -q -d ${installDir}-mylyn build/rpmBuild/org.python.pydev.mylyn.feature.zip
Ben Konrath 8903f5b
Ben Konrath 8903f5b
# deal with linked deps
Andrew Overholt 4e4ab76
pushd $installDir/eclipse/plugins
f86ccf3
rm -rf org.python.pydev.core_%{version}.%{qualifier}/commons-codec.jar
Nathaniel McCallum e907651
ln -sf %{_javadir}/commons-codec.jar \
f86ccf3
       org.python.pydev.core_%{version}.%{qualifier}/commons-codec.jar
Igor Foox 0e409e1
631578c
ln -sf %{_javadir}/junit.jar \
f86ccf3
       org.python.pydev.core_%{version}.%{qualifier}/lib/junit.jar
a606d0e
ln -sf %{_jnidir}/jpathwatch.jar \
a606d0e
       org.python.pydev.core_%{version}.%{qualifier}/lib/jpathwatch-0-94.jar
Igor Foox 0e409e1
Sami Wagiaalla 7a83b72
file=`find . -name commons-logging-1.1.jar`
Sami Wagiaalla 7a83b72
rm -f $file
Sami Wagiaalla 7a83b72
ln -sf %{_javadir}/commons-logging.jar $file
45c6db5
Sami Wagiaalla 7a83b72
file=`find . -name ws-commons-util-1.0.2.jar`
Sami Wagiaalla 7a83b72
rm -f $file
Sami Wagiaalla 7a83b72
ln -sf %{_javadir}/ws-commons-util.jar $file
45c6db5
Sami Wagiaalla 7a83b72
file=`find . -name xmlrpc-client-3.1.jar`
Sami Wagiaalla 7a83b72
rm -f $file
Sami Wagiaalla 7a83b72
ln -sf %{_javadir}/xmlrpc-client.jar $file
631578c
Sami Wagiaalla 7a83b72
file=`find . -name xmlrpc-common-3.1.jar`
Sami Wagiaalla 7a83b72
rm -f $file
Sami Wagiaalla 7a83b72
ln -sf %{_javadir}/xmlrpc-common.jar $file
45c6db5
Sami Wagiaalla 7a83b72
file=`find . -name xmlrpc-server-3.1.jar`
Sami Wagiaalla 7a83b72
rm -f $file
Sami Wagiaalla 7a83b72
ln -sf %{_javadir}/xmlrpc-server.jar $file
631578c
Sami Wagiaalla a88c5a3
# Symlink and copy required python libs before deleting Lib dir.
Sami Wagiaalla a88c5a3
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/jython/Lib
Sami Wagiaalla 61e694d
cp org.python.pydev.jython_%{version}.%{qualifier}/Lib/textwrap.py ${RPM_BUILD_ROOT}%{_datadir}/jython/Lib
Sami Wagiaalla a88c5a3
Sami Wagiaalla 61e694d
rm -rf org.python.pydev.jython_%{version}.%{qualifier}/Lib
4f08125
ln -sf %{_datadir}/jython/Lib \
Sami Wagiaalla 61e694d
       org.python.pydev.jython_%{version}.%{qualifier}/Lib
Sami Wagiaalla 0b2523a
Sami Wagiaalla 0b2523a
ln -sf %{_javadir}/jython.jar \
Sami Wagiaalla 61e694d
       org.python.pydev.jython_%{version}.%{qualifier}/lib
Igor Foox 0e409e1
popd
Igor Foox 0e409e1
Michal Nowak 725c62c
# convert .py$ files from mode 0644 to mode 0755
Andrew Overholt 407b9c8
sixFourFourfiles=$(find ${RPM_BUILD_ROOT} -name '*\.py' -perm 0644 | xargs)
Andrew Overholt 407b9c8
if [ ${sixFourFourfiles:-0} -ne 0 ]; then
Andrew Overholt 407b9c8
  chmod 0755 ${sixFourFourfiles}
Andrew Overholt 407b9c8
fi
Michal Nowak 725c62c
Sami Wagiaalla a88c5a3
%post
Sami Wagiaalla a0efc04
ln -sf /usr/lib`arch | sed 's/x86_//;s/i686//'`/python2.7/optparse.py %{_datadir}/jython/Lib/optparse.py
Sami Wagiaalla a88c5a3
Sami Wagiaalla a88c5a3
%postun
Sami Wagiaalla a0efc04
rm -f  %{_datadir}/jython/Lib/optparse.py
Sami Wagiaalla a88c5a3
Igor Foox 0e409e1
%files
1069335
%{install_loc}/pydev
Sami Wagiaalla a88c5a3
%{_datadir}/jython/Lib/*
57be28e
57be28e
%files mylyn
1069335
%{install_loc}/pydev-mylyn
Igor Foox 0e409e1
Igor Foox 0e409e1
%changelog
Sami Wagiaalla 7a83b72
* Wed Apr 24 2013 Sami Wagiaalla <swagiaal@redhat.com> 1:2.7.3-2
Sami Wagiaalla 7a83b72
- Make junit an optional requirement for org.eclipse.pydev.debug
Sami Wagiaalla 7a83b72
- Use 'find' to find and link jars so that we don't have to specify
Sami Wagiaalla 7a83b72
  the bundle version.
Sami Wagiaalla 7a83b72
1a77d46
* Wed Apr 10 2013 Alexander Kurtakov <akurtako@redhat.com> 1:2.7.3-2
1a77d46
- Switch requires from Django to python-django.
1a77d46
Sami Wagiaalla 61e694d
* Thu Mar 28 2013 Sami Wagiaalla <swagiaal@redhat.com> 1:2.7.3-1
Sami Wagiaalla 61e694d
- Update to release 2.7.3.
Sami Wagiaalla 61e694d
- Add shared_core to feature plugins.
Sami Wagiaalla 61e694d
- Removed Junit maximum version.
Sami Wagiaalla 61e694d
- Renamed com.aptana.interactive_console to
Sami Wagiaalla 61e694d
  org.python.pydev.shared_interactive_console
Sami Wagiaalla 61e694d
- removed jython_qualifier.
Sami Wagiaalla 61e694d
Sami Wagiaalla a0efc04
* Fri Feb 8 2013 Sami Wagiaalla <swagiaal@redhat.com> 1:2.7.1-6
Sami Wagiaalla a0efc04
- Do not use _libdir in post{un}.
Sami Wagiaalla a0efc04
Sami Wagiaalla a88c5a3
* Thu Feb 7 2013 Sami Wagiaalla <swagiaal@redhat.com> 1:2.7.1-5
Sami Wagiaalla a88c5a3
- Install/link to missing required python libraries.
Sami Wagiaalla a88c5a3
Sami Wagiaalla ff94b6e
* Thu Feb 7 2013 Sami Wagiaalla <swagiaal@redhat.com> 1:2.7.1-4
Sami Wagiaalla ff94b6e
- Fix build: user _jnidir for path to jpathwatch.jar.
Sami Wagiaalla ff94b6e
Sami Wagiaalla 0b2523a
* Mon Jan 7 2013 Sami Wagiaalla <swagiaal@redhat.com> 1:2.7.1-4
Sami Wagiaalla 0b2523a
- Remove jython sources and use system jython jar instead.
Sami Wagiaalla 0b2523a
Sami Wagiaalla a88c5a3
* Fri Dec 14 2012 Sami Wagiaalla <swagiaal@redhat.com> 1:2.7.1-3
Sami Wagiaalla 5fc6b70
- Use built pydev-jython because it contains JythonPlugin.
Sami Wagiaalla 5fc6b70
Sami Wagiaalla 8284db0
* Tue Dec 4 2012 Sami Wagiaalla <swagiaal@redhat.com> 1:2.7.1-2
Sami Wagiaalla 8284db0
- Re-add pydev-removeruntimeerror.patch.
Sami Wagiaalla 8284db0
Sami Wagiaalla a88c5a3
* Tue Nov 6 2012 Sami Wagiaalla <swagiaal@redhat.com> 1:2.7.1-1
Sami Wagiaalla 28953da
- Update to 2.7.1 release.
Sami Wagiaalla 28953da
6b32574
* Fri Oct 5 2012 Jeff Johnston <jjohnstn@redhat.com> 1:2.7.0-1
6b32574
- Update to 2.7.0 release.
6b32574
f907f41
* Wed Aug 8 2012 Alexander Kurtakov <akurtako@redhat.com> 1:2.6.0-2
f907f41
- Fix Requires to match new package names.
f907f41
Sami Wagiaalla 949e388
* Wed Jul 18 2012 Sami Wagiaalla <swagiaal@redhat.com> 1:2.6.0-1
Sami Wagiaalla 949e388
- Update to 2.6.0 release.
Sami Wagiaalla 949e388
Sami Wagiaalla 7159f84
* Thu Apr 26 2012 Sami Wagiaalla <swagiaal@redhat.com> 1:2.5.0-1
Sami Wagiaalla 7159f84
- Update to 2.5.0 release.
Sami Wagiaalla 7159f84
- Use eclipse-pdebuild.
Sami Wagiaalla 7159f84
- Remove definition of eclipse_base.
Sami Wagiaalla 7159f84
- Remove pydev-removeruntimeerror.patch (already applied upstream).
Sami Wagiaalla 7159f84
8c52926
* Wed Feb 1 2012 Alexander Kurtakov <akurtako@redhat.com> 1:2.4.0-1
8c52926
- Update to upstream 2.4.0 release.
8c52926
a702223
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.3.0-2
a702223
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a702223
4f08125
* Fri Dec 16 2011 Alexander Kurtakov <akurtako@redhat.com> 1:2.3.0-1
4f08125
- Update to upstream 2.3.0 release.
4f08125
a2e84d5
* Thu Nov 3 2011 Alexander Kurtakov <akurtako@redhat.com> 1:2.2.4-1
a2e84d5
- Update to upstream 2.2.4 release.
a2e84d5
24164d0
* Fri Oct 7 2011 Alexander Kurtakov <akurtako@redhat.com> 1:2.2.3-1
24164d0
- Update to upstream 2.2.3 release.
24164d0
1dc9f3f
* Tue Aug 23 2011 Alexander Kurtakov <akurtako@redhat.com> 1:2.2.2-1
1dc9f3f
- Update to upstream 2.2.2 release.
1dc9f3f
5faa93a
* Thu Jul 14 2011 Alexander Kurtakov <akurtako@redhat.com> 1:2.2.1-1
5faa93a
- Update to upstream 2.2.1 release.
5faa93a
a606d0e
* Tue Jul 12 2011 Alexander Kurtakov <akurtako@redhat.com> 1:2.2.0-1
a606d0e
- Update to upstream 2.2.0 release.
a606d0e
Andrew Overholt 0b0f2f9
* Thu Apr 28 2011 Severin Gehwolf <sgehwolf@redhat.com> 1:2.0.0-4
Andrew Overholt 0b0f2f9
- Fix pdebuild -d to include "mylyn" as well.
Andrew Overholt 0b0f2f9
Andrew Overholt ced3575
* Thu Apr 28 2011 Severin Gehwolf <sgehwolf@redhat.com> 1:2.0.0-3
Andrew Overholt ced3575
- Add BR required due to mylyn update to 3.5.0.
Andrew Overholt ced3575
Andrew Overholt 0eeda35
* Thu Apr 28 2011 Andrew Overholt <overholt@redhat.com> 1:2.0.0-2
Andrew Overholt 0eeda35
- Add Requires on ws-commons-util (reported on IRC).
Andrew Overholt 0eeda35
173dd9d
* Mon Apr 4 2011 Alexander Kurtakov <akurtako@redhat.com> 1:2.0.0-1
173dd9d
- Update to upstream version 2.0.0.
173dd9d
- Make the package noarch. It was arch only for psyco which seems to be dead now(no longer available in Fedora).
173dd9d
8513937
* Sat Feb 12 2011 Alexander Kurtakov <akurtako@redhat.com> 1:1.6.5-1
8513937
- Update to new upstream version 1.6.5.
8513937
09aabbc
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.6.4-2
09aabbc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
09aabbc
3768f1e
* Tue Jan 4 2011 Alexander Kurtakov <akurtako@redhat.com> 1:1.6.4-1
3768f1e
- Update to 1.6.4.
3768f1e
ef431d3
* Tue Nov 9 2010 Alexander Kurtakov <akurtako@redhat.com> 1:1.6.3-1
ef431d3
- Update to 1.6.3.
ef431d3
Nathaniel McCallum e907651
* Fri Aug 27 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 1:1.6.1-1
Nathaniel McCallum e907651
- Update to 1.6.1
Nathaniel McCallum e907651
- rework remove-red-core.patch to apply on 1.6.1
Nathaniel McCallum e907651
- jakarta-commons-codec -> apache-commons-codec
Nathaniel McCallum e907651
- jakarta-commons-logging -> apache-commons-logging
Nathaniel McCallum e907651
- fix symlinks related to the jakarta->apache package changes
Nathaniel McCallum e907651
Adam Williamson 688627b
* Fri Aug 06 2010 Adam Williamson <awilliam@redhat.com> 1:1.5.9-2
Adam Williamson 688627b
- Temporarily drop the dependency on psyco as it is not ported to
Adam Williamson 688627b
  Python 2.7 yet
Adam Williamson 688627b
cd75c7a
* Wed Jul 14 2010 Alexander Kurtakov <akurtako@redhat.com> 1:1.5.9-1
cd75c7a
- Update to 1.5.9.
cd75c7a
Andrew Overholt 1742955
* Wed Jun 30 2010 Andrew Overholt <overholt@redhat.com> 1:1.5.7-2
Andrew Overholt 1742955
- Add patch to remove runtime error.
Andrew Overholt 1742955
- Resolves rhbz#539986.
Andrew Overholt 1742955
236177f
* Tue May 11 2010 Alexander Kurtakov <akurtako@redhat.com> 1:1.5.7-1
236177f
- Update to 1.5.7.
236177f
226fca2
* Tue Apr 6 2010 Alexander Kurtakov <akurtako@redhat.com> 1:1.5.6-1
226fca2
- Update to 1.5.6.
226fca2
- Django projects support.
226fca2
0849d5b
* Thu Mar 25 2010 Alexander Kurtakov <akurtako@redhat.com> 1:1.5.5-2
0849d5b
- Fix compile with latest piccolo2d.
0849d5b
01aabee
* Fri Mar 5 2010 Alexander Kurtakov <akurtako@redhat.com> 1:1.5.5-1
01aabee
- Update to 1.5.5.
01aabee
9c26ec2
* Mon Feb 15 2010 Alexander Kurtakov <akurtako@redhat.com> 1:1.5.4-2
9c26ec2
- Disable _python_bytecompile_errors_terminate_build.
9c26ec2
3a23a02
* Wed Jan 20 2010 Alexander Kurtakov <akurtako@redhat.com> 1:1.5.4-1
3a23a02
- Update to 1.5.4.
3a23a02
29f60e2
* Thu Dec 10 2009 Alexander Kurtakov <akurtako@redhat.com> 1:1.5.3-1
29f60e2
- Update to 1.5.3.
29f60e2
1c47b62
* Wed Dec 9 2009 Alexander Kurtakov <akurtako@redhat.com> 1:1.5.2-1
1c47b62
- Update to 1.5.2.
1c47b62
03eb983
* Wed Nov 18 2009 Alexander Kurtakov <akurtako@redhat.com> 1:1.5.1-1
03eb983
- Update to 1.5.1.
03eb983
1a25877
* Tue Oct 13 2009 Alexander Kurtakov <akurtako@redhat.com> 1:1.5.0-2
1a25877
- Add piccolo2d BR/R.
1a25877
45c6db5
* Tue Oct 13 2009 Alexander Kurtakov <akurtako@redhat.com> 1:1.5.0-1
45c6db5
- Update to upstream 1.5.0.
45c6db5
802063c
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.4.7-3
802063c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
802063c
02b969c
* Mon Jul 20 2009 Alexander Kurtakov <akurtako@redhat.com> 1:1.4.7-2
02b969c
- Require pylint to fix errors in pydev settings.
02b969c
9f118c1
* Fri Jul 17 2009 Alexander Kurtakov <akurtako@redhat.com> 1:1.4.7-1
9f118c1
- Update to 1.4.7. Adds IronPython projects support.
9f118c1
80264d9
* Thu May 21 2009 Alexander Kurtakov <akurtako@redhat.com> 1:1.4.6-1
80264d9
- Update to 1.4.6.
80264d9
Michal Nowak cbd809d
* Mon May  4 2009 Michal Nowak <mnowak@redhat.com> 1:1.4.5-1
Michal Nowak cbd809d
- 1.4.5; Resolves: rhbz#498651
Michal Nowak cbd809d
2e8f0ba
* Mon Mar 23 2009 Alexander Kurtakov <akurtako@redhat.com> 1:1.4.4-2
2e8f0ba
- Rebuild to not ship p2 context.xml.
2e8f0ba
eada160
* Wed Feb 25 2009 Alexander Kurtakov <akurtako@redhat.com> 1:1.4.4-1
eada160
- Update to 1.4.4.
eada160
038d612
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.4.3-2
038d612
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
038d612
f86ccf3
* Fri Feb 20 2009 Alexander Kurtakov <akurtako@redhat.com> 1:1.4.3-1
f86ccf3
- Update to 1.4.3.
f86ccf3
- Adapt to upstream usage of qualifier.
f86ccf3
- Use %%global instead of %%define.
f86ccf3
Michal Nowak faf25bc
* Sat Jan 31 2009 Michal Nowak <mnowak@redhat.com> 1:1.4.2-2
Michal Nowak faf25bc
- %%defattr(-,root,root,-) for mylyn sub-package
Michal Nowak faf25bc
- Disable building -debuginfo due to psyco problems; resolves: rhbz#483357
Michal Nowak faf25bc
5250f8f
* Wed Jan 14 2009 Alexander Kurtakov <akurtako@redhat.com> 1:1.4.2-1
5250f8f
- Update to 1.4.2.
5250f8f
631578c
* Thu Dec 25 2008 Alexander Kurtakov <akurtako@redhat.com> 1:1.4.0-1
631578c
- Update to 1.4.0 - adds support for Python 2.6/3.0.
631578c
- Use system jakarta-commons-logging and xmlrpc3.
631578c
- Drop arch checks for mylyn - it is noarch now.
631578c
b99391d
* Mon Dec 15 2008 Alexander Kurtakov <akurtako@redhat.com> 1:1.3.24-4
b99391d
- This package is not noarch due to python-psyco and mylyn issues on different platforms.
b99391d
1069335
* Thu Dec 11 2008 Alexander Kurtakov <akurtako@redhat.com> 1:1.3.24-3
1069335
- Require python-psyco to speed up debuging.
1069335
54a009a
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1:1.3.24-2
54a009a
- Rebuild for Python 2.6
54a009a
d62ef2e
* Mon Oct 27 2008 Alexander Kurtakov <akurtako@redhat.com> 1:1.3.24-1
d62ef2e
- 1.3.24
d62ef2e
a5bb53b
* Sun Oct 26 2008 Alexander Kurtakov <akurtako@redhat.com> 1:1.3.23-1
a5bb53b
- 1.3.23
a5bb53b
ea03654
* Fri Oct 17 2008 Alexander Kurtakov <akurtako@redhat.com> 1:1.3.22-1
ea03654
- 1.3.22
ea03654
57be28e
* Fri Oct 17 2008 Alexander Kurtakov <akurtako@redhat.com> 1:1.3.20-2
57be28e
- Drop gcj support.
57be28e
- Split mydev support to subpackage to correct dependencies.
57be28e
- Drop eclipse-mylyn-ide BR - it is merged into eclipse-mylyn.
57be28e
Michal Nowak 725c62c
* Tue Oct 14 2008 Michal Nowak <mnowak@redhat.com> 1:1.3.20-1
Michal Nowak 725c62c
- bump to 1.3.20
Michal Nowak 725c62c
- created general versioning scheme for version tag & tarball URI)
Michal Nowak 725c62c
- sed: /usr/local/bin/python -> /usr/bin/env python in Jython's cgi.py
Michal Nowak 725c62c
- convert .py$ files from mode 0644 to mode 0755
Michal Nowak 725c62c
- possibility to convert '\r\n' end-of-lines to *nix-like '\n'
Michal Nowak 725c62c
  in all '.py$' files
Michal Nowak 725c62c
Andrew Overholt 4e4ab76
* Wed Jul 30 2008 Andrew Overholt <overholt@redhat.com> 1:1.3.18-1
Andrew Overholt 4e4ab76
- 1.3.18
Andrew Overholt 4e4ab76
- Update for building with Eclipse SDK 3.4
Andrew Overholt 4e4ab76
- Back-port patch from HEAD for building against Eclipse SDK 3.4
Andrew Overholt 4e4ab76
388499c
* Thu Jul 17 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1:1.3.14-2
388499c
- fix license tag
388499c
7fa3eee
* Mon Apr 07 2008 Jeff Johnston <jjohnstn@redhat.com> 1:1.3.14-1
7fa3eee
- 1.3.14
7fa3eee
4153486
* Fri Feb 01 2008 Jeff Johnston <jjohnstn@redhat.com> 1:1.3.12-1
4153486
- Resolves Bugzilla #431200
4153486
- 1.3.12
4153486
254854f
* Thu Sep 20 2007 Ben Konrath <bkonrath@redhat.com> 1:1.3.9-1
254854f
- 1.3.9
254854f
Ben Konrath 8903f5b
* Tue Aug 28 2007 Ben Konrath <bkonrath@redhat.com> 1:1.3.8-2
Ben Konrath 17af964
- Add pydev mylyn feature to all archs except ppc64.
Ben Konrath 8903f5b
Ben Konrath 8022271
* Fri Aug 24 2007 Ben Konrath <bkonrath@redhat.com> 1:1.3.8-1
Ben Konrath 8022271
- 1.3.8
Ben Konrath 8022271
Igor Foox 0e409e1
* Fri Apr 27 2007 Igor Foox <ifoox@redhat.com> 1:1.3.1-5
Igor Foox 0e409e1
- Add runtime dependancy on the JDT.
Igor Foox 0e409e1
- Reorganize Requires and BuildRequires.
Igor Foox 0e409e1
Igor Foox 0e409e1
* Mon Apr 02 2007 Andrew Overholt <overholt@redhat.com> 1:1.3.1-4
Igor Foox 0e409e1
- Remove some whitespace, fix lines > 80 characters.
Igor Foox 0e409e1
- Remove unnecessary rm of junit.jar.
Igor Foox 0e409e1
- pushd to a deeper directory to fix long lines.
Igor Foox 0e409e1
- Add missing popd.
Igor Foox 0e409e1
- Typo in buildroot.
Igor Foox 0e409e1
Igor Foox 0e409e1
* Mon Apr 02 2007 Igor Foox <ifoox@redhat.com> 1:1.3.1-3
Igor Foox 0e409e1
- Remove ExclusiveArch.
Igor Foox 0e409e1
Igor Foox 0e409e1
* Sun Apr 01 2007 Igor Foox <ifoox@redhat.com> 1:1.3.1-2
Igor Foox 0e409e1
- Add Jython as a BuildRequires and Requires.
Igor Foox 0e409e1
- Fix buildroot.
Igor Foox 0e409e1
- Add dist tag.
Igor Foox 0e409e1
- Remove pkg_summary and eclipse_name macros.
Igor Foox 0e409e1
- Remove eclipse-jdt and eclipse-pde from BR as they are required by PDE.
Igor Foox 0e409e1
- Fix permissions on defattr.
Igor Foox 0e409e1
- Fix long lines.
Igor Foox 0e409e1
- Renumber and comment patches.
Igor Foox 0e409e1
- Update and simplify source drop generation comment.
Igor Foox 0e409e1
Igor Foox 0e409e1
* Tue Mar 27 2007 Igor Foox <ifoox@redhat.com> 1:1.3.1-1
Igor Foox 0e409e1
- Update to PyDev 1.3.1.
Igor Foox 0e409e1
Igor Foox 0e409e1
* Mon Mar 26 2007 Igor Foox <ifoox@redhat.com> 1:1.3.0-2
Igor Foox 0e409e1
- Add dependency on jython.
Igor Foox 0e409e1
Igor Foox 0e409e1
* Sun Mar 25 2007 Igor Foox <ifoox@redhat.com> 1:1.3.0-1
Igor Foox 0e409e1
- Update to version 1.3.0.
Igor Foox 0e409e1
- Update fetch script to include refactoring package.
Igor Foox 0e409e1
- Fixeup changelog epochs.
Igor Foox 0e409e1
- Remove #! lines from .py files.
Igor Foox 0e409e1
Igor Foox 0e409e1
* Sat Mar 24 2007 Igor Foox <ifoox@redhat.com> 1:1.2.5-2
Igor Foox 0e409e1
- Update to version 1.2.5.
Igor Foox 0e409e1
- Include Jython functionality again.
Igor Foox 0e409e1
- Fix spacing issues.
45c6db5
- Remove backport to Java 1.4.
Igor Foox 0e409e1
- Change build method to package-build.
Igor Foox 0e409e1
- Include script to create the tarball.
Igor Foox 0e409e1
Igor Foox 0e409e1
* Wed Jun 28 2006 Igor Foox <ifoox@redhat.com> 1:1.1.0-1
Igor Foox 0e409e1
- Updated to version 1.1.0 (still backported)
Igor Foox 0e409e1
- Excluded Jython functionality
Igor Foox 0e409e1
- Removed _fc from version
Igor Foox 0e409e1
- Indented
Igor Foox 0e409e1
Igor Foox 0e409e1
* Thu Feb 09 2006 Igor Foox <ifoox@redhat.com> 1:1.0.6_fc-1
Igor Foox 0e409e1
- Building backported version.
Igor Foox 0e409e1
Igor Foox 0e409e1
* Thu Feb 09 2006 Andrew Overholt <overholt@redhat.com> 1:0.9.3_fc-14
Igor Foox 0e409e1
- Build against 3.1.2.
Igor Foox 0e409e1
Igor Foox 0e409e1
* Fri Dec 16 2005 Andrew Overholt <overholt@redhat.com> 1:0.9.3_fc-13
Igor Foox 0e409e1
- Build against gcc 4.1.
Igor Foox 0e409e1
Igor Foox 0e409e1
* Thu Oct 27 2005 Andrew Overholt <overholt@redhat.com> 1:0.9.3_fc-12
Igor Foox 0e409e1
- Re-build.
Igor Foox 0e409e1
Igor Foox 0e409e1
* Tue Aug 02 2005 Jeff Pound <jpound@redhat.com> 1:0.9.3_fc-11
Igor Foox 0e409e1
- Add patch to make python 2.4 default (bz#164847).
Igor Foox 0e409e1
Igor Foox 0e409e1
* Fri Jul 15 2005 Andrew Overholt <overholt@redhat.com> 1:0.9.3_fc-10
Igor Foox 0e409e1
- Use gbenson's new aot-compile-rpm.
Igor Foox 0e409e1
Igor Foox 0e409e1
* Fri Jul 08 2005 Jeff Pound <jpound@redhat.com> 1:0.9.3_fc-9
Igor Foox 0e409e1
- Fix eclipse build specification to be arch independant.
Igor Foox 0e409e1
- Fix build.properties javacDebugInfo flag (Robin Green bz#161534)
Igor Foox 0e409e1
- Add -g compile option (Robin Green bz#161534)
Igor Foox 0e409e1
Igor Foox 0e409e1
* Tue Jul 05 2005 Jeff Pound <jpound@redhat.com> 1:0.9.3_fc-8
Igor Foox 0e409e1
- Apply Robin Greens patch to explicitly specify archive format (bz#162517)
Igor Foox 0e409e1
- Fix spec file description.
Igor Foox 0e409e1
Igor Foox 0e409e1
* Tue Apr 26 2005 Andrew Overholt <overholt@redhat.com> 1:0.9.3_fc-7
Igor Foox 0e409e1
- Re-organize and make use of scripts.
Igor Foox 0e409e1
- Remove old tarball from sources.
Igor Foox 0e409e1
Igor Foox 0e409e1
* Tue Apr 26 2005 Jeff Pound <jpound@redhat.com> 1:0.9.3_fc-6
Igor Foox 0e409e1
- Swap zip logic for tarball logic.
Igor Foox 0e409e1
- Upgrade to 0.9.3.
Igor Foox 0e409e1
- Remove 3.1 compat patch (included in 0.9.3).
Igor Foox 0e409e1
Igor Foox 0e409e1
* Fri Mar 4 2005 Phil Muldoon <pmuldoon@redhat.com> 1:0.9.0-4_fc
Igor Foox 0e409e1
- Added x86_64 to ExclusiveArch
Igor Foox 0e409e1
Igor Foox 0e409e1
* Thu Mar 3 2005 Jeffrey Pound <jpound@redhat.com> 1:0.9.0-3_fc
Igor Foox 0e409e1
- Rewrite for native build.
Igor Foox 0e409e1
- Change gcc4 to gcc.
Igor Foox 0e409e1
- Add python as requirement.
Igor Foox 0e409e1
- Remove -g option for gcj.
Igor Foox 0e409e1
Igor Foox 0e409e1
* Tue Feb 08 2005 Jeff Pound <jpound@redhat.com> 1:0.9.0-1_fc
Igor Foox 0e409e1
- Initial version