From d264d8323e60b25c4ce45063175cd33329749eec Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Nov 06 2018 19:09:25 +0000 Subject: Add comments to patches for jmc package --- diff --git a/jmc/jmc.spec b/jmc/jmc.spec index c519a5b..48ae73e 100644 --- a/jmc/jmc.spec +++ b/jmc/jmc.spec @@ -9,14 +9,27 @@ URL: http://openjdk.java.net/projects/jmc/ # original source: http://hg.openjdk.java.net/jmc/jmc/archive/tip.tar.gz Source0: jmc-7.0.0.tar.gz +# Remove optional twitter related functionality Patch0: 0_remove_twitter.patch +# Update javamail dependency names to match what is found in Fedora Patch1: 1_javamail.patch +# Update javax dependency names to match what is found in Fedora Patch2: 2_javax.patch +# Remove maven build profiles that won't be used in local build Patch3: 3_remove_profiles.patch +# Remove localization files that currently cannot be supported +# due to a packaging issue for Eclipse language packs +# eclipse-nls-ja and eclipse-nls-zh +# They currently provide multiple archs within the same package +# and the local build system cannot fulfill dependencies from them Patch4: 4_remove_localization.patch +# Remove optional openjfx related functionality Patch5: 5_remove_jfx.patch +# Remove unused module org.openjdk.jmc.ide.jdt Patch6: 6_remove_ide_jdt.patch +# Remove unused remote repository definition Patch7: 7_remove_buchen_repo.patch +# Add dependency on org. hamcrest-core to provide class used in unit tests Patch8: 8_add_hamcrest.patch BuildRequires: buildnumber-maven-plugin