|
|
a98d37 |
%global bundle org.osgi.core
|
|
|
a98d37 |
|
|
|
a98d37 |
Name: felix-osgi-core
|
|
|
a98d37 |
Version: 1.4.0
|
|
|
a98d37 |
Release: 23%{?dist}
|
|
|
a98d37 |
Summary: Felix OSGi R4 Core Bundle
|
|
|
a98d37 |
License: ASL 2.0
|
|
|
a98d37 |
URL: http://felix.apache.org/site/apache-felix-osgi-core.html
|
|
|
a98d37 |
BuildArch: noarch
|
|
|
a98d37 |
|
|
|
a98d37 |
Source0: http://www.apache.org/dist/felix/%{bundle}-%{version}-project.tar.gz
|
|
|
a98d37 |
|
|
|
a98d37 |
BuildRequires: maven-local
|
|
|
a98d37 |
BuildRequires: mvn(org.apache.felix:felix-parent:pom:)
|
|
|
a98d37 |
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
|
|
a98d37 |
|
|
|
a98d37 |
%description
|
|
|
a98d37 |
OSGi Service Platform Release 4 Core Interfaces and Classes.
|
|
|
a98d37 |
|
|
|
a98d37 |
%package javadoc
|
|
|
a98d37 |
Summary: API documentation for %{name}
|
|
|
a98d37 |
|
|
|
a98d37 |
%description javadoc
|
|
|
a98d37 |
This package contains API documentation for %{name}.
|
|
|
a98d37 |
|
|
|
a98d37 |
%prep
|
|
|
a98d37 |
%setup -q -n %{bundle}-%{version}
|
|
|
a98d37 |
|
|
|
a98d37 |
%mvn_file :%{bundle} "felix/%{bundle}"
|
|
|
a98d37 |
%mvn_alias "org.apache.felix:%{bundle}" "org.osgi:%{bundle}"
|
|
|
a98d37 |
|
|
|
a98d37 |
%build
|
|
|
a98d37 |
export LC_ALL=en_US.UTF-8
|
|
|
a98d37 |
%mvn_build -- -Drat.numUnapprovedLicenses=50
|
|
|
a98d37 |
|
|
|
a98d37 |
%install
|
|
|
a98d37 |
%mvn_install
|
|
|
a98d37 |
|
|
|
a98d37 |
%files -f .mfiles
|
|
|
a98d37 |
%license LICENSE NOTICE
|
|
|
a98d37 |
|
|
|
a98d37 |
%files javadoc -f .mfiles-javadoc
|
|
|
a98d37 |
%license LICENSE NOTICE
|
|
|
a98d37 |
|
|
|
a98d37 |
%changelog
|
|
|
a98d37 |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-23
|
|
|
a98d37 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
a98d37 |
|
|
|
a98d37 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-22
|
|
|
a98d37 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
a98d37 |
|
|
|
a98d37 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-21
|
|
|
a98d37 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
a98d37 |
|
|
|
a98d37 |
* Thu Jun 16 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4.0-20
|
|
|
a98d37 |
- Regenerate build-requires
|
|
|
a98d37 |
- Update to current packaging guidelines
|
|
|
a98d37 |
|
|
|
a98d37 |
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-19
|
|
|
a98d37 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
a98d37 |
|
|
|
a98d37 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-18
|
|
|
a98d37 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
a98d37 |
|
|
|
a98d37 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-17
|
|
|
a98d37 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
a98d37 |
|
|
|
a98d37 |
* Mon May 26 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4.0-16
|
|
|
a98d37 |
- Remove BuildRequires on maven-surefire-provider-junit4
|
|
|
a98d37 |
|
|
|
a98d37 |
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.4.0-15
|
|
|
a98d37 |
- Use Requires: java-headless rebuild (#1067528)
|
|
|
a98d37 |
|
|
|
a98d37 |
* Mon Aug 05 2013 Mat Booth <fedora@matbooth.co.uk> - 1.4.0-14
|
|
|
a98d37 |
- Update for latest guidelines
|
|
|
a98d37 |
|
|
|
a98d37 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-13
|
|
|
a98d37 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
a98d37 |
|
|
|
a98d37 |
* Mon Feb 25 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4.0-12
|
|
|
a98d37 |
- Add missing BR: maven-local
|
|
|
a98d37 |
|
|
|
a98d37 |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-11
|
|
|
a98d37 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
a98d37 |
|
|
|
a98d37 |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-10
|
|
|
a98d37 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
a98d37 |
|
|
|
a98d37 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-9
|
|
|
a98d37 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
a98d37 |
|
|
|
a98d37 |
* Tue Oct 18 2011 Jaromir Capik <jcapik@redhat.com> 1.4.0-8
|
|
|
a98d37 |
- Extra groupId "org.osgi" added
|
|
|
a98d37 |
- Minor spec file changes according to the latest guidelines
|
|
|
a98d37 |
- fixing "unmappable character for encoding ANSI_X3.4-1968"
|
|
|
a98d37 |
|
|
|
a98d37 |
* Wed Mar 30 2011 Alexander Kurtakov <akurtako@redhat.com> 1.4.0-7
|
|
|
a98d37 |
- Build with maven 3 and drop ant buil.xml files.
|
|
|
a98d37 |
|
|
|
a98d37 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-6
|
|
|
a98d37 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
a98d37 |
|
|
|
a98d37 |
* Wed Dec 15 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.4.0-5
|
|
|
a98d37 |
- Remove felix-parent from Requires to prevent pulling maven in
|
|
|
a98d37 |
|
|
|
a98d37 |
* Tue Dec 14 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.4.0-4
|
|
|
a98d37 |
- Add felix-parent to Requires (maven builds require this)
|
|
|
a98d37 |
- Add license and jpackage-utils Requires to javadoc subpackage
|
|
|
a98d37 |
- Use mavenpomdir macro
|
|
|
a98d37 |
|
|
|
a98d37 |
* Mon Dec 13 2010 Alexander Kurtakov <akurtako@redhat.com> 1.4.0-3
|
|
|
a98d37 |
- Fix pom name.
|
|
|
a98d37 |
- Adapt to current guidelines.
|
|
|
a98d37 |
|
|
|
a98d37 |
* Tue Jun 29 2010 Victor G. Vasilyev <victor.vasilyev@sun.com> 1.4.0-2
|
|
|
a98d37 |
- Modify maven-build.xml to include MANIFEST.MF into JAR
|
|
|
a98d37 |
|
|
|
a98d37 |
* Tue Jun 22 2010 Victor G. Vasilyev <victor.vasilyev@sun.com> 1.4.0-1
|
|
|
a98d37 |
- Update felix-osgi-core-1.4.0-build.xml.tar.gz
|
|
|
a98d37 |
- Use the macros style
|
|
|
a98d37 |
- Release 1.4.0
|
|
|
a98d37 |
|
|
|
a98d37 |
* Thu Sep 3 2009 Alexander Kurtakov <akurtako@redhat.com> 1.2.0-2
|
|
|
a98d37 |
- Fix line length.
|
|
|
a98d37 |
|
|
|
a98d37 |
* Thu Sep 3 2009 Alexander Kurtakov <akurtako@redhat.com> 1.2.0-1
|
|
|
a98d37 |
- Initial package.
|