134 lines
3.7 KiB
RPMSpec
134 lines
3.7 KiB
RPMSpec
Name: maven-resources-plugin
|
|
Version: 2.4.3
|
|
Release: 4%{?dist}
|
|
Summary: Maven Resources Plugin
|
|
|
|
Group: Development/Libraries
|
|
License: ASL 2.0
|
|
URL: http://maven.apache.org/plugins/maven-resources-plugin
|
|
#svn export http://svn.apache.org/repos/asf/maven/plugins/tags/maven-resources-plugin-2.4.3 maven-resources-plugin-2.4.3
|
|
#tar zcf maven-resources-plugin-2.4.3.tar.gz maven-resources-plugin-2.4.3/
|
|
Source0: %{name}-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: java-devel >= 1:1.6.0
|
|
BuildRequires: maven
|
|
BuildRequires: maven-plugin-plugin
|
|
BuildRequires: maven-resources-plugin
|
|
BuildRequires: maven-jar-plugin
|
|
BuildRequires: maven-install-plugin
|
|
BuildRequires: maven-compiler-plugin
|
|
BuildRequires: maven-javadoc-plugin
|
|
BuildRequires: maven-surefire-plugin
|
|
BuildRequires: maven-surefire-provider-junit
|
|
BuildRequires: maven-doxia-sitetools
|
|
BuildRequires: maven-plugin-testing-harness
|
|
BuildRequires: maven-shared-reporting-impl
|
|
BuildRequires: maven-shared-filtering
|
|
BuildRequires: plexus-interpolation
|
|
BuildRequires: plexus-digest
|
|
BuildRequires: maven-project
|
|
BuildRequires: maven-monitor
|
|
|
|
Requires: plexus-build-api
|
|
Requires: plexus-containers-container-default
|
|
Requires: plexus-utils
|
|
Requires: plexus-interpolation
|
|
Requires: maven-plugin-testing-harness
|
|
Requires: maven-shared-filtering
|
|
Requires: maven
|
|
Requires: maven-project
|
|
Requires: maven-monitor
|
|
Requires: jpackage-utils
|
|
Requires: java
|
|
Requires(post): jpackage-utils
|
|
Requires(postun): jpackage-utils
|
|
|
|
Provides: maven2-plugin-resources = %{version}-%{release}
|
|
Obsoletes: maven2-plugin-resources <= 0:2.0.8
|
|
|
|
%description
|
|
The Resources Plugin handles the copying of project resources
|
|
to the output directory.
|
|
|
|
%package javadoc
|
|
Group: Documentation
|
|
Summary: Javadoc for %{name}
|
|
Requires: jpackage-utils
|
|
|
|
%description javadoc
|
|
API documentation for %{name}.
|
|
|
|
|
|
%prep
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
%build
|
|
mvn-rpmbuild \
|
|
-Dmaven.test.failure.ignore=true \
|
|
install javadoc:javadoc
|
|
|
|
%install
|
|
# jars
|
|
install -d -m 0755 %{buildroot}%{_javadir}
|
|
install -m 644 target/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
|
|
|
|
%add_to_maven_depmap org.apache.maven.plugins maven-resources-plugin %{version} JPP maven-resources-plugin
|
|
|
|
# poms
|
|
install -d -m 755 %{buildroot}%{_mavenpomdir}
|
|
install -pm 644 pom.xml \
|
|
%{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
|
|
|
|
# javadoc
|
|
install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
|
|
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}/
|
|
|
|
%post
|
|
%update_maven_depmap
|
|
|
|
%postun
|
|
%update_maven_depmap
|
|
|
|
%files
|
|
%{_javadir}/*
|
|
%{_mavenpomdir}/*
|
|
%{_mavendepmapfragdir}/*
|
|
|
|
%files javadoc
|
|
%{_javadocdir}/%{name}
|
|
|
|
%changelog
|
|
* 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
|