%global project felix-gogo %global bundle org.apache.felix.gogo.runtime %global pkgname runtime Name: %{project}-%{pkgname} Version: 0.10.0 Release: 2%{?dist} Summary: Community OSGi R4 Service Platform Implementation - Basic Commands Group: Development/Tools License: ASL 2.0 URL: http://felix.apache.org/site/apache-felix-gogo.html Source0: http://www.mirrorservice.org/sites/ftp.apache.org//felix/org.apache.felix.gogo.runtime-0.10.0-project.tar.gz # Typecast an Event constructor call with java.util.Properties to # java.util.Dictionary because the call to the constructor with Properties # was ambiguous. Patch1: %{name}-dictionary.patch # Changed path to DEPENDENCIES, LICENSE and NOTICE from META-INF to root dir Patch2: %{name}-bundle-resources.patch # Removed failing thread IO test Patch3: %{name}-deleted-io-test.patch # Removed relativePath to parent pom Patch4: %{name}-parent.patch BuildArch: noarch BuildRequires: java BuildRequires: jpackage-utils BuildRequires: maven BuildRequires: felix-osgi-core BuildRequires: felix-osgi-compendium BuildRequires: maven-surefire-provider-junit4 BuildRequires: felix-gogo-parent Requires: java Requires: jpackage-utils %description Apache Felix is a community effort to implement the OSGi R4 Service Platform and other interesting OSGi-related technologies under the Apache license. The OSGi specifications originally targeted embedded devices and home services gateways, but they are ideally suited for any project interested in the principles of modularity, component-orientation, and/or service-orientation. OSGi technology combines aspects of these aforementioned principles to define a dynamic service deployment framework that is amenable to remote management. %package javadoc Group: Documentation Summary: Javadoc for %{name} Requires: jpackage-utils %description javadoc This package contains the API documentation for %{name}. %prep %setup -q -n %{bundle}-%{version} %patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 %build mvn-rpmbuild install javadoc:aggregate %install # jars install -d -m 0755 %{buildroot}%{_javadir}/%{project} install -pm 644 target/%{bundle}-%{version}.jar %{buildroot}%{_javadir}/%{project}/%{bundle}.jar # pom install -d -m 755 %{buildroot}%{_mavenpomdir} install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{project}-%{bundle}.pom %add_maven_depmap JPP.%{project}-%{bundle}.pom %{project}/%{bundle}.jar # javadoc install -d -m 0755 %{buildroot}%{_javadocdir}/%{name} cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name} %files %doc DEPENDENCIES LICENSE NOTICE %{_javadir}/* %{_mavenpomdir}/JPP.%{project}-%{bundle}.pom %{_mavendepmapfragdir}/%{name} %files javadoc %doc LICENSE %{_javadocdir}/%{name} %changelog * Fri Dec 16 2011 Tomas Radej - 0.10.0-2 - Repackaged, minor changes * Mon Nov 07 2011 Tomas Radej - 0.10.0-1 - Initial packaging