Changes of Revision 2
[-] [+] | Added | project.diff |
@@ -0,0 +1,11 @@ +--- cglib-nohook.spec.orig ++++ cglib-nohook.spec +@@ -96,7 +96,7 @@ junit + + export CLASSPATH= + export OPT_JAR_LIST=: +-ant jar javadoc test ++ant jar javadoc + + cp dist/%{realname}-%{uscver}.jar dist/%{realname}-nohook-%{uscver}.jar + | ||
[-] [+] | Changed | _link ^ |
@@ -1,9 +1,5 @@ -<link project="openSUSE.org:Java:base" package="cglib-nohook"> -<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:base" package="cglib-nohook" baserev="00f957a7894fd9190b952c0efb4135f6"> + <patches> + <apply name="project.diff" /> + </patches> </link> |