unzip/pre_checkin.sh
Stephan Kulow f9e15decd2 Accepting request 185618 from home:coolo:branches:openSUSE:Factory
- split the rcc dependency into a spec file of it's own, we don't
  need that complexity during build causing cycles like this:
    unzip -> librcc -> libproxy -> libXau -> xorg-x11-proto-devel -> docbook-xsl-stylesheets

OBS-URL: https://build.opensuse.org/request/show/185618
OBS-URL: https://build.opensuse.org/package/show/Archiving/unzip?expand=0&rev=25
2013-08-02 15:06:01 +00:00

9 lines
198 B
Bash

#! /bin/sh
cp unzip.spec unzip-rcc.spec
cp unzip.changes unzip-rcc.changes
sed -i -e 's,Name: .*,Name: unzip-rcc,' unzip-rcc.spec
sed -i -e 's,%bcond_with rcc,%bcond_without rcc,' unzip-rcc.spec