File _link of Package nginx
1
<link project="home:jg:http" package="nginx" >
2
<patches>
3
<!-- <apply name="patch" /> apply a patch on the source directory -->
4
<!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
5
<!-- <add>file.patch</add> add a patch to be applied after %setup (spec file only) -->
6
<!-- <delete>filename</delete> delete a file -->
7
</patches>
8
</link>
9