Michal Nowak faf25bc
# psyco: Bug 483357 - Empty eclipse-pydev-debuginfo
f86ccf3
%global debug_package %{nil}
19ac0ba
%global qualifier 1251989166
Michal Nowak faf25bc
Igor Foox 0e409e1
Epoch: 1
Igor Foox 0e409e1
Andrew Overholt 4e4ab76
%define eclipse_base        %{_libdir}/eclipse
631578c
%define install_loc         %{_libdir}/eclipse/dropins
Igor Foox 0e409e1
Michal Nowak 725c62c
%define major     1
19ac0ba
%define minor     5
19ac0ba
%define maint     0
Michal Nowak faf25bc
Igor Foox 0e409e1
Summary:          Eclipse Python development plug-in
Igor Foox 0e409e1
Name:             eclipse-pydev
Michal Nowak 725c62c
Version:          %{major}.%{minor}.%{maint}
19ac0ba
Release:          1%{?dist}
388499c
License:          EPL
19ac0ba
URL:              http://pydev.org
Igor Foox 0e409e1
Group:            Development/Tools
Igor Foox 0e409e1
f86ccf3
Source0:          http://downloads.sourceforge.net/pydev/org.python.pydev.feature-%{version}.%{qualifier}-sources.zip
19ac0ba
Patch0:           use-piccolo2d-bundle.patch
Igor Foox 0e409e1
BuildRequires:    java-devel >= 1.5.0
Igor Foox 0e409e1
Igor Foox 0e409e1
Requires:         eclipse-jdt
Igor Foox 0e409e1
Requires:         python
19ac0ba
# Psyco is available only on x86
b99391d
%ifarch %{ix86}
1069335
Requires:         python-psyco
b99391d
%endif
631578c
Requires:         jakarta-commons-codec >= 1.3
631578c
Requires:         jakarta-commons-logging
631578c
Requires:         xmlrpc3-common
631578c
Requires:         xmlrpc3-client
631578c
Requires:         xmlrpc3-server
Igor Foox 0e409e1
Requires:         junit >= 3.8.1
Igor Foox 0e409e1
Requires:         jython >= 2.2
02b969c
Requires:         pylint
19ac0ba
Requires:         piccolo2d
Igor Foox 0e409e1
BuildRequires:    eclipse-pde
Ben Konrath 8903f5b
BuildRequires:    eclipse-mylyn
Igor Foox 0e409e1
BuildRequires:    jpackage-utils >= 0:1.5
Igor Foox 0e409e1
BuildRequires:    junit >= 3.8.1
631578c
BuildRequires:    jakarta-commons-codec >= 1.3
631578c
BuildRequires:    jakarta-commons-logging
631578c
BuildRequires:    ws-commons-util
631578c
BuildRequires:    xmlrpc3-common
631578c
BuildRequires:    xmlrpc3-client
631578c
BuildRequires:    xmlrpc3-server
Igor Foox 0e409e1
BuildRequires:    jython >= 2.2
19ac0ba
BuildRequires:    piccolo2d
Igor Foox 0e409e1
631578c
# This package can not be noarch because psyco is a x86 package.
b99391d
#BuildArch:        noarch
Igor Foox 0e409e1
BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
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
19ac0ba
%setup -q -c
19ac0ba
%patch0
80264d9
#fix mylyn plugin version
80264d9
sed --in-place 's:version="0.3.0":version="%{version}.%{qualifier}":' features/org.python.pydev.mylyn.feature/feature.xml
Ben Konrath 8903f5b
Ben Konrath 8022271
# remove pre-generated build files
19ac0ba
find . -name build.xml | xargs rm
Igor Foox 0e409e1
19ac0ba
#remove piccolo2d sources, we use the system one
19ac0ba
rm -fr plugins/com.python.pydev/src/edu
Igor Foox 0e409e1
19ac0ba
# remove pre-built jars
19ac0ba
find -name '*.class' -exec rm -f '{}' \;
19ac0ba
find -name '*.jar' -exec rm -f '{}' \;
Igor Foox 0e409e1
Ben Konrath 8022271
# link to system jars
631578c
ln -sf %{_javadir}/jakarta-commons-codec.jar \
Igor Foox 0e409e1
       plugins/org.python.pydev.core/commons-codec.jar
Igor Foox 0e409e1
631578c
ln -sf %{_javadir}/junit.jar \
Igor Foox 0e409e1
       plugins/org.python.pydev.core/junit.jar
Igor Foox 0e409e1
631578c
ln -sf %{_javadir}/jython.jar \
Igor Foox 0e409e1
       plugins/org.python.pydev.jython/jython.jar
19ac0ba
631578c
ln -sf %{_javadir}/jakarta-commons-logging.jar \
631578c
       plugins/org.python.pydev.debug/commons-logging-1.1.jar
19ac0ba
631578c
ln -sf %{_javadir}/ws-commons-util.jar \
631578c
       plugins/org.python.pydev.debug/ws-commons-util-1.0.2.jar
19ac0ba
631578c
ln -sf %{_javadir}/xmlrpc3-client.jar \
631578c
       plugins/org.python.pydev.debug/xmlrpc-client-3.1.jar
631578c
631578c
ln -sf %{_javadir}/xmlrpc3-common.jar \
631578c
       plugins/org.python.pydev.debug/xmlrpc-common-3.1.jar
19ac0ba
631578c
ln -sf %{_javadir}/xmlrpc3-server.jar \
631578c
       plugins/org.python.pydev.debug/xmlrpc-server-3.1.jar
Igor Foox 0e409e1
Ben Konrath 8022271
# enable when tests are used
Ben Konrath 8022271
#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
Ben Konrath 8022271
#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
Ben Konrath 8022271
#ln -sf %{_datadir}/java/xstream.jar \
Ben Konrath 8022271
#       plugins/org.python.pydev.refactoring/tests/lib/xstream-1.2.1.jar
Ben Konrath 8022271
19ac0ba
19ac0ba
mkdir orbitDeps
19ac0ba
pushd orbitDeps
19ac0ba
ln -s %{_javadir}/piccolo2d/piccolo2d-core.jar piccolo2d-core.jar
19ac0ba
ln -s %{_javadir}/piccolo2d/piccolo2d-extras.jar piccolo2d-extras.jar
19ac0ba
ln -s %{_javadir}/piccolo2d/piccolo2d-swt.jar piccolo2d-swt.jar
19ac0ba
popd
Ben Konrath 8022271
Igor Foox 0e409e1
%build
Andrew Overholt 4e4ab76
%{eclipse_base}/buildscripts/pdebuild \
19ac0ba
  -f org.python.pydev.feature -a "-DjavacSource=1.5 -DjavacTarget=1.5" -o `pwd`/orbitDeps
Igor Foox 0e409e1
Andrew Overholt 4e4ab76
%{eclipse_base}/buildscripts/pdebuild \
Andrew Overholt 4e4ab76
  -d mylyn \
19ac0ba
  -f org.python.pydev.mylyn.feature -a "-DjavacSource=1.5 -DjavacTarget=1.5" -o `pwd`/orbitDeps
Ben Konrath 8903f5b
Igor Foox 0e409e1
%install
Igor Foox 0e409e1
rm -rf $RPM_BUILD_ROOT
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
19ac0ba
ln -s %{_javadir}/piccolo2d/piccolo2d-core.jar piccolo2d-core.jar
19ac0ba
ln -s %{_javadir}/piccolo2d/piccolo2d-extras.jar piccolo2d-extras.jar
19ac0ba
ln -s %{_javadir}/piccolo2d/piccolo2d-swt.jar piccolo2d-swt.jar
f86ccf3
rm -rf org.python.pydev.core_%{version}.%{qualifier}/commons-codec.jar
631578c
ln -sf %{_javadir}/jakarta-commons-codec.jar \
f86ccf3
       org.python.pydev.core_%{version}.%{qualifier}/commons-codec.jar
Igor Foox 0e409e1
f86ccf3
mkdir org.python.pydev.core_%{version}.%{qualifier}/lib
631578c
ln -sf %{_javadir}/junit.jar \
f86ccf3
       org.python.pydev.core_%{version}.%{qualifier}/lib/junit.jar
Igor Foox 0e409e1
f86ccf3
rm -rf org.python.pydev.debug_%{version}.%{qualifier}/commons-logging-1.1.jar
631578c
ln -sf %{_javadir}/jakarta-commons-logging.jar \
f86ccf3
       org.python.pydev.debug_%{version}.%{qualifier}/commons-logging-1.1.jar
19ac0ba
f86ccf3
rm -rf org.python.pydev.debug_%{version}.%{qualifier}/ws-commons-util-1.0.2.jar
631578c
ln -sf %{_javadir}/ws-commons-util.jar \
f86ccf3
       org.python.pydev.debug_%{version}.%{qualifier}/ws-commons-util-1.0.2.jar
19ac0ba
f86ccf3
rm -f org.python.pydev.debug_%{version}.%{qualifier}/xmlrpc-client-3.1.jar
631578c
ln -sf %{_javadir}/xmlrpc3-client.jar \
f86ccf3
       org.python.pydev.debug_%{version}.%{qualifier}/xmlrpc-client-3.1.jar
631578c
f86ccf3
rm -f org.python.pydev.debug_%{version}.%{qualifier}/xmlrpc-common-3.1.jar
631578c
ln -sf %{_javadir}/xmlrpc3-common.jar \
f86ccf3
       org.python.pydev.debug_%{version}.%{qualifier}/xmlrpc-common-3.1.jar
19ac0ba
f86ccf3
rm -f org.python.pydev.debug_%{version}.%{qualifier}/xmlrpc-server-3.1.jar
631578c
ln -sf %{_javadir}/xmlrpc3-server.jar \
f86ccf3
       org.python.pydev.debug_%{version}.%{qualifier}/xmlrpc-server-3.1.jar
631578c
f86ccf3
rm -rf org.python.pydev.jython_%{version}.%{qualifier}/jython.jar
631578c
ln -sf %{_javadir}/jython.jar \
f86ccf3
       org.python.pydev.jython_%{version}.%{qualifier}/jython.jar
Igor Foox 0e409e1
popd
Igor Foox 0e409e1
Michal Nowak 725c62c
# rename cgi.py's shebang from /usr/local/bin/python to /usr/bin/env python
f86ccf3
sed -i 's/\/usr\/local\/bin\/python/\/usr\/bin\/env python/' ${RPM_BUILD_ROOT}%{install_loc}/pydev/eclipse/plugins/org.python.pydev.jython_%{version}.%{qualifier}/Lib/cgi.py
Michal Nowak 725c62c
# convert .py$ files from mode 0644 to mode 0755
Michal Nowak 725c62c
chmod 0755 `find ${RPM_BUILD_ROOT} -name '*\.py' -perm 0644 | xargs`
Michal Nowak 725c62c
Michal Nowak 725c62c
# convert '\r\n' end-of-lines to *unix-like '\n'
Michal Nowak 725c62c
# sed -i 's/\r//' `find ${RPM_BUILD_ROOT} -name '*\.py' | xargs`
Michal Nowak 725c62c
Michal Nowak 725c62c
19ac0ba
%clean
Igor Foox 0e409e1
rm -rf ${RPM_BUILD_ROOT}
Igor Foox 0e409e1
Igor Foox 0e409e1
%files
Igor Foox 0e409e1
%defattr(-,root,root,-)
1069335
%{install_loc}/pydev
57be28e
57be28e
%files mylyn
Michal Nowak faf25bc
%defattr(-,root,root,-)
1069335
%{install_loc}/pydev-mylyn
Igor Foox 0e409e1
Igor Foox 0e409e1
%changelog
19ac0ba
* Tue Oct 13 2009 Alexander Kurtakov <akurtako@redhat.com> 1:1.5.0-1
19ac0ba
- Update to upstream 1.5.0.
19ac0ba
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.
19ac0ba
- 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