Igor Foox 0e409e1
Epoch: 1
Igor Foox 0e409e1
Igor Foox 0e409e1
%define gcj_support         1
Igor Foox 0e409e1
Igor Foox 0e409e1
# All arches line up except i386 -> x86
Igor Foox 0e409e1
%ifarch %{ix86}
Igor Foox 0e409e1
%define eclipse_arch    x86
Igor Foox 0e409e1
%else
Igor Foox 0e409e1
%define eclipse_arch   %{_arch}
Igor Foox 0e409e1
%endif
Igor Foox 0e409e1
Michal Nowak b6e10a9
%define major     1
Michal Nowak b6e10a9
%define minor     3
Michal Nowak b6e10a9
%define maint     20
Michal Nowak b6e10a9
Igor Foox 0e409e1
Summary:          Eclipse Python development plug-in
Igor Foox 0e409e1
Name:             eclipse-pydev
Michal Nowak b6e10a9
Version:          %{major}.%{minor}.%{maint}
254854f
Release:          1%{?dist}
Michal Nowak b6e10a9
License:          EPL
Michal Nowak b6e10a9
URL:              http://pydev.sourceforge.net
Igor Foox 0e409e1
Group:            Development/Tools
Igor Foox 0e409e1
Michal Nowak b6e10a9
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
%if %{gcj_support}
Igor Foox 0e409e1
BuildRequires:    gcc-java >= 4.1.2
Igor Foox 0e409e1
BuildRequires:    java-1.5.0-gcj-devel >= 1.5.0
Igor Foox 0e409e1
Requires(post):   java-1.5.0-gcj >= 1.5.0
Igor Foox 0e409e1
Requires(postun): java-1.5.0-gcj >= 1.5.0
Igor Foox 0e409e1
%else
Igor Foox 0e409e1
BuildRequires:    java-devel >= 1.5.0
Igor Foox 0e409e1
%endif
Igor Foox 0e409e1
Igor Foox 0e409e1
Requires:         eclipse-jdt
Igor Foox 0e409e1
Requires:         python
Igor Foox 0e409e1
Requires:         commons-codec >= 1.3
Igor Foox 0e409e1
Requires:         junit >= 3.8.1
Igor Foox 0e409e1
Requires:         jython >= 2.2
Igor Foox 0e409e1
BuildRequires:    eclipse-pde
Ben Konrath 17af964
# no xmlrpc3 -> no mylyn on ppc64 due to:
Ben Konrath 17af964
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239123
Ben Konrath 1638322
%ifnarch ppc64
Ben Konrath 8903f5b
BuildRequires:    eclipse-mylyn
Ben Konrath 8903f5b
BuildRequires:    eclipse-mylyn-ide
Ben Konrath 17af964
%endif
Igor Foox 0e409e1
BuildRequires:    jpackage-utils >= 0:1.5
Igor Foox 0e409e1
BuildRequires:    junit >= 3.8.1
Igor Foox 0e409e1
BuildRequires:    commons-codec >= 1.3
Igor Foox 0e409e1
BuildRequires:    jython >= 2.2
Igor Foox 0e409e1
Igor Foox 0e409e1
%if %{gcj_support}
Igor Foox 0e409e1
%else
Igor Foox 0e409e1
BuildArch:        noarch
Igor Foox 0e409e1
%endif
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
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
Igor Foox 0e409e1
ln -sf %{_datadir}/java/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
Igor Foox 0e409e1
ln -sf %{_datadir}/java/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
Igor Foox 0e409e1
ln -sf %{_datadir}/java/jython.jar \
Igor Foox 0e409e1
       plugins/org.python.pydev.jython/jython.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
Igor Foox 0e409e1
# Copy the SDK for build
Ben Konrath 8903f5b
/bin/sh -x %{_datadir}/eclipse/buildscripts/copy-platform SDK %{_datadir}/eclipse mylyn
Igor Foox 0e409e1
SDK=$(cd SDK > /dev/null && pwd)
Igor Foox 0e409e1
Igor Foox 0e409e1
# Eclipse may try to write to the home directory.
Igor Foox 0e409e1
mkdir home
Igor Foox 0e409e1
homedir=$(cd home > /dev/null && pwd)
Igor Foox 0e409e1
Igor Foox 0e409e1
# build the main pydev feature
Ben Konrath 8022271
java -cp $SDK/startup.jar                              \
Ben Konrath 8022271
     -Dosgi.sharedConfiguration.area=%{_libdir}/eclipse/configuration  \
Ben Konrath 8022271
     org.eclipse.core.launcher.Main                    \
Igor Foox 0e409e1
     -application org.eclipse.ant.core.antRunner       \
Igor Foox 0e409e1
     -Dtype=feature                                    \
Igor Foox 0e409e1
     -Did=org.python.pydev.feature                     \
Igor Foox 0e409e1
     -DbaseLocation=$SDK                               \
Igor Foox 0e409e1
     -DsourceDirectory=$(pwd)                          \
Igor Foox 0e409e1
     -DjavacSource=1.5  -DjavacTarget=1.5              \
Igor Foox 0e409e1
     -DbuildDirectory=$(pwd)/build                     \
Ben Konrath 8022271
     -Dbuilder=%{_datadir}/eclipse/plugins/org.eclipse.pde.build/templates/package-build \
Ben Konrath 8022271
     -f %{_datadir}/eclipse/plugins/org.eclipse.pde.build/scripts/build.xml \
Ben Konrath 8022271
     -vmargs -Duser.home=$homedir
Igor Foox 0e409e1
Ben Konrath 17af964
# no xmlrpc3 -> no mylyn on ppc64 due to:
Ben Konrath 17af964
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239123
Ben Konrath 1638322
%ifnarch ppc64
Ben Konrath 8903f5b
# build the pydev mylyn feature
Ben Konrath 8903f5b
java -cp $SDK/startup.jar                              \
Ben Konrath 8903f5b
     -Dosgi.sharedConfiguration.area=%{_libdir}/eclipse/configuration  \
Ben Konrath 8903f5b
     org.eclipse.core.launcher.Main                    \
Ben Konrath 8903f5b
     -application org.eclipse.ant.core.antRunner       \
Ben Konrath 8903f5b
     -Dtype=feature                                    \
Ben Konrath 8903f5b
     -Did=org.python.pydev.mylyn.feature               \
Ben Konrath 8903f5b
     -DbaseLocation=$SDK                               \
Ben Konrath 8903f5b
     -DsourceDirectory=$(pwd)                          \
Ben Konrath 8903f5b
     -DjavacSource=1.5  -DjavacTarget=1.5              \
Ben Konrath 8903f5b
     -DbuildDirectory=$(pwd)/build                     \
Ben Konrath 8903f5b
     -Dbuilder=%{_datadir}/eclipse/plugins/org.eclipse.pde.build/templates/package-build \
Ben Konrath 8903f5b
     -f %{_datadir}/eclipse/plugins/org.eclipse.pde.build/scripts/build.xml \
Ben Konrath 8903f5b
     -vmargs -Duser.home=$homedir
Ben Konrath 17af964
%endif
Ben Konrath 8903f5b
Igor Foox 0e409e1
%install
Igor Foox 0e409e1
rm -rf $RPM_BUILD_ROOT
Ben Konrath 8022271
install -d -m755 ${RPM_BUILD_ROOT}/%{_datadir}/eclipse
Ben Konrath 8903f5b
Ben Konrath 8903f5b
# pydev main feature
Ben Konrath 8022271
unzip -q -d $RPM_BUILD_ROOT%{_datadir}/eclipse/.. \
Igor Foox 0e409e1
            build/rpmBuild/org.python.pydev.feature.zip
Igor Foox 0e409e1
Ben Konrath 17af964
# no xmlrpc3 -> no mylyn on ppc64 due to:
Ben Konrath 17af964
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239123
Ben Konrath 1638322
%ifnarch ppc64
Ben Konrath 8903f5b
# pydev mylyn feature
Ben Konrath 8903f5b
unzip -q -d $RPM_BUILD_ROOT%{_datadir}/eclipse/.. \
Ben Konrath 8903f5b
            build/rpmBuild/org.python.pydev.mylyn.feature.zip
Ben Konrath 17af964
%endif
Ben Konrath 8903f5b
Ben Konrath 8903f5b
# deal with linked deps
Igor Foox 0e409e1
pushd $RPM_BUILD_ROOT%{_datadir}/eclipse/plugins
Ben Konrath 8022271
rm -rf org.python.pydev.core_%{version}/commons-codec.jar
Igor Foox 0e409e1
ln -sf %{_datadir}/java/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
Igor Foox 0e409e1
ln -sf %{_datadir}/java/junit.jar \
Ben Konrath 8022271
       org.python.pydev.core_%{version}/lib/junit.jar
Igor Foox 0e409e1
Ben Konrath 8022271
rm -rf org.python.pydev.jython_%{version}/jython.jar
Igor Foox 0e409e1
ln -sf %{_datadir}/java/jython.jar \
Ben Konrath 8022271
       org.python.pydev.jython_%{version}/jython.jar
Igor Foox 0e409e1
popd
Igor Foox 0e409e1
Igor Foox 0e409e1
%if %{gcj_support}
Igor Foox 0e409e1
aot-compile-rpm
Igor Foox 0e409e1
%endif
Igor Foox 0e409e1
Michal Nowak b6e10a9
# rename cgi.py's shebang from /usr/local/bin/python to /usr/bin/env python
Michal Nowak b6e10a9
sed -i 's/\/usr\/local\/bin\/python/\/usr\/bin\/env python/' ${RPM_BUILD_ROOT}%{_datadir}/eclipse/plugins/org.python.pydev.jython_%{major}.%{minor}.%{maint}/Lib/cgi.py
Michal Nowak b6e10a9
Michal Nowak b6e10a9
# convert .py$ files from mode 0644 to mode 0755
Michal Nowak b6e10a9
chmod 0755 `find ${RPM_BUILD_ROOT} -name '*\.py' -perm 0644 | xargs`
Michal Nowak b6e10a9
Michal Nowak b6e10a9
# convert '\r\n' end-of-lines to *unix-like '\n'
Michal Nowak b6e10a9
# sed -i 's/\r//' `find ${RPM_BUILD_ROOT} -name '*\.py' | xargs`
Michal Nowak b6e10a9
Michal Nowak b6e10a9
Igor Foox 0e409e1
%clean 
Igor Foox 0e409e1
rm -rf ${RPM_BUILD_ROOT}
Igor Foox 0e409e1
Igor Foox 0e409e1
%if %{gcj_support}
Igor Foox 0e409e1
%post -p /usr/bin/rebuild-gcj-db
Igor Foox 0e409e1
Igor Foox 0e409e1
%postun -p /usr/bin/rebuild-gcj-db
Igor Foox 0e409e1
%endif
Igor Foox 0e409e1
Igor Foox 0e409e1
%files
Igor Foox 0e409e1
%defattr(-,root,root,-)
Ben Konrath 8022271
%{_datadir}/eclipse/features/org.python.pydev*
Ben Konrath 8022271
%{_datadir}/eclipse/plugins/org.python.pydev_*
Ben Konrath 8022271
%{_datadir}/eclipse/plugins/org.python.pydev.ast*
Ben Konrath 8022271
%{_datadir}/eclipse/plugins/org.python.pydev.core*
Ben Konrath 8022271
%{_datadir}/eclipse/plugins/org.python.pydev.debug*
Ben Konrath 8022271
%{_datadir}/eclipse/plugins/org.python.pydev.help*
Ben Konrath 8022271
%{_datadir}/eclipse/plugins/org.python.pydev.parser*
Ben Konrath 8022271
%{_datadir}/eclipse/plugins/org.python.pydev.templates*
Ben Konrath 8022271
%{_datadir}/eclipse/plugins/org.python.pydev.jython*
Ben Konrath 8022271
%{_datadir}/eclipse/plugins/org.python.pydev.refactoring*
Ben Konrath 1638322
# no xmlrpc3 -> no mylyn on ppc64 due to:
Ben Konrath 1638322
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239123
Ben Konrath 1638322
%ifnarch ppc64
Ben Konrath 8903f5b
%{_datadir}/eclipse/plugins/org.python.pydev.mylyn*
Ben Konrath 1638322
%endif 
Igor Foox 0e409e1
Igor Foox 0e409e1
%if %{gcj_support}
Igor Foox 0e409e1
%{_libdir}/gcj/%{name}
Igor Foox 0e409e1
%endif
Igor Foox 0e409e1
Igor Foox 0e409e1
%changelog
Michal Nowak b6e10a9
* Tue Aug 30 2008 Michal Nowak <mnowak@redhat.com> 1:1.3.20-1
Michal Nowak b6e10a9
- bump to 1.3.20
Michal Nowak b6e10a9
- fixed license tag
Michal Nowak b6e10a9
- created general versioning scheme for version tag & tarball URI)
Michal Nowak b6e10a9
- sed: /usr/local/bin/python -> /usr/bin/env python in Jython's cgi.py
Michal Nowak b6e10a9
- convert .py$ files from mode 0644 to mode 0755
Michal Nowak b6e10a9
- possibility to convert '\r\n' end-of-lines to *nix-like '\n'
Michal Nowak b6e10a9
  in all '.py$' files
Michal Nowak b6e10a9
12aac0d
* Tue May 20 2008 Jeff Johnston <jjohnstn@redhat.com> 1:1.3.17-1
12aac0d
- Resolves Bugzilla #447455
12aac0d
- 1.3.17
12aac0d
6ac5d95
* Fri Feb 01 2008 Jeff Johnston <jjohnstn@redhat.com> 1:1.3.12-1
6ac5d95
- Resolves Bugzilla #431200
6ac5d95
- 1.3.12
6ac5d95
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