|
|
74a800 |
# Prevent brp-java-repack-jars from being run.
|
|
|
74a800 |
%define __jar_repack %{nil}
|
|
|
74a800 |
|
|
|
74a800 |
%global project felix
|
|
|
74a800 |
%global bundle org.apache.felix.framework
|
|
|
74a800 |
%global groupId org.apache.felix
|
|
|
74a800 |
|
|
|
74a800 |
Name: %{project}-framework
|
|
|
74a800 |
Version: 4.2.1
|
|
|
74a800 |
Release: 5%{?dist}
|
|
|
74a800 |
Summary: Apache Felix Framework
|
|
|
74a800 |
|
|
|
74a800 |
Group: Development/Libraries
|
|
|
74a800 |
License: ASL 2.0
|
|
|
74a800 |
URL: http://felix.apache.org
|
|
|
74a800 |
Source0: http://www.apache.org/dist/%{project}/%{bundle}-%{version}-source-release.tar.gz
|
|
|
74a800 |
|
|
|
74a800 |
BuildArch: noarch
|
|
|
74a800 |
|
|
|
74a800 |
BuildRequires: java-devel >= 1:1.6.0
|
|
|
74a800 |
BuildRequires: jpackage-utils
|
|
|
74a800 |
BuildRequires: felix-osgi-compendium
|
|
|
74a800 |
BuildRequires: felix-osgi-core
|
|
|
74a800 |
BuildRequires: maven-local
|
|
|
74a800 |
BuildRequires: maven-surefire-provider-junit4
|
|
|
74a800 |
BuildRequires: apache-rat-plugin
|
|
|
74a800 |
BuildRequires: felix-parent
|
|
|
74a800 |
|
|
|
74a800 |
%description
|
|
|
74a800 |
Apache Felix Framework Interfaces and Classes.
|
|
|
74a800 |
|
|
|
74a800 |
%package javadoc
|
|
|
74a800 |
Group: Documentation
|
|
|
74a800 |
Summary: Javadoc for %{name}
|
|
|
74a800 |
|
|
|
74a800 |
%description javadoc
|
|
|
74a800 |
API documentation for %{name}.
|
|
|
74a800 |
|
|
|
74a800 |
%prep
|
|
|
74a800 |
%setup -q -n %{bundle}-%{version}
|
|
|
74a800 |
|
|
|
74a800 |
%mvn_file : %{project}/%{bundle}
|
|
|
74a800 |
|
|
|
74a800 |
%build
|
|
|
74a800 |
%mvn_build
|
|
|
74a800 |
|
|
|
74a800 |
%install
|
|
|
74a800 |
%mvn_install
|
|
|
74a800 |
|
|
|
74a800 |
%files -f .mfiles
|
|
|
74a800 |
%doc LICENSE NOTICE
|
|
|
74a800 |
|
|
|
74a800 |
%files javadoc -f .mfiles-javadoc
|
|
|
74a800 |
%doc LICENSE NOTICE
|
|
|
74a800 |
|
|
|
74a800 |
%changelog
|
|
|
74a800 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 4.2.1-5
|
|
|
74a800 |
- Mass rebuild 2013-12-27
|
|
|
74a800 |
|
|
|
74a800 |
* Thu Nov 14 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.2.1-4
|
|
|
74a800 |
- Fix artifact file names
|
|
|
74a800 |
|
|
|
74a800 |
* Mon Aug 26 2013 Michal Srb <msrb@redhat.com> - 4.2.1-3
|
|
|
74a800 |
- Migrate away from mvn-rpmbuild (Resolves: #997514)
|
|
|
74a800 |
|
|
|
74a800 |
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.2.1-2
|
|
|
74a800 |
- Rebuild to regenerate API documentation
|
|
|
74a800 |
- Resolves: CVE-2013-1571
|
|
|
74a800 |
|
|
|
74a800 |
* Mon Apr 15 2013 Mat Booth <fedora@matbooth.co.uk> - 4.2.1-1
|
|
|
74a800 |
- Update to latest upstream version rhbz #951006.
|
|
|
74a800 |
|
|
|
74a800 |
* Thu Feb 21 2013 Mat Booth <fedora@matbooth.co.uk> - 4.2.0-1
|
|
|
74a800 |
- Update to latest upstream version rhbz #895404.
|
|
|
74a800 |
- No longer need to remove maven-compiler-plugin invocation.
|
|
|
74a800 |
|
|
|
74a800 |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.2-6
|
|
|
74a800 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
74a800 |
|
|
|
74a800 |
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 4.0.2-5
|
|
|
74a800 |
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
|
|
74a800 |
- Replace maven BuildRequires with maven-local
|
|
|
74a800 |
|
|
|
74a800 |
* Mon Aug 27 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.2-4
|
|
|
74a800 |
- Remove maven-compiler-plugin invocation, resolves: #842591
|
|
|
74a800 |
- Remove unneeded BR: maven-invoker-plugin
|
|
|
74a800 |
|
|
|
74a800 |
* Thu Aug 16 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.2-3
|
|
|
74a800 |
- Install NOTICE files
|
|
|
74a800 |
|
|
|
74a800 |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.2-2
|
|
|
74a800 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
74a800 |
|
|
|
74a800 |
* Thu Jan 05 2012 Tomas Radej <tradej@redhat.com> - 4.0.2-1
|
|
|
74a800 |
- Updated to latest version
|
|
|
74a800 |
- Guidelines fixes
|
|
|
74a800 |
|
|
|
74a800 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.5-5
|
|
|
74a800 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
74a800 |
|
|
|
74a800 |
* Sun Dec 12 2010 Mat Booth <fedora@matbooth.co.uk> - 2.0.5-4
|
|
|
74a800 |
- Fix pom filename (Resolves rhbz#655798)
|
|
|
74a800 |
- Fix various packaging things according to new guidelines
|
|
|
74a800 |
|
|
|
74a800 |
* Tue Jul 13 2010 Victor G. Vasilyev <victor.vasilyev@sun.com> 2.0.5-3
|
|
|
74a800 |
- BR: maven-invoker-plugin required for maven-javadoc-plugin
|
|
|
74a800 |
- Use new names of the maven plgins
|
|
|
74a800 |
- Add license file to independent subpackage javadoc
|
|
|
74a800 |
|
|
|
74a800 |
* Tue Jul 13 2010 Victor G. Vasilyev <victor.vasilyev@sun.com> 2.0.5-2
|
|
|
74a800 |
- Use maven instead of ant
|
|
|
74a800 |
|
|
|
74a800 |
* Tue Jun 22 2010 Victor G. Vasilyev <victor.vasilyev@sun.com> 2.0.5-1
|
|
|
74a800 |
- Release 2.0.5
|