[classpathx-mail] * Fri Oct 15 2010 Alexander Kurtakov <akurtako at redhat.com> 0:1.1.1-9.3 - Fix build.xml to not check

Alexander Kurtakov akurtakov at fedoraproject.org
Fri Oct 15 10:44:53 UTC 2010


commit 06d0adfd6b58b6b7853ec014bdb86c9ddbf2026f
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Fri Oct 15 13:44:06 2010 +0300

    * Fri Oct 15 2010 Alexander Kurtakov <akurtako at redhat.com> 0:1.1.1-9.3
    - Fix build.xml to not check for activation.jar.

 classpathx-mail.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/classpathx-mail.spec b/classpathx-mail.spec
index fba8432..b5d54eb 100644
--- a/classpathx-mail.spec
+++ b/classpathx-mail.spec
@@ -37,7 +37,7 @@
 
 Name:           classpathx-mail
 Version:        1.1.1
-Release:        9.2%{?dist}
+Release:        9.3%{?dist}
 Epoch:          0
 Summary:        GNU JavaMail(tm)
 
@@ -105,6 +105,7 @@ pushd inetlib-%{inetlibver}
 popd
 # assume no filename contains spaces
 perl -p -i -e 's/gnu(.)inet/org${1}jpackage${1}mail${1}inet/' `grep gnu.inet -lr *`
+sed -i -e "s|depends='preinit,activation.jar.unavailable'|depends='preinit'|g" build.xml
 
 
 %build
@@ -238,6 +239,9 @@ fi
 %{_javadocdir}/%{name}
 
 %changelog
+* Fri Oct 15 2010 Alexander Kurtakov <akurtako at redhat.com> 0:1.1.1-9.3
+- Fix build.xml to not check for activation.jar.
+
 * Fri Oct 15 2010 Alexander Kurtakov <akurtako at redhat.com> 0:1.1.1-9.2
 - Don't require jaf. It is part of JDK 5+.
 


More information about the scm-commits mailing list