forked from pool/unzip
f9e15decd2
- 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
9 lines
198 B
Bash
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
|
|
|