Changes of Revision 2
[-] [+] | Added | project.diff |
@@ -0,0 +1,14 @@ +--- javapackages-tools.spec.orig ++++ javapackages-tools.spec +@@ -42,7 +42,11 @@ BuildRequires: xz + + Requires: coreutils + # for xsltproc ++%if 0%{?suse_version} >= 1220 + Requires: libxslt-tools ++%else ++Requires: libxslt ++%endif + Requires: lua + Requires: python + # for xml.dom.minidom | ||
[-] [+] | Changed | _link ^ |
@@ -1,9 +1,5 @@ -<link project="openSUSE.org:Java:packages" package="javapackages-tools"> -<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 project="openSUSE.org:Java:packages" package="javapackages-tools" baserev="213cf163564dfb1c836d8d8b2f169b83"> + <patches> + <apply name="project.diff" /> + </patches> </link> |