PGSQL INTERFACES PGADMIN HACKERS 1 CVS COMMIT BY DPAGE UPDATED MANDRAKE SPEC FILE HUGO FERREIRA
From: cvs@no-spam
Subject: CVS Commit by dpage: Updated Mandrake spec file [Hugo Ferreira}
Date: Wed, 8 Dec 2004 08:22:39 GMT


Log Message:
-----------
Updated Mandrake spec file [Hugo Ferreira}

Tags:
----
REL-1_2_0_PATCHES
Modified Files:
--------------
pgadmin3/pkg/mandrake:
pgadmin3.spec (r1.1.2.1 -> r1.1.2.2)

Index: pgadmin3.spec ===================================================================
RCS file: /projects/pgadmin3/pkg/mandrake/pgadmin3.spec,v retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -Lpkg/mandrake/pgadmin3.spec -Lpkg/mandrake/pgadmin3.spec -u -w -r1.1.2.1 -r1.1.2.2

--- pkg/mandrake/pgadmin3.spec +++ pkg/mandrake/pgadmin3.spec @@no-spam -1,21 +1,23 @@no-spam -%define major_version 1.1.0
-%define minor_version %(date +%Y%m%d)
-%define wxGTK2_version 20031010.8
-%define withwxconfig wxgtk2ud-2.5-config +%define name pgadmin3
+%define major_version 1.2.0
+%define minor_version 1mdk +%define wxGTK2_version 2.5.3
+%define withwxconfig wx-config %define desktop_vendor pgadmin %define debug_package %{nil}
%define __os_install_post /usr/lib/rpm/brp-compress Summary: Graphical client for PostgreSQL.
-Name: pgadmin3
+Name: %{name}
Version: %{major_version}
Release: %{minor_version}
License: Artistic -Group: Applications/Databases -Source: pgadmin3-%{major_version}.tar.bz2
+Group: Databases +Source: %{name}-%{major_version}.tar.bz2
URL: http://www.pgadmin.org/
Packager: pgAdmin project <pgadmin-hackers@no-spam>
BuildRoot: %{_tmppath}/%{name}-root +BuildRequires: postgresql postgresql-devel #
# When rebuilding, wxWindows 2.5 CVS version is needed.
@@no-spam -23,7 +25,7 @@no-spam # http://www.pgadmin.org/pgadmin3/development.php page in the Snapshots section
#
-BuildRequires: wxGTK2ud >= 2.5-%{wxGTK2_version}, wxGTK2ud-devel >= 2.5-%{wxGTK2_version}, wxGTK2ud-stc >= 2.5-%{wxGTK2_version}, wxGTK2ud-xrc >= 2.5-%{wxGTK2_version}

+#BuildRequires: wxGTK2ud >= 2.5-%{wxGTK2_version}, wxGTK2ud-devel >= 2.5-%{wxGTK2_version}, wxGTK2ud-stc >= 2.5-%{wxGTK2_version}, wxGTK2ud-xrc >= 2.5-%{wxGTK2_version}

%description PostgreSQL Tools.
@@no-spam -34,7 +36,7 @@no-spam %build export CFLAGS=""
export CXXFLAGS=""
-configure --with-wx-config=%{withwxconfig} --with-wx=/usr +%configure --with-wx-config=%{withwxconfig} --with-wx=/usr make all %install @@no-spam -53,15 +55,29 @@no-spam rm -rf %{buildroot}
%files -%defattr(-, root, root)
+%defattr(-, root, root, 755 )
+%doc LICENCE.txt README.txt BUGS.txt +%doc docs/en_US/*
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications %changelog -* Mon Jun 10 2003 Jean-Michel POURE <pgadmin-hackers@no-spam>
-- Initial build +* Tue Dec 3 2004 Hugo Ferreira <hmf at inescporto.pt>
+- 1.2.0 +- Some changes for MDK 10.1 (name, BuildRequires, minor_version to 1mdk and + Group to Databases). Checked w/ rpmlint. Still has problems.
+
+* Wed Nov 17 2004 Devrim GUNDUZ <devrim@no-spam>
+- 1.2.0 RC2 +
+* Mon Nov 15 2004 Devrim GUNDUZ <devrim@no-spam>
+- 1.2.0 RC1 rebuilt +- Fixed spec file so that beta and rc tags will be considered. (Note: AFAICS my previous rpms were broken :( )

+
+* Thu Nov 4 2004 Devrim GUNDUZ <devrim@no-spam>
+- 1.2.0 RC1
-* Sat Dec 04 2004 Hugo Ferreira <hmf@no-spam>
-- Mandrake 10.1 Version +* Mon Jun 10 2003 Jean-Michel POURE <pgadmin-hackers@no-spam>
+- 1.2.0 Initial build [plaintext cvs-200412882239-diff.txt]

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match