Index: pgadmin3.spec =================================================================== RCS file: /projects/pgadmin3/pkg/mandrake/pgadmin3.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -Lpkg/mandrake/pgadmin3.spec -Lpkg/mandrake/pgadmin3.spec -u -w -r1.2 -r1.3 --- pkg/mandrake/pgadmin3.spec +++ pkg/mandrake/pgadmin3.spec @@ -36,7 +36,11 @@ %build export CFLAGS="" export CXXFLAGS="" -%configure --with-wx-config=%{withwxconfig} --with-wx=/usr +%ifarch x86_64 amd64 +%configure --with-wx-config=%{withwxconfig} --with-wx=/usr --with-ssl LDFLAGS=-L/usr/X11R6/lib64 +%else +%configure --with-wx-config=%{withwxconfig} --with-wx=/usr --with-ssl +%endif make all %install @@ -63,6 +67,10 @@ %{_datadir}/applications %changelog +* Thur Feb 10 2005 Dave Page +- 1.2.0 +- Add 64 bit libs per Vasilev Max + * Tue Dec 3 2004 Hugo Ferreira - 1.2.0 - Some changes for MDK 10.1 (name, BuildRequires, minor_version to 1mdk and Index: pgadmin3.spec =================================================================== RCS file: /projects/pgadmin3/pkg/redhat/pgadmin3.spec,v retrieving revision 1.40 retrieving revision 1.41 diff -Lpkg/redhat/pgadmin3.spec -Lpkg/redhat/pgadmin3.spec -u -w -r1.40 -r1.41 --- pkg/redhat/pgadmin3.spec +++ pkg/redhat/pgadmin3.spec @@ -34,7 +34,11 @@ %build export CFLAGS="" export CXXFLAGS="" -%configure --enable-debug --enable-static --with-wx-config=%{withwxconfig} +%ifarch x86_64 amd64 +%configure --enable-static --with-wx-config=%{withwxconfig} --with-wx=/usr/local --with-ssl LDFLAGS=-L/usr/X11R6/lib64 +%else +%configure --enable-static --with-wx-config=%{withwxconfig} --with-wx=/usr/local --with-ssl +%endif make all %install @@ -59,6 +63,10 @@ %{_datadir}/applications %changelog +* Thur Feb 10 2005 Dave Page +- 1.2.0 +- Add 64 bit libs per Vasilev Max + * Mon Jun 10 2003 Jean-Michel POURE - Initial build