601f107
%define with_java 1
a1b9f1a
%define separate_xpce 0
a1b9f1a
c811996
%define jdkvershort 1.6.0
c811996
%define jdkverlong %{jdkvershort}.0
c811996
a1b9f1a
Name:       pl
e33c09b
Version:    5.10.2
e33c09b
Release:    1%{?dist}
2f7cab2
a1b9f1a
Summary:    SWI-Prolog - Edinburgh compatible Prolog compiler
1ec1da1
a1b9f1a
Group:      Development/Languages
bb40675
#packages/clib/random.c         Artistic
bb40675
#packages/uri/uri.c             GPLv2+
bb40675
#library/COPYING                GPLv2
bb40675
#library/unicode/blocks.pl      UCD
bb40675
#packages/sgml/Test/test.pl     LGPLv2
bb40675
#packages/http/examples/calc.pl Public Domain
a1b9f1a
License:    Artistic and LGPLv2 and GPLv2 and GPLv2+ and UCD and Public Domain
a1b9f1a
URL:        http://www.swi-prolog.org
e33c09b
Source:     http://www.swi-prolog.org/download/stable/src/%{name}-%{version}.tar.gz
e33c09b
Source1:    http://www.swi-prolog.org/download/stable/doc/SWI-Prolog-%{version}.pdf
e33c09b
#Source2:    http://www.swi-prolog.org/download/xpce/doc/userguide/userguide.html.tgz
e93135e
Patch1:     %{name}-5.10.2-jpl-configure.patch
3e587af
Patch2:     %{name}-5.10.2-man-files.patch
95321f0
Patch3:     %{name}-5.10.2-jni.patch
ea92489
Patch4:     %{name}-5.10.2-pc.patch
4a99e39
1ec1da1
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
e33c09b
# Base
4b84eec
BuildRequires:  gmp-devel
e33c09b
BuildRequires:  ncurses-devel
e33c09b
BuildRequires:  pkgconfig
e33c09b
BuildRequires:  readline-devel
e33c09b
# XPCE
4e2c605
BuildRequires:  libICE-devel
e33c09b
BuildRequires:  libjpeg-devel
4e2c605
BuildRequires:  libSM-devel
4e2c605
BuildRequires:  libX11-devel
4e2c605
BuildRequires:  libXft-devel
4b84eec
BuildRequires:  libXinerama-devel
9ea1de3
BuildRequires:  libXpm-devel
4e2c605
BuildRequires:  libXt-devel
e33c09b
#BuildRequires:  freetype-devel
e33c09b
#BuildRequires:  libXaw-devel
e33c09b
#BuildRequires:  libXext-devel
e33c09b
#BuildRequires:  libXmu-devel
e33c09b
#BuildRequires:  libXrender-devel
e33c09b
# ODBC
4b84eec
BuildRequires:  unixODBC-devel
e33c09b
# SSL
e33c09b
BuildRequires:  openssl-devel
e33c09b
# jpl
601f107
%if %{with_java}
e77e90c
BuildRequires:  jpackage-utils
c811996
BuildRequires:  java-%{jdkvershort}-devel = 1:%{jdkverlong}
601f107
%endif
e33c09b
# zlib
e33c09b
BuildRequires:  zlib-devel
d06630e
1ec1da1
%description
a1b9f1a
ISO/Edinburgh-style Prolog compiler including modules, auto-load,
1ec1da1
libraries, Garbage-collector, stack-expandor, C/C++-interface,
1ec1da1
GNU-readline interface, very fast compiler.  Including packages clib
1ec1da1
(Unix process control and sockets), cpp (C++ interface), sgml (reading
1ec1da1
XML/SGML), sgml/RDF (reading RDF into triples) and XPCE (Graphics UI
1ec1da1
toolkit, integrated editor (Emacs-clone) and source-level debugger).
1ec1da1
e33c09b
e77e90c
%package devel
e77e90c
Summary: Development files for SWI Prolog
e77e90c
Group: Development/Languages
e77e90c
Requires: %{name} = %{version}-%{release}
c811996
Requires: readline-devel, pkgconfig
e77e90c
e77e90c
%description devel
e77e90c
Development files for SWI Prolog.
e77e90c
e77e90c
e77e90c
%package static
e77e90c
Summary: Static library for SWI Prolog
e77e90c
Group: Development/Languages
e77e90c
Requires: %{name} = %{version}-%{release}
e77e90c
Requires: readline-devel
e77e90c
e77e90c
%description static
a1b9f1a
Static library for SWI Prolog.
e77e90c
e33c09b
a1b9f1a
%if %{separate_xpce}
a1b9f1a
%package xpce
a1b9f1a
Summary: A toolkit for developing graphical applications in Prolog
a1b9f1a
Group: Development/Languages
a1b9f1a
Requires: %{name} = %{version}-%{release}
e77e90c
a1b9f1a
%description xpce
a1b9f1a
XPCE is a toolkit for developing graphical applications in Prolog and other
a1b9f1a
interactive and dynamically typed languages. XPCE follows a rather unique
a1b9f1a
approach of for developing GUI applications, as follows:
50ded1b
a1b9f1a
- Add object layer to Prolog
a1b9f1a
- High level of abstraction
a1b9f1a
- Exploit rapid Prolog development cycle
a1b9f1a
- Platform independent programs
a1b9f1a
%endif
e77e90c
e77e90c
601f107
%if %{with_java}
00f4ad6
%package jpl
00f4ad6
Summary: A bidirectional Prolog/Java interface for SWI Prolog
00f4ad6
Group: Development/Languages
00f4ad6
Requires: %{name} = %{version}-%{release}
52eab63
Requires: java
e77e90c
Requires: jpackage-utils
00f4ad6
00f4ad6
%description jpl
00f4ad6
JPL is a library using the SWI-Prolog foreign interface and the Java jni
00f4ad6
interface providing a bidirectional interface between Java and Prolog
00f4ad6
that can be used to embed Prolog in Java as well as for embedding Java
81046ac
in Prolog.  In both setups it provides a reentrant bidirectional interface.
601f107
%endif
00f4ad6
00f4ad6
1ec1da1
%prep
1ec1da1
%setup -q
e93135e
%patch1 -p1 -b .libjvm
3e587af
%patch2 -p1 -b .man-files
95321f0
%patch3 -p1 -b .jni
ea92489
%patch4 -p1 -b .pc
1ec1da1
(
1ec1da1
   mkdir doc-install
1ec1da1
   cd doc-install
b1f9931
   cp -p %{SOURCE1} .
e77e90c
)
e33c09b
#(
e33c09b
#   mkdir xpce-doc
e33c09b
#   cd xpce-doc
e33c09b
#   tar zxf %{SOURCE2}
e33c09b
#   mv UserGuide xpce-UserGuide
e33c09b
#)
1ec1da1
e77e90c
# Adjustments to take into account the new location of JNI stuff
e77e90c
sed --in-place=.jni2 -e 's#LIBDIR#%{_libdir}#g' packages/jpl/jpl.pl
e77e90c
sed --in-place=.jni2 -e 's#LIBDIR#%{_libdir}#g' packages/jpl/src/java/jpl/fli/Prolog.java
e77e90c
50ded1b
1ec1da1
%build
601f107
%if %{with_java}
c811996
export JAVA_HOME=/usr/lib/jvm/java-%{jdkvershort}-openjdk-%{jdkverlong}.%{_arch}
c811996
%ifarch x86_64
c811996
export JAVA_LIB=$JAVA_HOME/jre/lib/amd64
c811996
%else
377a696
%ifarch sparcv9
377a696
export JAVA_HOME=/usr/lib/jvm/java-%{jdkvershort}-openjdk-%{jdkverlong}
377a696
export JAVA_LIB=$JAVA_HOME/jre/lib/sparc
377a696
%else
377a696
%ifarch sparc64
377a696
export JAVA_LIB=$JAVA_HOME/jre/lib/sparcv9
377a696
%else
c811996
export JAVA_LIB=$JAVA_HOME/jre/lib/%{_arch}
c811996
%endif
377a696
%endif
377a696
%endif
601f107
%else
601f107
# Processed by packages/configure
601f107
export DISABLE_PKGS="jpl"
601f107
%endif
601f107
d6950c8
%configure --enable-shared LDFLAGS="-Wl,--enable-new-dtags"
c5c1221
make COFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
e33c09b
pushd packages
d6950c8
%configure LDFLAGS="-Wl,--enable-new-dtags"
c811996
make COFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" JAVALIBS="-L$JAVA_LIB/server -L$JAVA_LIB -ljava -lverify -ljvm"
e33c09b
popd
1ec1da1
50ded1b
1ec1da1
%install
1ec1da1
rm -rf $RPM_BUILD_ROOT
1ec1da1
mkdir -p $RPM_BUILD_ROOT%{_prefix}
b690f88
%makeinstall
a1b9f1a
# Library must be executable to get its debuginfo
e33c09b
#chmod 0755 $RPM_BUILD_ROOT%{_libdir}/swipl-%{version}/lib/*/libswipl.so.*
a1b9f1a
a1b9f1a
pushd packages
a1b9f1a
PATH=$RPM_BUILD_ROOT/usr/bin:$PATH make rpm-install \
e33c09b
    PLBASE=$RPM_BUILD_ROOT%{_libdir}/swipl-%{version} \
a1b9f1a
    prefix=$RPM_BUILD_ROOT%{_prefix} \
a1b9f1a
    bindir=$RPM_BUILD_ROOT%{_bindir} \
a1b9f1a
    libdir=$RPM_BUILD_ROOT%{_libdir} \
a1b9f1a
    mandir=$RPM_BUILD_ROOT%{_mandir}/man1
a1b9f1a
# Do not chmod earlier, the run.sh's are executed
a1b9f1a
chmod -x jpl/examples/java/*/run.sh
a1b9f1a
popd
1ec1da1
601f107
%if %{with_java}
e77e90c
# Move the JPL JNI stuff to where the Java packaging guidelines 
e77e90c
# say it should be
e33c09b
mkdir -p $RPM_BUILD_ROOT%{_libdir}/swipl-jpl
e33c09b
mv $RPM_BUILD_ROOT%{_libdir}/swipl-%{version}/lib/*/libjpl.so \
e33c09b
        $RPM_BUILD_ROOT%{_libdir}/swipl-jpl/
e33c09b
mv $RPM_BUILD_ROOT%{_libdir}/swipl-%{version}/lib/jpl.jar \
e33c09b
        $RPM_BUILD_ROOT%{_libdir}/swipl-jpl/
601f107
%endif
1ec1da1
a1b9f1a
%if %{separate_xpce}
e77e90c
# Move the various include files into /usr/include
e33c09b
mkdir -p $RPM_BUILD_ROOT%{_includedir}/swipl/xpce
e33c09b
mv $RPM_BUILD_ROOT%{_libdir}/swipl-%{version}/include/*.h \
e33c09b
        $RPM_BUILD_ROOT%{_includedir}/swipl
e33c09b
#mv $RPM_BUILD_ROOT%{_libdir}/swipl-%{version}/xpce-*/include/* \
e33c09b
#        $RPM_BUILD_ROOT%{_includedir}/swipl/xpce
e33c09b
rm -rf $RPM_BUILD_ROOT%{_libdir}/swipl-%{version}/include
e33c09b
#rm -rf $RPM_BUILD_ROOT%{_libdir}/swipl-%{version}/xpce-*/include
a1b9f1a
%endif
a1b9f1a
a1b9f1a
# Move the binaries into %%{_bindir} directly instead of using links
b1f9931
rm -f $RPM_BUILD_ROOT%{_bindir}/*
e33c09b
mv $RPM_BUILD_ROOT%{_libdir}/swipl-%{version}/bin/*/* $RPM_BUILD_ROOT%{_bindir}
e33c09b
rm -rf $RPM_BUILD_ROOT%{_libdir}/swipl-%{version}/bin
b1f9931
e77e90c
# Clean up the other stuff that shouldn't be packaged
e33c09b
rm -rf $RPM_BUILD_ROOT%{_libdir}/swipl-%{version}/man
e33c09b
rm -rf $RPM_BUILD_ROOT%{_libdir}/swipl-%{version}/doc
e77e90c
rm -rf $RPM_BUILD_ROOT%{_mandir}/man3/readline*
e77e90c
find packages/jpl/examples -name "*.class" | xargs rm -f
e77e90c
find packages/jpl/examples -name ".cvsignore" | xargs rm -f
50ded1b
a1b9f1a
1ec1da1
%clean
1ec1da1
rm -rf $RPM_BUILD_ROOT
1ec1da1
50ded1b
1ec1da1
%files
1ec1da1
%defattr(-,root,root,-)
e33c09b
%doc ReleaseNotes/relnotes-5.10 README COPYING VERSION
e77e90c
%doc dotfiles/dotplrc
1ec1da1
%doc doc-install/*
e33c09b
#%doc xpce-doc/*
1ec1da1
%{_mandir}/man1/*
e33c09b
%dir %{_libdir}/swipl-%{version}
e33c09b
%{_libdir}/swipl-%{version}/*
1ec1da1
%{_bindir}/*
601f107
e77e90c
# Exclude the files that are in the sub-packages
601f107
%if %{with_java}
e77e90c
# JPL
e33c09b
%exclude %{_libdir}/swipl-%{version}/library/jpl.pl
601f107
%endif
e77e90c
# Devel
e33c09b
%exclude %{_libdir}/swipl-%{version}/lib/*/libswipl.so
e33c09b
%exclude %{_libdir}/swipl-%{version}/include
e33c09b
#%exclude %{_libdir}/swipl-%{version}/xpce-*/include
e77e90c
# Static
e33c09b
%exclude %{_libdir}/swipl-%{version}/lib/*/libswipl.a
a1b9f1a
%if %{separate_xpce}
e77e90c
# XPCE
a1b9f1a
%exclude %{_bindir}/xpce*
e33c09b
%exclude %{_libdir}/swipl-%{version}/bin/*/xpce
e33c09b
%exclude %{_libdir}/swipl-%{version}/dotfiles/dotxpcerc
e33c09b
%exclude %{_libdir}/swipl-%{version}/xpce*
e33c09b
%exclude %{_libdir}/swipl-%{version}/library/http/xpce_httpd.pl
a1b9f1a
%endif
a1b9f1a
a1b9f1a
%if %{separate_xpce}
a1b9f1a
%files xpce
a1b9f1a
%defattr(-,root,root,-)
a1b9f1a
%doc xpce-doc/*
a1b9f1a
%doc dotfiles/dotxpcerc
a1b9f1a
%{_bindir}/xpce*
e33c09b
%{_includedir}/swipl/xpce
e33c09b
%{_libdir}/swipl-%{version}/bin/*/xpce
e33c09b
%{_libdir}/swipl-%{version}/xpce*
e33c09b
%{_libdir}/swipl-%{version}/library/http/xpce_httpd.pl
a1b9f1a
%endif
00f4ad6
e77e90c
%files devel
e77e90c
%defattr(-,root,root,-)
e33c09b
%{_libdir}/swipl-%{version}/include
e33c09b
#%{_libdir}/swipl-%{version}/xpce-*/include
e33c09b
%{_libdir}/swipl-%{version}/lib/*/libswipl.so
e33c09b
%{_libdir}/pkgconfig/swipl.pc
e77e90c
e77e90c
%files static
e77e90c
%defattr(-,root,root,-)
e33c09b
%{_libdir}/swipl-%{version}/lib/*/libswipl.a
e77e90c
601f107
%if %{with_java}
00f4ad6
%files jpl
a1b9f1a
%defattr(-,root,root,-)
00f4ad6
%doc packages/jpl/docs/*
e77e90c
%doc packages/jpl/examples
e33c09b
%{_libdir}/swipl-%{version}/library/jpl.pl
e33c09b
%{_libdir}/swipl-jpl
601f107
%endif
1ec1da1
50ded1b
1ec1da1
%changelog
e33c09b
* Thu Dec 09 2010 Petr Pisar <ppisar@redhat.com> - 5.10.2-1
e33c09b
- 5.10.2 bump
d6950c8
- Use DT_RUNPATH instead of pl-5.7.11-rpath.patch
e93135e
- Adjust jpl-configure.patch to 5.10.2
3e587af
- Adjust man-files.patch to 5.10.2
95321f0
- Adjust jni.patch to 5.10.2
ea92489
- Adjust pc.patch to 5.10.2
e33c09b
a1b9f1a
* Wed Dec  8 2010 Petr Pisar <ppisar@redhar.com> - 5.7.11-6
a1b9f1a
- Inhibit XPCE by macro to silent rpmlint 
a1b9f1a
- Define implicit attributes for jpl files 
a1b9f1a
- Expand tabs to spaces to silent rpmlint 
a1b9f1a
- Remove executable bit from jpl documentation files 
a1b9f1a
- Fix spelling in package descriptions 
a1b9f1a
- Strip debuginfo from libpl.so by setting executable bit 
a1b9f1a
- Change license to reflect reality (yes, Artistic1) 
601f107
- Make java part optional
a1b9f1a
587046f
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 5.7.11-5
587046f
- rebuilt with new openssl
587046f
c52ed5f
* Fri Aug 14 2009 Gerard Milmeister <gemi@bluewin.ch> - 5.7.11-4
c52ed5f
- move include files to expected place
c52ed5f
00a0c5a
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.7.11-3
00a0c5a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
00a0c5a
6e88aae
* Tue Jul  7 2009 Mary Ellen Foster <mefoster at gmail.com> - 5.7.11-2
6e88aae
- Really fix issue with compiling "maildrop" packages
6e88aae
b1f9931
* Mon Jul  6 2009 Mary Ellen Foster <mefoster at gmail.com> - 5.7.11-1
b1f9931
- Move binaries into /usr/bin directly to fix multilib issues
b1f9931
- Update to latest upstream release
b1f9931
- Use officially-distributed PDF documentation instead of HTML
b1f9931
- Unify Java patches
b1f9931
- Remove strndup package; they fixed it upstream
b1f9931
- Fix compilation of "maildrop" packages
b1f9931
- Give the xpce documentation directory a clearer name
b1f9931
- Removed the FILES section of the man page because it also caused
b1f9931
  multilib conflicts (and was inaccurate anyway)
b1f9931
dc0e622
* Fri Jun 12 2009 Dennis Gilmore <dennis@ausil.us> 5.7.6-5
dc0e622
-dont use a static definition for strndup
dc0e622
377a696
* Mon Mar 02 2009 Dennis Gilmore <dennis@ausil.us> 5.7.6-4
377a696
- fix JAVA_HOME and JAVA_LIB for sparc arches
377a696
eb12fb5
* Sun Mar 01 2009 Karsten Hopp <karsten@redhat.com> 5.7.6-3
eb12fb5
- fix java LIBDIRS for mainframe, similar to alpha
eb12fb5
4a99e39
* Wed Feb 25 2009 Mary Ellen Foster <mefoster at gmail.com> - 5.7.6-2
4a99e39
- Unify all changes:
4a99e39
  - Fix java LIBDIRS on alpha (Oliver Falk)
4a99e39
57d7540
* Wed Feb 25 2009 Mary Ellen Foster <mefoster at gmail.com> - 5.7.6-1
57d7540
- Update to version 5.7
57d7540
  - Cleaned up virtual machine and compiler
57d7540
  - Increased performance
57d7540
c54e26b
* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> - 5.6.60-3
c54e26b
- rebuild with new openssl
c54e26b
b13706d
* Fri Sep 19 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 5.6.60-2
b13706d
- forgot to remove ANNOUNCE from doc list
b13706d
c811996
* Fri Sep 19 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 5.6.60-1
c811996
- update to 5.6.60
c811996
- use openjdk (FIXME: there may be a way to make this more generic)
c811996
52eab63
* Wed Jul  2 2008 Mary Ellen Foster <mefoster at gmail.com> - 5.6.57-2
52eab63
- Build using any Java
52eab63
- Include patch from SWI for Turkish locale (thanks to Keri Harris)
52eab63
e77e90c
* Wed Jun 25 2008 Mary Ellen Foster <mefoster at gmail.com> - 5.6.57-1
e77e90c
- Another update, after vacation
e77e90c
e77e90c
* Mon May 19 2008 Mary Ellen Foster <mefoster at gmail.com> - 5.6.55-1
e77e90c
- Update to 5.6.55 (wow, fast updates!)
e77e90c
- Un-split xpce for now
e77e90c
- Conditionally build jpl (on Fedora 9 with openjdk, and on 
e77e90c
  Fedora 8 non-ppc with icedtea)
e77e90c
e77e90c
* Wed May 07 2008 Mary Ellen Foster <mefoster at gmail.com> - 5.6.54-1
e77e90c
- Update to 5.6.54 and prepare to actually push this
e77e90c
- Try splitting xpce into own package
e77e90c
e77e90c
* Tue Apr 15 2008 Mary Ellen Foster <mefoster at gmail.com> - 5.6.53-1
e77e90c
- Update to 5.6.53 -- fixes ppc64 problems, yay!
e77e90c
e77e90c
* Wed Apr 09 2008 Mary Ellen Foster <mefoster at gmail.com> - 5.6.52-2
e77e90c
- Put JPL stuff where the new Java packaging guidelines say it should be
e77e90c
  and make all of the necessary adjustments in other files
e77e90c
- Split out "-devel" and "-static" packages per guidelines
e77e90c
81046ac
* Mon Mar 31 2008 Mary Ellen Foster <mefoster at gmail.com> - 5.6.52-1
81046ac
- Switch jpl requirement from IcedTea to OpenJDK and enable it everywhere
81046ac
- Upgrade to 5.6.52
81046ac
- Patch jpl configure script to find Java libraries on ppc{64}
81046ac
- NB: Still broken on ppc64, still trying to figure out why
81046ac
81046ac
* Mon Feb 25 2008 Mary Ellen Foster <mefoster at gmail.com> - 5.6.51-1
81046ac
- Upgrade to 5.6.51
81046ac
81046ac
* Fri Feb 22 2008 Mary Ellen Foster <mefoster at gmail.com> - 5.6.50-1
00f4ad6
- Update to 5.6.50
00f4ad6
- Enable JPL (as a sub-package) -- NB: it only builds with icedtea for now,
00f4ad6
  so we disable that sub-package on ppc64 and ppc for the moment
00f4ad6
6ad0124
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 5.6.47-9
6ad0124
- Autorebuild for GCC 4.3
6ad0124
c5c1221
* Thu Dec  6 2007 Gerard Milmeister <gemi@bluewin.ch> - 5.6.47-8
c5c1221
- compile with -fno-strict-aliasing
c5c1221
9d7ace3
* Wed Dec  5 2007 Gerard Milmeister <gemi@bluewin.ch> - 5.6.47-5
9d7ace3
- disable jpl for now
9d7ace3
37a459b
* Wed Dec  5 2007 Gerard Milmeister <gemi@bluewin.ch> - 5.6.47-4
306e232
- enable shared library building
b3f2088
2b1115f
* Wed Dec  5 2007 Gerard Milmeister <gemi@bluewin.ch> - 5.6.47-1
2b1115f
- new release 5.6.47
2b1115f
b2f87f5
* Fri Jun  8 2007 Gerard Milmeister <gemi@bluewin.ch> - 5.6.35-1
b2f87f5
- new version 5.6.35
b2f87f5
- add requires readline-devel
b2f87f5
7e206bd
* Mon Apr 23 2007 Gerard Milmeister <gemi@bluewin.ch> - 5.6.34-1
7e206bd
- new version 5.6.34
7e206bd
4b84eec
* Fri Feb 23 2007 Gerard Milmeister <gemi@bluewin.ch> - 5.6.28-1
4b84eec
- new version 5.6.28
4b84eec
4554d77
* Fri Dec  1 2006 Gerard Milmeister <gemi@bluewin.ch> - 5.6.24-1
4b84eec
- new version 5.6.24
4554d77
dba74d1
* Sun Oct  1 2006 Gerard Milmeister <gemi@bluewin.ch> - 5.6.20-1
dba74d1
- new version 5.6.20
dba74d1
01ea79a
* Sat Sep  2 2006 Gerard Milmeister <gemi@bluewin.ch> - 5.6.18-1
01ea79a
- updated to 5.6.18
01ea79a
e543d51
* Mon Aug 28 2006 Gerard Milmeister <gemi@bluewin.ch> - 5.6.16-3
e543d51
- Rebuild for FE6
e543d51
0ab7efb
* Tue Jul 11 2006 Gerard Milmeister <gemi@bluewin.ch> - 5.6.16-1
0ab7efb
- new version 5.6.16
0ab7efb
ac1168d
* Mon May  1 2006 Gerard Milmeister <gemi@bluewin.ch> - 5.6.12-3
ac1168d
- added buildreq for libXinerama-devel
ac1168d
8821ca1
* Mon May  1 2006 Gerard Milmeister <gemi@bluewin.ch> - 5.6.12-2
8821ca1
- added patch to compile with xft
8821ca1
daa36de
* Sun Apr 30 2006 Gerard Milmeister <gemi@bluewin.ch> - 5.6.12-1
daa36de
- new version 5.6.12
daa36de
44d4ca6
* Wed Mar  8 2006 Gerard Milmeister <gemi@bluewin.ch> - 5.6.7-1
44d4ca6
- new version 5.6.7
cdad653
50ded1b
* Sat Jan 28 2006 Gerard Milmeister <gemi@bluewin.ch> - 5.6.3-1
50ded1b
- new version 5.6.3
50ded1b
4e2c605
* Mon Jan  2 2006 Gerard Milmeister <gemi@bluewin.ch> - 5.6.0-1
4e2c605
- new version 5.6.0
4e2c605
5eb36b1
* Wed Jun 22 2005 Gerard Milmeister <gemi@bluewin.ch> - 5.4.7-1
4e2c605
- new version 5.4.7
5eb36b1
a88d83e
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 5.4.6-9
a88d83e
- rebuild on all arches
a88d83e
2f7cab2
* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
2f7cab2
- rebuilt
2f7cab2
16634c0
* Wed Feb 23 2005 David Woodhouse <dwmw2@infradead.org> - 5.4.6-7
16634c0
- Fix visibility abuse. This may well fix x86_64 too, so re-enable that.
16634c0
0890604
* Mon Feb 21 2005 Gerard Milmeister <gemi@bluewin.ch> - 5.4.6-6
d6a46ac
- Exclude x86_64 for now (bugzilla 149038)
0890604
b690f88
* Sun Feb 20 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 5.4.6-5
b690f88
- Added patch1 for a few multilib Makefile/configure fixes.
b690f88
- Use %%makeinstall and set libdir in install section.
b690f88
7af9130
* Sat Feb 12 2005 Warren Togami <wtogami@redhat.com> - 5.4.6-4
bfc23f7
- remove duplicate RPATH patch
bfc23f7
- remove Epoch
7af9130
- remove redundant unixODBC from BR
bfc23f7
bfc23f7
* Sat Feb 12 2005 Gerard Milmeister <gemi@bluewin.ch> - 5.4.6-2
ba3c8a5
- Added BuildRequires: unixODBC, unixODBC-devel
ba3c8a5
- Removed rpath from shared libs: pl-rpath.patch
ba3c8a5
bfc23f7
* Sat Feb 12 2005 Gerard Milmeister <gemi@bluewin.ch> - 5.4.6-1
37e2751
- New Version 5.4.6
37e2751
bfc23f7
* Thu Jan 13 2005 Gerard Milmeister <gemi@bluewin.ch> - 5.4.5-0.fdr.1
1ec1da1
- New Version 5.4.5