[glassfish-jsp-api/f18] Change OSGi Bundle-SymbolicName to better match Eclipse needs

Mikolaj Izdebski mizdebsk at fedoraproject.org
Fri Oct 19 09:23:27 UTC 2012


commit 4409f86998594df288513dfde90e775217f51217
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Fri Oct 19 11:07:41 2012 +0200

    Change OSGi Bundle-SymbolicName to better match Eclipse needs
    
    - Update URL
    - Resolves: rhbz#868169

 glassfish-jsp-api.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/glassfish-jsp-api.spec b/glassfish-jsp-api.spec
index 9287e22..a834461 100644
--- a/glassfish-jsp-api.spec
+++ b/glassfish-jsp-api.spec
@@ -4,12 +4,12 @@
 
 Name:       glassfish-jsp-api
 Version:    2.2.1
-Release:    3%{?dist}
+Release:    4%{?dist}
 Summary:    Glassfish J2EE JSP API specification
 
 Group:      Development/Libraries
 License:    (CDDL or GPLv2 with exceptions) and ASL 2.0
-URL:        http://glassfish.org
+URL:        http://java.net/jira/browse/JSP
 Source0:    %{artifactId}-%{version}.tar.xz
 # no source releases, but this will generate tarball for you from an
 # SVN tag
@@ -52,6 +52,8 @@ BuildArch:      noarch
 cp -p %{SOURCE2} LICENSE
 cp -p %{SOURCE3} cddllicense.txt
 
+# Submited upstream: http://java.net/jira/browse/JSP-31
+sed -i "/<bundle.symbolicName>/s/-api//" pom.xml
 
 %build
 mvn-rpmbuild install javadoc:javadoc
@@ -85,6 +87,11 @@ install -pm 644 pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP-%{name}.pom
 
 
 %changelog
+* Fri Oct 19 2012 Mikolaj Izdebski <mizdebsk at redhat.com> 2.2.1-4
+- Change OSGi Bundle-SymbolicName to better match Eclipse needs
+- Update URL
+- Resolves: rhbz#868169
+
 * Tue Sep  4 2012 Mikolaj Izdebski <mizdebsk at redhat.com> - 2.2.1-3
 - Fix license tag
 - Install license files


More information about the scm-commits mailing list