2010-05-19 03:48:13 +00:00
|
|
|
Name: maven-resources-plugin
|
2012-10-23 18:50:56 +00:00
|
|
|
Version: 2.6
|
2014-08-04 04:51:54 +00:00
|
|
|
Release: 9%{?dist}
|
2010-05-19 03:48:13 +00:00
|
|
|
Summary: Maven Resources Plugin
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: http://maven.apache.org/plugins/maven-resources-plugin
|
2012-10-23 18:50:56 +00:00
|
|
|
Source0: http://repo2.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
2010-05-19 03:48:13 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
2013-08-12 16:07:29 +00:00
|
|
|
BuildRequires: maven-local
|
|
|
|
BuildRequires: mvn(commons-io:commons-io)
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
2014-08-04 04:51:54 +00:00
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
2013-08-12 16:07:29 +00:00
|
|
|
BuildRequires: mvn(org.apache.maven.shared:maven-filtering)
|
|
|
|
BuildRequires: mvn(org.apache.maven.shared:maven-plugin-testing-harness)
|
|
|
|
BuildRequires: mvn(org.apache.maven:maven-artifact)
|
|
|
|
BuildRequires: mvn(org.apache.maven:maven-core)
|
|
|
|
BuildRequires: mvn(org.apache.maven:maven-model)
|
|
|
|
BuildRequires: mvn(org.apache.maven:maven-monitor)
|
|
|
|
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
|
|
|
BuildRequires: mvn(org.apache.maven:maven-project)
|
|
|
|
BuildRequires: mvn(org.apache.maven:maven-settings)
|
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-container-default)
|
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-interpolation)
|
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
2010-05-19 03:48:13 +00:00
|
|
|
|
2010-05-20 07:14:51 +00:00
|
|
|
Provides: maven2-plugin-resources = %{version}-%{release}
|
|
|
|
Obsoletes: maven2-plugin-resources <= 0:2.0.8
|
|
|
|
|
2010-05-19 03:48:13 +00:00
|
|
|
%description
|
2011-06-23 09:43:26 +00:00
|
|
|
The Resources Plugin handles the copying of project resources
|
2010-05-19 03:48:13 +00:00
|
|
|
to the output directory.
|
|
|
|
|
|
|
|
%package javadoc
|
|
|
|
Summary: Javadoc for %{name}
|
|
|
|
|
|
|
|
%description javadoc
|
|
|
|
API documentation for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2013-08-12 14:07:55 +00:00
|
|
|
%setup -q
|
2010-05-19 03:48:13 +00:00
|
|
|
|
|
|
|
%build
|
2013-08-12 14:07:55 +00:00
|
|
|
%mvn_build -f
|
2010-05-19 03:48:13 +00:00
|
|
|
|
|
|
|
%install
|
2013-08-12 14:07:55 +00:00
|
|
|
%mvn_install
|
2010-05-19 03:48:13 +00:00
|
|
|
|
2013-08-12 14:07:55 +00:00
|
|
|
%files -f .mfiles
|
2010-05-19 03:48:13 +00:00
|
|
|
|
2013-08-12 14:07:55 +00:00
|
|
|
%files javadoc -f .mfiles-javadoc
|
2010-05-19 03:48:13 +00:00
|
|
|
|
|
|
|
%changelog
|
2014-08-04 04:51:54 +00:00
|
|
|
* Mon Aug 4 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.6-9
|
|
|
|
- Fix build-requires on parent POM
|
|
|
|
|
2014-06-07 08:35:15 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-03-04 08:05:26 +00:00
|
|
|
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.6-7
|
|
|
|
- Use Requires: java-headless rebuild (#1067528)
|
|
|
|
|
2013-08-12 16:07:29 +00:00
|
|
|
* Mon Aug 12 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.6-6
|
|
|
|
- Update to current packaging guidelines
|
|
|
|
|
2013-08-12 14:07:55 +00:00
|
|
|
* Mon Aug 12 2013 Alexander Kurtakov <akurtako@redhat.com> 2.6-5
|
|
|
|
- Build using xmvn.
|
|
|
|
|
2013-08-03 09:40:00 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-14 06:35:10 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-02-06 19:25:56 +00:00
|
|
|
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 2.6-2
|
|
|
|
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
|
|
|
- Replace maven BuildRequires with maven-local
|
|
|
|
|
2012-10-23 18:50:56 +00:00
|
|
|
* Tue Oct 23 2012 Alexander Kurtakov <akurtako@redhat.com> 2.6-1
|
|
|
|
- Update to latest upstream.
|
|
|
|
|
2012-07-19 23:40:00 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-13 09:30:45 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-09-06 07:26:01 +00:00
|
|
|
* Tue Sep 06 2011 Tomas Radej <tradej@redhat.com> - 2.5-4
|
|
|
|
- Fixed dependency on plexus-container-default
|
|
|
|
|
2011-08-30 08:48:38 +00:00
|
|
|
* Tue Aug 30 2011 Tomas Radej <tradej@redhat.com> - 2.5-3
|
|
|
|
- Added changelog
|
|
|
|
|
2011-08-22 07:53:04 +00:00
|
|
|
* Mon Aug 29 2011 Tomas Radej <tradej@redhat.com> - 2.5-1
|
|
|
|
- Update to 2.5
|
|
|
|
- Guideline fixes
|
|
|
|
- Added maven-filtering dep
|
|
|
|
|
2011-06-23 09:43:26 +00:00
|
|
|
* Thu Jun 23 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.4.3-4
|
2011-06-24 16:02:09 +00:00
|
|
|
- Add several packages to BR/R as stated in pom.xml
|
2011-06-23 09:43:26 +00:00
|
|
|
|
2011-06-21 06:50:12 +00:00
|
|
|
* Tue Jun 21 2011 Alexander Kurtakov <akurtako@redhat.com> 2.4.3-3
|
|
|
|
- Build with maven 3.
|
|
|
|
|
2011-02-08 16:02:10 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-09-09 07:53:35 +00:00
|
|
|
*Thu Sep 09 2010 Pierre-Yves Chibon <pingou@pingoured.fr> - 2.4.3-1
|
|
|
|
- Update to 2.4.3
|
|
|
|
|
2010-05-21 02:52:04 +00:00
|
|
|
* Fri May 21 2010 Hui Wang <huwang@redhat.com> - 2.2-6
|
|
|
|
- delete duplicate maven2-plugin-jar
|
|
|
|
- delete source1
|
|
|
|
|
2010-05-20 07:14:51 +00:00
|
|
|
* Tue May 20 2010 Hui Wang <huwang@redhat.com> - 2.2-5
|
2011-06-23 09:43:26 +00:00
|
|
|
- Add maven-resources-plugin-demap.xml
|
2010-05-20 07:14:51 +00:00
|
|
|
- Set maven test ignore
|
|
|
|
|
|
|
|
* Wed May 19 2010 Hui Wang <huwang@redhat.com> - 2.2-4
|
|
|
|
- Add missing obsoletes/provides
|
|
|
|
|
|
|
|
* Wed May 19 2010 Hui Wang <huwang@redhat.com> - 2.2-3
|
|
|
|
- Add missing BR:maven-shared-reporting-impl
|
|
|
|
|
2010-05-19 03:48:13 +00:00
|
|
|
* Mon May 17 2010 Hui Wang <huwang@redhat.com> - 2.2-2
|
|
|
|
- Fixed install -pm 644 pom.xml
|
2010-05-20 07:14:51 +00:00
|
|
|
|
2010-05-19 03:48:13 +00:00
|
|
|
* Thu May 13 2010 Hui Wang <huwang@redhat.com> - 2.2-1
|
2010-09-09 07:53:35 +00:00
|
|
|
- Initial version of the package
|