File pgaccess.spec of Package pgaccess
#
# spec file for package pgaccess (Version 0.98.8.20030520)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: pgaccess
Summary: A Database Management Tool for PostgreSQL
Version: 0.98.8.20030520
Release: 250
License: Any permissive
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
BuildArch: 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
* 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 .