Browse Source

remove library DSOs, but keep other DSOs

master
parent
commit
c84b8824ab
  1. 3
      postgresql/postgresql.spec

3
postgresql/postgresql.spec

@ -47,7 +47,7 @@ Distribution: OpenPKG [BASE]
Group: Database
License: GPL
Version: 7.3
Release: 20021207
Release: 20021218
# list of sources
Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.gz
@ -141,6 +141,7 @@ AutoReqProv: no
rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/pgaccess.1
rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/pgtclsh.1
rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/pgtksh.1
rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/lib*.so*
# namespace adjustments to installation
for prog in \

Loading…
Cancel
Save