orafce/pre_checkin.sh
Reinhard Max 7c03d65fc2 Accepting request 139946 from home:deadpoint
Updated orafce to the latest git release which supports pg92 and reworked packaging to support multiple version of postgresql. There are 2 linked packages, postgresql9*-orafce, associated with this package. Please make me the maintainer.

OBS-URL: https://build.opensuse.org/request/show/139946
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/orafce?expand=0&rev=2
2012-11-13 08:10:56 +00:00

12 lines
195 B
Bash

#!/bin/sh
#
VERS="91 92"
#
spec=orafce.spec.in
for ii in $VERS
do
sed "s/pgversion ##/pgversion $ii/" $spec > postgresql${ii}-orafce.spec
cp orafce.changes postgresql${ii}-orafce.changes
done