diff --git a/.felix-osgi-core.metadata b/.felix-osgi-core.metadata new file mode 100644 index 0000000..c70c758 --- /dev/null +++ b/.felix-osgi-core.metadata @@ -0,0 +1 @@ +b2ee39cd33bc669cb3a866bdc2cf4dfe881d4170 SOURCES/org.osgi.core-1.4.0-project.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3265271 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/org.osgi.core-1.4.0-project.tar.gz diff --git a/SPECS/felix-osgi-core.spec b/SPECS/felix-osgi-core.spec new file mode 100644 index 0000000..bc817ae --- /dev/null +++ b/SPECS/felix-osgi-core.spec @@ -0,0 +1,105 @@ +%global bundle org.osgi.core + +Name: felix-osgi-core +Version: 1.4.0 +Release: 15%{?dist} +Summary: Felix OSGi R4 Core Bundle + +License: ASL 2.0 +URL: http://felix.apache.org/site/apache-felix-osgi-core.html +Source0: http://www.apache.org/dist/felix/%{bundle}-%{version}-project.tar.gz + +BuildArch: noarch + +BuildRequires: java-devel +BuildRequires: maven-local +BuildRequires: felix-parent +BuildRequires: maven-surefire-provider-junit4 +BuildRequires: jpackage-utils + +%description +OSGi Service Platform Release 4 Core Interfaces and Classes. + +%package javadoc +Summary: Javadoc for %{name} + +%description javadoc +API documentation for %{name}. + +%prep +%setup -q -n %{bundle}-%{version} + +%mvn_alias :%{bundle} org.osgi:%{bundle} +%mvn_file :%{bundle} felix/%{bundle} + +%build +%mvn_build + +%install +%mvn_install + +%files -f .mfiles +%doc LICENSE + +%files javadoc -f .mfiles-javadoc +%doc LICENSE + +%changelog +* Fri Dec 27 2013 Daniel Mach - 1.4.0-15 +- Mass rebuild 2013-12-27 + +* Fri Aug 16 2013 Stanislav Ochotnicky - 1.4.0-14 +- Migrate away from mvn-rpmbuild (#997435) + +* Fri Jun 28 2013 Mikolaj Izdebski - 1.4.0-13 +- Rebuild to regenerate API documentation +- Resolves: CVE-2013-1571 + +* Mon Feb 25 2013 Mikolaj Izdebski - 1.4.0-12 +- Add missing BR: maven-local + +* Wed Feb 13 2013 Fedora Release Engineering - 1.4.0-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 1.4.0-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 1.4.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Oct 18 2011 Jaromir Capik 1.4.0-8 +- Extra groupId "org.osgi" added +- Minor spec file changes according to the latest guidelines +- fixing "unmappable character for encoding ANSI_X3.4-1968" + +* Wed Mar 30 2011 Alexander Kurtakov 1.4.0-7 +- Build with maven 3 and drop ant buil.xml files. + +* Tue Feb 08 2011 Fedora Release Engineering - 1.4.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Dec 15 2010 Stanislav Ochotnicky - 1.4.0-5 +- Remove felix-parent from Requires to prevent pulling maven in + +* Tue Dec 14 2010 Stanislav Ochotnicky - 1.4.0-4 +- Add felix-parent to Requires (maven builds require this) +- Add license and jpackage-utils Requires to javadoc subpackage +- Use mavenpomdir macro + +* Mon Dec 13 2010 Alexander Kurtakov 1.4.0-3 +- Fix pom name. +- Adapt to current guidelines. + +* Tue Jun 29 2010 Victor G. Vasilyev 1.4.0-2 +- Modify maven-build.xml to include MANIFEST.MF into JAR + +* Tue Jun 22 2010 Victor G. Vasilyev 1.4.0-1 +- Update felix-osgi-core-1.4.0-build.xml.tar.gz +- Use the macros style +- Release 1.4.0 + +* Thu Sep 3 2009 Alexander Kurtakov 1.2.0-2 +- Fix line length. + +* Thu Sep 3 2009 Alexander Kurtakov 1.2.0-1 +- Initial package.