epiphany-branding-openSUSE/pre_checkin.sh
Vincent Untz 210f709070 Accepting request 29778 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/epiphany-branding-openSUSE via accept of submit request 29778 revision 2.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/29778
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany-branding-openSUSE?expand=0&rev=16
2010-01-16 02:16:15 +00:00

19 lines
584 B
Bash

#!/bin/sh
NAME=epiphany
if ! test -f ${NAME}-branding.spec.in ; then
exit
fi
for variant in openSUSE SLED ; do
cp ${NAME}-branding.spec.in ${NAME}-branding-${variant}.spec
cp ${NAME}-branding.changes ${NAME}-branding-${variant}.changes
sed -i "s/%{branding_name}/${variant}/g" ${NAME}-branding-${variant}.spec
sed -i "s/\(%define *build_${variant} *\)0/\11/" ${NAME}-branding-${variant}.spec
sed -i "
/^Name: *${NAME}-branding-${variant}/i \
# Do not edit this auto generated file! Edit ${NAME}-branding.spec.in.
" ${NAME}-branding-${variant}.spec
done