|
|
8a5b64 |
%global pkg_name felix-shell
|
|
|
8a5b64 |
%{?scl:%scl_package %{pkg_name}}
|
|
|
8a5b64 |
%{?maven_find_provides_and_requires}
|
|
|
8a5b64 |
|
|
|
8a5b64 |
%global project felix
|
|
|
8a5b64 |
%global bundle org.apache.felix.shell
|
|
|
8a5b64 |
|
|
|
8a5b64 |
Name: %{?scl_prefix}%{pkg_name}
|
|
|
8a5b64 |
Version: 1.4.3
|
|
|
8a5b64 |
Release: 5.11%{?dist}
|
|
|
8a5b64 |
Summary: Apache Felix Shell Service
|
|
|
8a5b64 |
|
|
|
8a5b64 |
License: ASL 2.0
|
|
|
8a5b64 |
URL: http://felix.apache.org
|
|
|
8a5b64 |
Source0: http://archive.apache.org/dist/%{project}/%{bundle}-%{version}-source-release.tar.gz
|
|
|
8a5b64 |
|
|
|
8a5b64 |
BuildArch: noarch
|
|
|
8a5b64 |
|
|
|
8a5b64 |
BuildRequires: %{?scl_prefix_java_common}javapackages-tools
|
|
|
8a5b64 |
BuildRequires: %{?scl_prefix}maven-local
|
|
|
8a5b64 |
BuildRequires: %{?scl_prefix}felix-osgi-core
|
|
|
8a5b64 |
BuildRequires: %{?scl_prefix}felix-osgi-compendium
|
|
|
8a5b64 |
BuildRequires: %{?scl_prefix}maven-clean-plugin
|
|
|
8a5b64 |
BuildRequires: %{?scl_prefix}maven-plugin-bundle
|
|
|
8a5b64 |
BuildRequires: %{?scl_prefix}felix-parent
|
|
|
8a5b64 |
|
|
|
8a5b64 |
|
|
|
8a5b64 |
%description
|
|
|
8a5b64 |
A simple OSGi command shell service.
|
|
|
8a5b64 |
|
|
|
8a5b64 |
%package javadoc
|
|
|
8a5b64 |
Summary: Javadoc for %{pkg_name}
|
|
|
8a5b64 |
|
|
|
8a5b64 |
%description javadoc
|
|
|
8a5b64 |
API documentation for %{pkg_name}.
|
|
|
8a5b64 |
|
|
|
8a5b64 |
|
|
|
8a5b64 |
%prep
|
|
|
8a5b64 |
%setup -q -n %{bundle}-%{version}
|
|
|
8a5b64 |
%{?scl:scl enable %{scl} - <<"EOF"}
|
|
|
8a5b64 |
set -e -x
|
|
|
8a5b64 |
|
|
|
8a5b64 |
%pom_remove_plugin org.codehaus.mojo:rat-maven-plugin
|
|
|
8a5b64 |
|
|
|
8a5b64 |
%mvn_file : %{project}/%{bundle}
|
|
|
8a5b64 |
%{?scl:EOF}
|
|
|
8a5b64 |
|
|
|
8a5b64 |
%build
|
|
|
8a5b64 |
%{?scl:scl enable %{scl} - <<"EOF"}
|
|
|
8a5b64 |
set -e -x
|
|
|
8a5b64 |
%mvn_build
|
|
|
8a5b64 |
%{?scl:EOF}
|
|
|
8a5b64 |
|
|
|
8a5b64 |
%install
|
|
|
8a5b64 |
%{?scl:scl enable %{scl} - <<"EOF"}
|
|
|
8a5b64 |
set -e -x
|
|
|
8a5b64 |
%mvn_install
|
|
|
8a5b64 |
|
|
|
8a5b64 |
%{?scl:EOF}
|
|
|
8a5b64 |
%files -f .mfiles
|
|
|
8a5b64 |
%doc LICENSE NOTICE
|
|
|
8a5b64 |
|
|
|
8a5b64 |
%files javadoc -f .mfiles-javadoc
|
|
|
8a5b64 |
%doc LICENSE NOTICE
|
|
|
8a5b64 |
|
|
|
8a5b64 |
%changelog
|
|
|
8a5b64 |
* Mon Feb 08 2016 Michal Srb <msrb@redhat.com> - 1.4.3-5.11
|
|
|
8a5b64 |
- Fix BR on maven-local & co.
|
|
|
8a5b64 |
|
|
|
8a5b64 |
* Mon Jan 11 2016 Michal Srb <msrb@redhat.com> - 1.4.3-5.10
|
|
|
8a5b64 |
- maven33 rebuild #2
|
|
|
8a5b64 |
|
|
|
8a5b64 |
* Sat Jan 09 2016 Michal Srb <msrb@redhat.com> - 1.4.3-5.9
|
|
|
8a5b64 |
- maven33 rebuild
|
|
|
8a5b64 |
|
|
|
8a5b64 |
* Tue Jan 13 2015 Michael Simacek <msimacek@redhat.com> - 1.4.3-5.8
|
|
|
8a5b64 |
- Mass rebuild 2015-01-13
|
|
|
8a5b64 |
|
|
|
8a5b64 |
* Tue Jan 06 2015 Michael Simacek <msimacek@redhat.com> - 1.4.3-5.7
|
|
|
8a5b64 |
- Mass rebuild 2015-01-06
|
|
|
8a5b64 |
|
|
|
8a5b64 |
* Mon May 26 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4.3-5.6
|
|
|
8a5b64 |
- Mass rebuild 2014-05-26
|
|
|
8a5b64 |
|
|
|
8a5b64 |
* Wed Feb 19 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4.3-5.5
|
|
|
8a5b64 |
- Mass rebuild 2014-02-19
|
|
|
8a5b64 |
|
|
|
8a5b64 |
* Tue Feb 18 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4.3-5.4
|
|
|
8a5b64 |
- Mass rebuild 2014-02-18
|
|
|
8a5b64 |
|
|
|
8a5b64 |
* Tue Feb 18 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4.3-5.3
|
|
|
8a5b64 |
- Remove requires on java
|
|
|
8a5b64 |
|
|
|
8a5b64 |
* Thu Feb 13 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4.3-5.2
|
|
|
8a5b64 |
- Rebuild to regenerate auto-requires
|
|
|
8a5b64 |
|
|
|
8a5b64 |
* Tue Feb 11 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4.3-5.1
|
|
|
8a5b64 |
- First maven30 software collection build
|
|
|
8a5b64 |
|
|
|
8a5b64 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.4.3-5
|
|
|
8a5b64 |
- Mass rebuild 2013-12-27
|
|
|
8a5b64 |
|
|
|
8a5b64 |
* Fri Aug 23 2013 Michal Srb <msrb@redhat.com> - 1.4.3-4
|
|
|
8a5b64 |
- Migrate away from mvn-rpmbuild (Resolves: #997489)
|
|
|
8a5b64 |
|
|
|
8a5b64 |
* Fri Jul 12 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4.3-3
|
|
|
8a5b64 |
- Remove workaround for rpm bug #646523
|
|
|
8a5b64 |
|
|
|
8a5b64 |
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4.3-2
|
|
|
8a5b64 |
- Rebuild to regenerate API documentation
|
|
|
8a5b64 |
- Resolves: CVE-2013-1571
|
|
|
8a5b64 |
|
|
|
8a5b64 |
* Mon Apr 15 2013 Mat Booth <fedora@matbooth.co.uk> - 1.4.3-1
|
|
|
8a5b64 |
- Update to latest upstream version rhbz #895405.
|
|
|
8a5b64 |
- Enable tests
|
|
|
8a5b64 |
|
|
|
8a5b64 |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-9
|
|
|
8a5b64 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
8a5b64 |
|
|
|
8a5b64 |
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.4.2-8
|
|
|
8a5b64 |
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
|
|
8a5b64 |
- Replace maven BuildRequires with maven-local
|
|
|
8a5b64 |
|
|
|
8a5b64 |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-7
|
|
|
8a5b64 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
8a5b64 |
|
|
|
8a5b64 |
* Fri Apr 06 2012 Hui Wang <huwang@redhat.com> - 1.4.2-6
|
|
|
8a5b64 |
- Bug 810214
|
|
|
8a5b64 |
|
|
|
8a5b64 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-5
|
|
|
8a5b64 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
8a5b64 |
|
|
|
8a5b64 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-4
|
|
|
8a5b64 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
8a5b64 |
|
|
|
8a5b64 |
* Mon Aug 02 2010 Hui Wang <huwang@redhat.com> - 1.4.2-3
|
|
|
8a5b64 |
- Fix source0
|
|
|
8a5b64 |
- Remove "rm -rf target/site/api/*"
|
|
|
8a5b64 |
|
|
|
8a5b64 |
* Fri Jul 30 2010 Hui Wang <huwang@redhat.com> - 1.4.2-2
|
|
|
8a5b64 |
- Add LICENSE to javadoc subpackage
|
|
|
8a5b64 |
- Use upstream source tarball
|
|
|
8a5b64 |
- Fix directory that owned by other package in files section
|
|
|
8a5b64 |
|
|
|
8a5b64 |
* Fri Jun 25 2010 Hui Wang <huwang@redhat.com> - 1.4.2-1
|
|
|
8a5b64 |
- Initial version of the package
|