mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-22 17:41:51 +00:00
be4242ddcd
Former-commit-id: c59e439e355ab6c19f82c846b7db43d7beebced6
38 lines
728 B
RPMSpec
38 lines
728 B
RPMSpec
Summary: Package for Postgresql on AIX
|
|
Name:xcat-postgresql
|
|
Version: 5
|
|
Release: 1
|
|
License: GPL
|
|
Group: Applications/System
|
|
Vendor: postgresql
|
|
Packager: IBM Corp.
|
|
Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}
|
|
Prefix: /
|
|
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root
|
|
#BuildRoot: /var/tmp/postgresql-root
|
|
BuildArch: ppc
|
|
Source: postgresql-8.4.4-aix6.1.tar.gz
|
|
Provides: xcat-postgresql = %{version}
|
|
|
|
%description
|
|
postgresql-8.4.4 (64-bit).
|
|
|
|
%prep
|
|
%setup -q -n postgresql-8.4.4
|
|
%build
|
|
|
|
%install
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/var/lib/pgsql
|
|
cp -rp /opt/freeware/src/packages/BUILD/postgresql-8.4.4/* $RPM_BUILD_ROOT/var/lib/pgsql
|
|
|
|
|
|
%post
|
|
|
|
%clean
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
/var/lib/pgsql
|
|
|