262b6d62e1
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql?expand=0&rev=52
13 lines
254 B
Bash
13 lines
254 B
Bash
#!/bin/bash
|
|
|
|
sed '/IF_LIBS/,/FI_LIBS/d
|
|
/IF_POSTGRES/d
|
|
/FI_POSTGRES/d
|
|
' postgresql.spec.in > postgresql.spec
|
|
|
|
sed '/^Name: /s/$/-libs/
|
|
/IF_POSTGRES/,/FI_POSTGRES/d
|
|
/IF_LIBS/d
|
|
/FI_LIBS/d
|
|
' postgresql.spec.in > postgresql-libs.spec
|