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
631578c
%define minor     4
631578c
%define maint     0
Igor Foox 0e409e1
Summary:          Eclipse Python development plug-in
Igor Foox 0e409e1
Name:             eclipse-pydev
Michal Nowak 725c62c
Version:          %{major}.%{minor}.%{maint}
631578c
Release:          1%{?dist}
388499c
License:          EPL
Michal Nowak 725c62c
URL:              http://pydev.sourceforge.net
Igor Foox 0e409e1
Group:            Development/Tools
Igor Foox 0e409e1
Michal Nowak 725c62c
Source0:          http://downloads.sourceforge.net/pydev/org.python.pydev.feature-src-%{major}_%{minor}_%{maint}.zip
Ben Konrath 8903f5b
Source1:          org.python.pydev.mylyn.feature-fetched-src-pydev_1_3_7.tar.bz2
Ben Konrath 8903f5b
Source2:          fetch-pydev-mylyn.sh
Igor Foox 0e409e1
Igor Foox 0e409e1
BuildRequires:    java-devel >= 1.5.0
Igor Foox 0e409e1
Igor Foox 0e409e1
Requires:         eclipse-jdt
Igor Foox 0e409e1
Requires:         python
b99391d
# 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
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
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
Igor Foox 0e409e1
%setup -q -c 
Igor Foox 0e409e1
Ben Konrath 8903f5b
tar jxf %{SOURCE1}
Ben Konrath 8903f5b
Ben Konrath 8022271
# remove pre-generated build files
Ben Konrath 8022271
find . -name build.xml | xargs rm 
Igor Foox 0e409e1
Ben Konrath 8022271
# remove pre-built jars
Ben Konrath 8022271
rm -f plugins/org.python.pydev.core/core.jar
Ben Konrath 8022271
rm -f plugins/org.python.pydev.ast/ast.jar
Ben Konrath 8022271
rm -f plugins/org.python.pydev.debug/pydev-debug.jar
Ben Konrath 8022271
rm -f plugins/org.python.pydev.parser/parser.jar
Ben Konrath 8022271
rm -f plugins/org.python.pydev/pydev.jar
Ben Konrath 8022271
rm -f plugins/org.python.pydev.jython/pydev-jython.jar
Ben Konrath 8022271
rm -f plugins/org.python.pydev.refactoring/refactoring.jar
Igor Foox 0e409e1
Ben Konrath 8022271
# remove included retroweaver jars as it isn't being used
Ben Konrath 8022271
find . -name retroweaver-rt.jar | xargs rm 
Igor Foox 0e409e1
Ben Konrath 8022271
# link to system jars
Igor Foox 0e409e1
rm -f plugins/org.python.pydev.core/commons-codec.jar
631578c
ln -sf %{_javadir}/jakarta-commons-codec.jar \
Igor Foox 0e409e1
       plugins/org.python.pydev.core/commons-codec.jar
Igor Foox 0e409e1
Igor Foox 0e409e1
rm -f plugins/org.python.pydev.core/lib/junit.jar
631578c
ln -sf %{_javadir}/junit.jar \
Igor Foox 0e409e1
       plugins/org.python.pydev.core/junit.jar
Igor Foox 0e409e1
Igor Foox 0e409e1
rm -f plugins/org.python.pydev.jython/jython.jar
631578c
ln -sf %{_javadir}/jython.jar \
Igor Foox 0e409e1
       plugins/org.python.pydev.jython/jython.jar
631578c
       
631578c
rm -f plugins/org.python.pydev.debug/commons-logging-1.1.jar
631578c
ln -sf %{_javadir}/jakarta-commons-logging.jar \
631578c
       plugins/org.python.pydev.debug/commons-logging-1.1.jar
631578c
       
631578c
rm -f plugins/org.python.pydev.debug/ws-commons-util-1.0.2.jar
631578c
ln -sf %{_javadir}/ws-commons-util.jar \
631578c
       plugins/org.python.pydev.debug/ws-commons-util-1.0.2.jar
631578c
       
631578c
rm -f plugins/org.python.pydev.debug/xmlrpc-client-3.1.jar
631578c
ln -sf %{_javadir}/xmlrpc3-client.jar \
631578c
       plugins/org.python.pydev.debug/xmlrpc-client-3.1.jar
631578c
631578c
rm -f plugins/org.python.pydev.debug/xmlrpc-common-3.1.jar
631578c
ln -sf %{_javadir}/xmlrpc3-common.jar \
631578c
       plugins/org.python.pydev.debug/xmlrpc-common-3.1.jar
631578c
       
631578c
rm -f plugins/org.python.pydev.debug/xmlrpc-server-3.1.jar
631578c
ln -sf %{_javadir}/xmlrpc3-server.jar \
631578c
       plugins/org.python.pydev.debug/xmlrpc-server-3.1.jar
Igor Foox 0e409e1
Ben Konrath 8022271
rm -f plugins/org.python.pydev.refactoring/tests/lib/JFlex.jar
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
rm -f plugins/org.python.pydev.refactoring/tests/lib/xpp3_min-1.1.3.4.O.jar
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
rm -f plugins/org.python.pydev.refactoring/tests/lib/xstream-1.2.1.jar
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
Ben Konrath 8022271
rm -f plugins/org.python.pydev.refactoring/contrib/ch/hsr/ukistler/astgraph/jgraph.jar
Ben Konrath 8022271
Igor Foox 0e409e1
%build
Andrew Overholt 4e4ab76
%{eclipse_base}/buildscripts/pdebuild \
Andrew Overholt 4e4ab76
  -a "-DjavacSource=1.5  -DjavacTarget=1.5" \
Andrew Overholt 4e4ab76
  -f org.python.pydev.feature
Igor Foox 0e409e1
Andrew Overholt 4e4ab76
%{eclipse_base}/buildscripts/pdebuild \
Andrew Overholt 4e4ab76
  -a "-DjavacSource=1.5  -DjavacTarget=1.5" \
Andrew Overholt 4e4ab76
  -d mylyn \
Andrew Overholt 4e4ab76
  -f org.python.pydev.mylyn.feature
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
Ben Konrath 8022271
rm -rf org.python.pydev.core_%{version}/commons-codec.jar
631578c
ln -sf %{_javadir}/jakarta-commons-codec.jar \
Ben Konrath 8022271
       org.python.pydev.core_%{version}/commons-codec.jar
Igor Foox 0e409e1
Ben Konrath 8022271
mkdir org.python.pydev.core_%{version}/lib
631578c
ln -sf %{_javadir}/junit.jar \
Ben Konrath 8022271
       org.python.pydev.core_%{version}/lib/junit.jar
Igor Foox 0e409e1
631578c
rm -rf org.python.pydev.debug_%{version}/commons-logging-1.1.jar
631578c
ln -sf %{_javadir}/jakarta-commons-logging.jar \
631578c
       org.python.pydev.debug_%{version}/commons-logging-1.1.jar
631578c
       
631578c
rm -rf org.python.pydev.debug_%{version}/ws-commons-util-1.0.2.jar
631578c
ln -sf %{_javadir}/ws-commons-util.jar \
631578c
       org.python.pydev.debug_%{version}/ws-commons-util-1.0.2.jar
631578c
       
631578c
rm -f org.python.pydev.debug_%{version}/xmlrpc-client-3.1.jar
631578c
ln -sf %{_javadir}/xmlrpc3-client.jar \
631578c
       org.python.pydev.debug_%{version}/xmlrpc-client-3.1.jar
631578c
631578c
rm -f org.python.pydev.debug_%{version}/xmlrpc-common-3.1.jar
631578c
ln -sf %{_javadir}/xmlrpc3-common.jar \
631578c
       org.python.pydev.debug_%{version}/xmlrpc-common-3.1.jar
631578c
       
631578c
rm -f org.python.pydev.debug_%{version}/xmlrpc-server-3.1.jar
631578c
ln -sf %{_javadir}/xmlrpc3-server.jar \
631578c
       org.python.pydev.debug_%{version}/xmlrpc-server-3.1.jar
631578c
Ben Konrath 8022271
rm -rf org.python.pydev.jython_%{version}/jython.jar
631578c
ln -sf %{_javadir}/jython.jar \
Ben Konrath 8022271
       org.python.pydev.jython_%{version}/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
631578c
sed -i 's/\/usr\/local\/bin\/python/\/usr\/bin\/env python/' ${RPM_BUILD_ROOT}%{install_loc}/pydev/eclipse/plugins/org.python.pydev.jython_%{version}/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
Igor Foox 0e409e1
%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
1069335
%{install_loc}/pydev-mylyn
Igor Foox 0e409e1
Igor Foox 0e409e1
%changelog
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.
Igor Foox 0e409e1
- 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