diff options
Diffstat (limited to 'Tizen:IVI/python-rpm/_link')
-rw-r--r-- | Tizen:IVI/python-rpm/_link | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Tizen:IVI/python-rpm/_link b/Tizen:IVI/python-rpm/_link new file mode 100644 index 0000000..6394827 --- /dev/null +++ b/Tizen:IVI/python-rpm/_link @@ -0,0 +1,9 @@ +<link package="rpm" cicount="copy"> +<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>file.patch</add> add a patch to be applied after %setup (spec file only) --> + <!-- <delete>filename</delete> delete a file --> +</patches> +</link> |