78a1f22f6a
Update to 0.1.20 OBS-URL: https://build.opensuse.org/request/show/120978 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord?expand=0&rev=38
9 lines
267 B
Bash
9 lines
267 B
Bash
#!/bin/sh
|
|
|
|
cp colord.changes colord-gtk.changes
|
|
sed "s/\(%define *build_gtk *\)0/\11/;s/\(^Name: *\)colord.*/\1colord-gtk/" colord.spec > colord-gtk.spec
|
|
sed -i "
|
|
/^Name: *colord-gtk/i \
|
|
# Do not edit this auto generated file! Edit colord.spec.
|
|
" colord-gtk.spec
|