blob: f6eca9df26c5e7276ece2e2ecd7b780705f83792 (
plain)
1
2
3
4
5
6
7
8
9
|
<link package="python-lxml">
<patches>
<!-- <branch /> for a full copy, default case -->
<!-- <apply name="patch" /> apply a patch on the source directory -->
<!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
<!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
<!-- <delete name="filename" /> delete a file -->
</patches>
</link>
|