File pgaccess.spec of Package pgaccess
#
# spec file for package pgaccess (Version 0.98.8.20030520)
#
# Copyright (c) 2004 SuSE Linux AG, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://www.suse.de/feedback/
#
# norootforbuild
# usedforbuild aaa_base acl attr bash bind-utils bison bzip2 coreutils cpio cpp cracklib cvs cyrus-sasl db devs diffutils e2fsprogs file filesystem fillup findutils flex gawk gdbm-devel glibc glibc-devel glibc-locale gpm grep groff gzip info insserv kbd less libacl libattr libgcc libselinux libstdc++ libxcrypt m4 make man mktemp module-init-tools ncurses ncurses-devel net-tools netcfg openldap2-client openssl pam pam-modules patch permissions popt ps pwdutils rcs readline sed sendmail strace syslogd sysvinit tar texinfo timezone unzip util-linux vim zlib zlib-devel autoconf automake binutils gcc gdbm gettext libtool perl rpm
Name: pgaccess
Summary: A Database Management Tool for PostgreSQL
Version: 0.98.8.20030520
Release: 73
License: Other License(s), see package
Group: Productivity/Databases/Tools
Url: http://www.pgaccess.org
Obsoletes: postgresql-tk
Provides: postgresql-tk
Requires: postgresql-tcl tcl tk tcllib
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArchitectures: noarch
Source0: %name-%version.tar.bz2
Patch0: %name.patch
%description
A Database Management Tool for PostgreSQL
Authors:
--------
Constantin Teodorescu <teo@flex.ro>
%prep
%setup -q
%patch0
%build
%install
rm -rf %buildroot
PGA_HOME=/usr/share
make DESTDIR=%buildroot libdir=$PGA_HOME bindir=%_bindir install
%clean
rm -rf %buildroot
%files
%defattr(-,root,root,-)
%doc README changelog copyright known_bugs todo
/usr/share/pgaccess
/usr/bin/pgaccess
%changelog -n pgaccess
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Feb 05 2004 - hmacht@suse.de
- added option # norootforbuild in specfile
* Fri Aug 08 2003 - max@suse.de
- New version: 0.98.8.20030520.
* Mon Apr 28 2003 - max@suse.de
- PgAccess was a subpackage of PostgreSQL before (postgresql-tk),
but recently became a project of it's own.
- New snapshot version 0.98.8.20030117 .