[thermostat] Remove felix-osgi-compendium BR/R since we don't use it (yet).

jerboaa jerboaa at fedoraproject.org
Mon Jan 7 18:08:40 UTC 2013


commit 7ea6b1bb9dd5da1ae08667a57b6aa1699ba60620
Author: Severin Gehwolf <sgehwolf at redhat.com>
Date:   Mon Jan 7 19:05:28 2013 +0100

    Remove felix-osgi-compendium BR/R since we don't use it (yet).

 thermostat.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/thermostat.spec b/thermostat.spec
index d2570f3..4b1ee31 100644
--- a/thermostat.spec
+++ b/thermostat.spec
@@ -4,7 +4,7 @@
 
 Name:       thermostat
 Version:    0.5.0
-Release:    0.25.20121123hg%{hgrev}%{?dist}
+Release:    0.26.20121123hg%{hgrev}%{?dist}
 Summary:    A monitoring and serviceability tool for OpenJDK
 License:    GPLv2+ with exceptions
 URL:        http://icedtea.classpath.org/thermostat/
@@ -41,7 +41,6 @@ BuildRequires: maven-war-plugin
 
 BuildRequires: libgnome-keyring-devel
 BuildRequires: felix-framework
-BuildRequires: felix-osgi-compendium
 BuildRequires: fusesource-pom
 BuildRequires: jansi
 # 1.0.14-7 has OSGi metadata and itext dep fix
@@ -68,7 +67,6 @@ Requires: java >= 1:1.7.0
 Requires: jpackage-utils
 
 Requires: felix-framework
-Requires: felix-osgi-compendium
 Requires: jansi
 Requires: java-devel >= 1:1.7.0
 # jline2 2.5-7 has jansi-internal import-package fix.
@@ -198,7 +196,6 @@ cp -a distribution/target %{buildroot}%{_datarootdir}/%{name}
 
 # symlink dependencies into the right directory
 ln -s %{_javadir}/felix/org.apache.felix.framework.jar %{buildroot}%{_datarootdir}/%{name}/libs/org.apache.felix.framework.jar
-ln -s %{_javadir}/felix/org.osgi.compendium.jar %{buildroot}%{_datarootdir}/%{name}/libs/org.osgi.compendium.jar
 ln -s %{_javadir}/hawtjni-runtime.jar %{buildroot}%{_datarootdir}/%{name}/libs/hawtjni-runtime.jar
 # the following required symlinks and their name can be looked up in
 # distribution/pom.xml (version-less-dep-symlinks)
@@ -294,6 +291,9 @@ cp -a target/site/apidocs %{buildroot}%{_javadocdir}/%{name}
 %{_javadocdir}/%{name}
 
 %changelog
+* Mon Jan 7 2013 Severin Gehwolf <sgehwolf at redhat.com> 0.5.0-0.26.20121123hgd6145521e208
+- Remove felix-osgi-compendium BR/R since we don't use it (yet).
+
 * Mon Jan 7 2013 Severin Gehwolf <sgehwolf at redhat.com> 0.5.0-0.25.20121123hgd6145521e208
 - Fix for RHBZ 891840 (NoSuchMethodError on boot).
 


More information about the scm-commits mailing list