Blame SPECS/felix-shell.spec

8afe2c
%global project felix
8afe2c
%global bundle org.apache.felix.shell
8afe2c
8afe2c
Name:           %{project}-shell
8afe2c
Version:        1.4.3
b20a23
Release:        5%{?dist}
8afe2c
Summary:        Apache Felix Shell Service
8afe2c
8afe2c
Group:          Development/Libraries
8afe2c
License:        ASL 2.0
8afe2c
URL:            http://felix.apache.org
8afe2c
Source0:        http://archive.apache.org/dist/%{project}/%{bundle}-%{version}-source-release.tar.gz
8afe2c
8afe2c
BuildArch: noarch
8afe2c
8afe2c
BuildRequires: java-devel >= 1:1.6.0
8afe2c
BuildRequires: jpackage-utils
8afe2c
BuildRequires: maven-local
8afe2c
BuildRequires: felix-osgi-core
8afe2c
BuildRequires: felix-osgi-compendium
8afe2c
BuildRequires: maven-clean-plugin
8afe2c
BuildRequires: maven-plugin-bundle
8afe2c
BuildRequires: felix-parent
8afe2c
8afe2c
8afe2c
%description
8afe2c
A simple OSGi command shell service.
8afe2c
8afe2c
%package javadoc
8afe2c
Group:          Documentation
8afe2c
Summary:        Javadoc for %{name}
8afe2c
8afe2c
%description javadoc
8afe2c
API documentation for %{name}.
8afe2c
8afe2c
8afe2c
%prep
8afe2c
%setup -q -n %{bundle}-%{version}
8afe2c
8afe2c
%pom_remove_plugin org.codehaus.mojo:rat-maven-plugin
8afe2c
8afe2c
%mvn_file : %{project}/%{bundle}
8afe2c
8afe2c
%build
8afe2c
%mvn_build
8afe2c
8afe2c
%install
8afe2c
%mvn_install
8afe2c
 
8afe2c
%files -f .mfiles
8afe2c
%doc LICENSE NOTICE
8afe2c
8afe2c
%files javadoc -f .mfiles-javadoc
8afe2c
%doc LICENSE NOTICE
8afe2c
8afe2c
%changelog
b20a23
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.4.3-5
b20a23
- Mass rebuild 2013-12-27
b20a23
8afe2c
* Fri Aug 23 2013 Michal Srb <msrb@redhat.com> - 1.4.3-4
8afe2c
- Migrate away from mvn-rpmbuild (Resolves: #997489)
8afe2c
8afe2c
* Fri Jul 12 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4.3-3
8afe2c
- Remove workaround for rpm bug #646523
8afe2c
8afe2c
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4.3-2
8afe2c
- Rebuild to regenerate API documentation
8afe2c
- Resolves: CVE-2013-1571
8afe2c
8afe2c
* Mon Apr 15 2013 Mat Booth <fedora@matbooth.co.uk> - 1.4.3-1
8afe2c
- Update to latest upstream version rhbz #895405.
8afe2c
- Enable tests
8afe2c
8afe2c
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-9
8afe2c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
8afe2c
8afe2c
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.4.2-8
8afe2c
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
8afe2c
- Replace maven BuildRequires with maven-local
8afe2c
8afe2c
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-7
8afe2c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8afe2c
8afe2c
* Fri Apr 06 2012 Hui Wang <huwang@redhat.com> - 1.4.2-6
8afe2c
- Bug 810214
8afe2c
8afe2c
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-5
8afe2c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8afe2c
8afe2c
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-4
8afe2c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8afe2c
8afe2c
* Mon Aug 02 2010 Hui Wang <huwang@redhat.com> - 1.4.2-3
8afe2c
- Fix source0
8afe2c
- Remove "rm -rf target/site/api/*"
8afe2c
8afe2c
* Fri Jul 30 2010 Hui Wang <huwang@redhat.com> - 1.4.2-2
8afe2c
- Add LICENSE to javadoc subpackage
8afe2c
- Use upstream source tarball
8afe2c
- Fix directory that owned by other package in files section
8afe2c
8afe2c
* Fri Jun 25 2010 Hui Wang <huwang@redhat.com> - 1.4.2-1
8afe2c
- Initial version of the package