OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql?expand=0&rev=79
This commit is contained in:
parent
03694168dc
commit
2aa0a9657e
6
postgresql-bashprofile
Normal file
6
postgresql-bashprofile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
|
||||||
|
# Get PGDATA from /etc/sysconfig/postgresql
|
||||||
|
if test -f /etc/sysconfig/postgresql; then
|
||||||
|
eval eval $(sed -n '/^POSTGRES_DATADIR=/s//PGDATA=/p' /etc/sysconfig/postgresql)
|
||||||
|
export PGDATA
|
||||||
|
fi
|
@ -157,6 +157,7 @@ and triggers.
|
|||||||
echo "This is a dummy package to provide a dependency on the default PostgreSQL version." > README
|
echo "This is a dummy package to provide a dependency on the default PostgreSQL version." > README
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
mkdir -p %buildroot/var/lib/pgsql/
|
||||||
sed 's,@LIBDIR@,%_libdir,g' %{SOURCE} > \
|
sed 's,@LIBDIR@,%_libdir,g' %{SOURCE} > \
|
||||||
%buildroot/var/lib/pgsql/.bash_profile
|
%buildroot/var/lib/pgsql/.bash_profile
|
||||||
|
|
||||||
@ -165,8 +166,8 @@ sed 's,@LIBDIR@,%_libdir,g' %{SOURCE} > \
|
|||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%files server
|
%files server
|
||||||
%defattr(-,root,root,-)
|
%attr(-,root,root,-) README
|
||||||
%doc README
|
%attr(750, postgres, postgres) %dir /var/lib/pgsql
|
||||||
%attr(640,postgres,postgres) %config(noreplace) /var/lib/pgsql/.bash_profile
|
%attr(640,postgres,postgres) %config(noreplace) /var/lib/pgsql/.bash_profile
|
||||||
|
|
||||||
%files docs
|
%files docs
|
||||||
|
Loading…
Reference in New Issue
Block a user