Summary: osgi-runner-runner - OSGi runner addons Name: osgi-runner-addons Packager: Wolfgang Glas BuildRequires: wget BuildArch: noarch Version: 3.0.0 Release: 1 License: APL2/clazzes.org Group: Applications/Internet Source: osgi-runner-addons-%{version}.tar.gz BuildRoot: /var/tmp/%{name}-buildroot ###XBCS-PBA-Category: osgi-runner ###XBCS-PBA-Generation: 3 ###XBCS-PBA-Distributions: centos7 centos8 ###XBCS-PBA-Repository: rpm.clazzes.org %define __jar_repack 0 %description osgi-runner bundle deployer %package -n osgi-runner-osgi-bundle-activator Summary: Activates bundles /usr/share/osgi-bundles/bundles Requires: osgi-runner-server %description -n osgi-runner-osgi-bundle-activator Contains config file to have osgi-runner-server find bundles in /usr/share/osgi-bundles/bundles %prep %setup -q %install BUNDLES_HOME=/usr/share/osgi-bundles OSGI_ETC=/etc/osgi-runner rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT$BUNDLES_HOME/bundles mkdir -p $RPM_BUILD_ROOT$OSGI_ETC/adm.d cp src/README-OSGI-RUNNER $RPM_BUILD_ROOT$BUNDLES_HOME/bundles cp src/org.apache.felix.fileinstall-osgibundles.cfg $RPM_BUILD_ROOT$OSGI_ETC/adm.d %clean rm -rf $RPM_BUILD_ROOT %files -n osgi-runner-osgi-bundle-activator %defattr(-,root,root) %config /etc/osgi-runner/adm.d/org.apache.felix.fileinstall-osgibundles.cfg /usr/share/osgi-bundles/bundles/README-OSGI-RUNNER %changelog