Blame SPECS/felix-osgi-core.spec

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