Import rpm: 47eccde440bd255a73263b362aa379bc294ab0b1
This commit is contained in:
commit
1628e8d056
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
SOURCES/maven-resources-plugin-3.1.0-source-release.zip
|
8
gating.yaml
Normal file
8
gating.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-9
|
||||||
|
decision_contexts:
|
||||||
|
- osci_compose_gate
|
||||||
|
rules:
|
||||||
|
# https://docs.engineering.redhat.com/display/RHELPLAN/Maven+Bootstrap+manual+gating+test
|
||||||
|
- !PassingTestCaseRule {test_case_name: manual.sst_cs_apps.maven.bootstrap}
|
163
maven-resources-plugin.spec
Normal file
163
maven-resources-plugin.spec
Normal file
@ -0,0 +1,163 @@
|
|||||||
|
Name: maven-resources-plugin
|
||||||
|
Version: 3.1.0
|
||||||
|
Release: 3%{?dist}
|
||||||
|
Summary: Maven Resources Plugin
|
||||||
|
License: ASL 2.0
|
||||||
|
URL: http://maven.apache.org/plugins/maven-resources-plugin
|
||||||
|
Source0: http://repo2.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
BuildRequires: maven-local
|
||||||
|
BuildRequires: mvn(commons-io:commons-io)
|
||||||
|
BuildRequires: mvn(org.apache.maven:maven-core)
|
||||||
|
BuildRequires: mvn(org.apache.maven:maven-model)
|
||||||
|
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
||||||
|
BuildRequires: mvn(org.apache.maven.shared:maven-filtering)
|
||||||
|
BuildRequires: mvn(org.codehaus.plexus:plexus-interpolation)
|
||||||
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||||
|
|
||||||
|
%description
|
||||||
|
The Resources Plugin handles the copying of project resources
|
||||||
|
to the output directory.
|
||||||
|
|
||||||
|
%package javadoc
|
||||||
|
Summary: Javadoc for %{name}
|
||||||
|
|
||||||
|
%description javadoc
|
||||||
|
API documentation for %{name}.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%mvn_build -f
|
||||||
|
|
||||||
|
%install
|
||||||
|
%mvn_install
|
||||||
|
|
||||||
|
%files -f .mfiles
|
||||||
|
%license LICENSE NOTICE
|
||||||
|
|
||||||
|
%files javadoc -f .mfiles-javadoc
|
||||||
|
%license LICENSE NOTICE
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Jul 31 2018 Michael Simacek <msimacek@redhat.com> - 3.1.0-3
|
||||||
|
- Install license file
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed May 02 2018 Michael Simacek <msimacek@redhat.com> - 3.1.0-1
|
||||||
|
- Update to upstream version 3.1.0
|
||||||
|
|
||||||
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Dec 8 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.2-1
|
||||||
|
- Update to upstream version 3.0.2
|
||||||
|
|
||||||
|
* Mon Jun 13 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.1-1
|
||||||
|
- Update to upstream version 3.0.1
|
||||||
|
|
||||||
|
* Mon May 9 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-1
|
||||||
|
- Update to upstream version 3.0.0
|
||||||
|
|
||||||
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Oct 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.7-2
|
||||||
|
- Remove legacy Obsoletes/Provides for maven2 plugin
|
||||||
|
|
||||||
|
* Fri Oct 3 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.7-1
|
||||||
|
- Update to upstream version 2.7
|
||||||
|
|
||||||
|
* Mon Aug 4 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.6-9
|
||||||
|
- Fix build-requires on parent POM
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.6-7
|
||||||
|
- Use Requires: java-headless rebuild (#1067528)
|
||||||
|
|
||||||
|
* Mon Aug 12 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.6-6
|
||||||
|
- Update to current packaging guidelines
|
||||||
|
|
||||||
|
* Mon Aug 12 2013 Alexander Kurtakov <akurtako@redhat.com> 2.6-5
|
||||||
|
- Build using xmvn.
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Tue Oct 23 2012 Alexander Kurtakov <akurtako@redhat.com> 2.6-1
|
||||||
|
- Update to latest upstream.
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Tue Sep 06 2011 Tomas Radej <tradej@redhat.com> - 2.5-4
|
||||||
|
- Fixed dependency on plexus-container-default
|
||||||
|
|
||||||
|
* Tue Aug 30 2011 Tomas Radej <tradej@redhat.com> - 2.5-3
|
||||||
|
- Added changelog
|
||||||
|
|
||||||
|
* Mon Aug 29 2011 Tomas Radej <tradej@redhat.com> - 2.5-1
|
||||||
|
- Update to 2.5
|
||||||
|
- Guideline fixes
|
||||||
|
- Added maven-filtering dep
|
||||||
|
|
||||||
|
* Thu Jun 23 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.4.3-4
|
||||||
|
- Add several packages to BR/R as stated in pom.xml
|
||||||
|
|
||||||
|
* Tue Jun 21 2011 Alexander Kurtakov <akurtako@redhat.com> 2.4.3-3
|
||||||
|
- Build with maven 3.
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
*Thu Sep 09 2010 Pierre-Yves Chibon <pingou@pingoured.fr> - 2.4.3-1
|
||||||
|
- Update to 2.4.3
|
||||||
|
|
||||||
|
* Fri May 21 2010 Hui Wang <huwang@redhat.com> - 2.2-6
|
||||||
|
- delete duplicate maven2-plugin-jar
|
||||||
|
- delete source1
|
||||||
|
|
||||||
|
* Tue May 20 2010 Hui Wang <huwang@redhat.com> - 2.2-5
|
||||||
|
- Add maven-resources-plugin-demap.xml
|
||||||
|
- 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
|
||||||
|
|
||||||
|
* Mon May 17 2010 Hui Wang <huwang@redhat.com> - 2.2-2
|
||||||
|
- Fixed install -pm 644 pom.xml
|
||||||
|
|
||||||
|
* Thu May 13 2010 Hui Wang <huwang@redhat.com> - 2.2-1
|
||||||
|
- Initial version of the package
|
Loading…
Reference in New Issue
Block a user