2011-11-10 11:23:33 +00:00
|
|
|
%global site_name maven-bundle-plugin
|
|
|
|
|
2009-09-09 18:45:59 +00:00
|
|
|
Name: maven-plugin-bundle
|
2012-02-29 13:05:59 +00:00
|
|
|
Version: 2.3.7
|
2015-06-17 19:45:04 +00:00
|
|
|
Release: 15%{?dist}
|
2009-09-09 18:45:59 +00:00
|
|
|
Summary: Maven Bundle Plugin
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: http://felix.apache.org
|
2014-05-21 16:52:21 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
2013-07-17 12:37:56 +00:00
|
|
|
Source0: http://archive.apache.org/dist/felix/%{site_name}-%{version}-source-release.tar.gz
|
2011-11-10 11:23:33 +00:00
|
|
|
|
2012-05-21 11:54:46 +00:00
|
|
|
Patch0: %{site_name}-dependency.patch
|
2011-12-21 15:34:55 +00:00
|
|
|
Patch1: %{site_name}-unreported-exception.patch
|
2011-11-10 11:23:33 +00:00
|
|
|
|
2014-05-21 16:52:21 +00:00
|
|
|
BuildRequires: maven-local
|
|
|
|
BuildRequires: mvn(biz.aQute:bndlib)
|
|
|
|
BuildRequires: mvn(net.sf.kxml:kxml2)
|
|
|
|
BuildRequires: mvn(org.apache.felix:felix-parent:pom:)
|
|
|
|
BuildRequires: mvn(org.apache.felix:org.apache.felix.bundlerepository)
|
|
|
|
BuildRequires: mvn(org.apache.maven:maven-archiver)
|
|
|
|
BuildRequires: mvn(org.apache.maven:maven-core)
|
|
|
|
BuildRequires: mvn(org.apache.maven.shared:maven-dependency-tree)
|
|
|
|
BuildRequires: mvn(org.apache.maven.shared:maven-plugin-testing-harness)
|
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
2014-08-04 12:17:51 +00:00
|
|
|
BuildRequires: mvn(org.mockito:mockito-all)
|
2009-09-09 18:45:59 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Provides a maven plugin that supports creating an OSGi bundle
|
|
|
|
from the contents of the compilation classpath along with its
|
|
|
|
resources and dependencies. Plus a zillion other features.
|
|
|
|
|
|
|
|
%package javadoc
|
|
|
|
Summary: Javadoc for %{name}
|
|
|
|
|
|
|
|
%description javadoc
|
|
|
|
API documentation for %{name}.
|
|
|
|
|
|
|
|
%prep
|
2011-11-10 11:23:33 +00:00
|
|
|
%setup -q -n %{site_name}-%{version}
|
2009-09-09 18:45:59 +00:00
|
|
|
|
2012-05-21 11:54:46 +00:00
|
|
|
%patch0 -p1
|
2011-11-10 11:23:33 +00:00
|
|
|
%patch1 -p1
|
|
|
|
|
|
|
|
# remove bundled stuff
|
2012-01-19 17:45:13 +00:00
|
|
|
#rm -rf src/main/java/org/apache/maven
|
2011-10-11 15:05:45 +00:00
|
|
|
|
2009-09-09 18:45:59 +00:00
|
|
|
%build
|
2014-05-21 16:52:21 +00:00
|
|
|
%mvn_build
|
2009-09-09 18:45:59 +00:00
|
|
|
|
|
|
|
%install
|
2014-05-21 16:52:21 +00:00
|
|
|
%mvn_install
|
2009-09-09 18:45:59 +00:00
|
|
|
|
2014-05-21 16:52:21 +00:00
|
|
|
%files -f .mfiles
|
2011-12-21 15:34:55 +00:00
|
|
|
%doc LICENSE NOTICE DEPENDENCIES
|
2009-09-09 18:45:59 +00:00
|
|
|
|
2014-05-21 16:52:21 +00:00
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
|
|
%doc LICENSE NOTICE
|
2009-09-09 18:45:59 +00:00
|
|
|
|
|
|
|
%changelog
|
2015-06-17 19:45:04 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.7-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-08-04 12:17:51 +00:00
|
|
|
* Mon Aug 4 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.7-14
|
|
|
|
- Add build-requires on mockito
|
|
|
|
|
2014-06-07 08:30:33 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.7-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-21 16:52:21 +00:00
|
|
|
* Wed May 21 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.7-12
|
|
|
|
- Update to current packaging guidelines
|
|
|
|
|
2014-02-20 18:18:29 +00:00
|
|
|
* Thu Feb 20 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.7-11
|
|
|
|
- Remove unneeded R and BR: maven-wagon
|
|
|
|
|
2013-07-26 16:53:16 +00:00
|
|
|
* Fri Jul 26 2013 Tomas Radej <tradej@redhat.com> - 2.3.7-10
|
|
|
|
- Fixed release number
|
|
|
|
|
|
|
|
* Wed Jul 17 2013 Tomas Radej <tradej@redhat.com> - 2.3.7-9
|
2013-07-17 12:37:56 +00:00
|
|
|
- Updated source address (error 404)
|
|
|
|
|
2013-04-10 14:32:11 +00:00
|
|
|
* Wed Apr 10 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.7-8
|
|
|
|
- Add missing BR: maven-plugin-testing-harness
|
|
|
|
|
2013-03-11 15:52:20 +00:00
|
|
|
* Mon Mar 11 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.7-7
|
|
|
|
- Re-enable tests
|
|
|
|
|
2013-02-14 06:33:05 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.7-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-02-06 19:23:34 +00:00
|
|
|
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 2.3.7-5
|
|
|
|
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
|
|
|
- Replace maven BuildRequires with maven-local
|
|
|
|
|
2012-07-19 23:35:46 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.7-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-05-21 11:54:46 +00:00
|
|
|
* Mon May 21 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.3.7-3
|
|
|
|
- Add kxml2 to pom as a dependency
|
|
|
|
|
2012-04-30 15:38:16 +00:00
|
|
|
* Mon Apr 30 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3.7-2
|
|
|
|
- Add missing BuildRequires
|
|
|
|
|
2012-02-29 13:05:59 +00:00
|
|
|
* Wed Feb 29 2012 Jaromir Capik <jcapik@redhat.com> 2.3.7-1
|
|
|
|
- Update to 2.3.7
|
|
|
|
|
2012-01-19 17:45:13 +00:00
|
|
|
* Thu Jan 19 2012 Jaromir Capik <jcapik@redhat.com> 2.3.6-3
|
|
|
|
- Bundled maven sources readded (they seem to change the behaviour)
|
|
|
|
|
2012-01-13 09:28:43 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-21 15:34:55 +00:00
|
|
|
* Wed Dec 21 2011 Jaromir Capik <jcapik@redhat.com> 2.3.6-1
|
|
|
|
- Update to 2.3.6
|
|
|
|
|
2011-12-19 09:35:00 +00:00
|
|
|
* Mon Dec 19 2011 Jaromir Capik <jcapik@redhat.com> 2.3.5-3
|
|
|
|
- Minimal aqute-bndlib VR set to 1.43.0-2 (older ones are broken)
|
|
|
|
|
2011-11-14 17:37:27 +00:00
|
|
|
* Mon Nov 14 2011 Jaromir Capik <jcapik@redhat.com> 2.3.5-2
|
|
|
|
- OBR plugin readded (it's been merged to the bundle plugin)
|
|
|
|
|
2011-11-10 11:23:33 +00:00
|
|
|
* Mon Oct 24 2011 Jaromir Capik <jcapik@redhat.com> 2.3.5-1
|
|
|
|
- Update to 2.3.5
|
|
|
|
|
2011-10-11 15:05:45 +00:00
|
|
|
* Tue Oct 17 2011 Jaromir Capik <jcapik@redhat.com> 2.0.0-11
|
|
|
|
- aqute-bndlib renamed to aqute-bnd
|
|
|
|
|
2011-06-16 23:59:43 +00:00
|
|
|
* Fri Jun 17 2011 Alexander Kurtakov <akurtako@redhat.com> 2.0.0-10
|
|
|
|
- Do not depend on maven2.
|
|
|
|
|
2011-02-10 21:58:11 +00:00
|
|
|
* Thu Feb 10 2011 Alexander Kurtakov <akurtako@redhat.com> 2.0.0-9
|
|
|
|
- BR maven-surefire-provider-junit4.
|
|
|
|
|
2011-02-08 15:55:23 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-15 19:25:33 +00:00
|
|
|
* Wed Dec 15 2010 Alexander Kurtakov <akurtako@redhat.com> 2.0.0-7
|
|
|
|
- BR/R felix-parent.
|
|
|
|
|
2010-09-09 20:42:57 +00:00
|
|
|
* Thu Sep 9 2010 Alexander Kurtakov <akurtako@redhat.com> 2.0.0-5
|
|
|
|
- Fix BuildRequires.
|
|
|
|
|
2009-09-18 09:33:40 +00:00
|
|
|
* Fri Sep 18 2009 Alexander Kurtakov <akurtako@redhat.com> 2.0.0-4
|
|
|
|
- Add missing Requires.
|
|
|
|
|
2009-09-09 19:10:21 +00:00
|
|
|
* Wed Sep 9 2009 Alexander Kurtakov <akurtako@redhat.com> 2.0.0-3
|
|
|
|
- BR doxia-sitetools.
|
|
|
|
|
2009-09-09 18:45:59 +00:00
|
|
|
* Mon Sep 7 2009 Alexander Kurtakov <akurtako@redhat.com> 2.0.0-2
|
|
|
|
- Fix BR/Rs.
|
|
|
|
|
|
|
|
* Thu Sep 3 2009 Alexander Kurtakov <akurtako@redhat.com> 2.0.0-1
|
|
|
|
- Initial import.
|