From 0fa420432bab424d41cca98bec4895ed416204f4 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 24 2017 08:33:11 +0000 Subject: import rh-maven35-maven-reporting-impl-2.4-3.2.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c761613 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/maven-reporting-impl-2.4-source-release.zip diff --git a/.rh-maven35-maven-reporting-impl.metadata b/.rh-maven35-maven-reporting-impl.metadata new file mode 100644 index 0000000..4da68bc --- /dev/null +++ b/.rh-maven35-maven-reporting-impl.metadata @@ -0,0 +1 @@ +ef4bc1f2041bc20162d3a3a8822ff31fd49a54d2 SOURCES/maven-reporting-impl-2.4-source-release.zip diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/maven-reporting-impl.spec b/SPECS/maven-reporting-impl.spec new file mode 100644 index 0000000..c7fb6a6 --- /dev/null +++ b/SPECS/maven-reporting-impl.spec @@ -0,0 +1,121 @@ +%{?scl:%scl_package maven-reporting-impl} +%{!?scl:%global pkg_name %{name}} + +Name: %{?scl_prefix}maven-reporting-impl +Version: 2.4 +Release: 3.2%{?dist} +Summary: Abstract classes to manage report generation +License: ASL 2.0 +URL: http://maven.apache.org/shared/%{pkg_name} +BuildArch: noarch + +Source0: http://repo1.maven.org/maven2/org/apache/maven/reporting/%{pkg_name}/%{version}/%{pkg_name}-%{version}-source-release.zip + +BuildRequires: %{?scl_prefix}maven-local +BuildRequires: %{?scl_prefix}mvn(commons-validator:commons-validator) +BuildRequires: %{?scl_prefix}mvn(junit:junit) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven.doxia:doxia-core) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven.doxia:doxia-sink-api) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven.doxia:doxia-site-renderer) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven:maven-plugin-api) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven:maven-project) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven.plugins:maven-invoker-plugin) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven.plugin-tools:maven-plugin-annotations) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven.reporting:maven-reporting-api) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven.shared:maven-shared-components:pom:) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven.shared:maven-shared-utils) +%{?fedora:BuildRequires: mvn(junit-addons:junit-addons)} + +Provides: %{?scl_prefix}maven-shared-reporting-impl = %{version}-%{release} + +%description +Abstract classes to manage report generation, which can be run both: + +* as part of a site generation (as a maven-reporting-api's MavenReport), +* or as a direct standalone invocation (as a maven-plugin-api's Mojo). + +This is a replacement package for maven-shared-reporting-impl + +%package javadoc +Summary: Javadoc for %{pkg_name} + + +%description javadoc +API documentation for %{pkg_name}. + +%prep +%setup -n %{pkg_name}-%{version} -q + +%build +# integration tests try to download stuff from the internet +# and therefore they don't work in Koji +%mvn_build %{!?fedora:-f} -- -Dinvoker.skip=true + +%install +%mvn_install + +%files -f .mfiles +%{!?_licensedir:%global license %%doc} +%dir %{_javadir}/%{pkg_name} +%doc LICENSE NOTICE + +%files javadoc -f .mfiles-javadoc +%doc LICENSE NOTICE + +%changelog +* Thu Jun 22 2017 Michael Simacek - 2.4-3.2 +- Mass rebuild 2017-06-22 + +* Wed Jun 21 2017 Java Maintainers - 2.4-3.1 +- Automated package import and SCL-ization + +* Fri Feb 10 2017 Fedora Release Engineering - 2.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Feb 04 2016 Fedora Release Engineering - 2.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jul 08 2015 Michal Srb - 2.4-1 +- Update to upstream version 2.4 +- Fix BR + +* Wed Jun 17 2015 Fedora Release Engineering - 2.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Tue Sep 16 2014 Mikolaj Izdebski - 2.3-1 +- Update to upstream version 2.3 + +* Mon Aug 4 2014 Mikolaj Izdebski - 2.2-11 +- Fix build-requires on parent POM +- Port to Doxia 1.6 + +* Sat Jun 07 2014 Fedora Release Engineering - 2.2-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Tue Mar 04 2014 Stanislav Ochotnicky - 2.2-9 +- Use Requires: java-headless rebuild (#1067528) + +* Wed Feb 19 2014 Mikolaj Izdebski - 2.2-8 +- Fix unowned directory + +* Sat Aug 03 2013 Fedora Release Engineering - 2.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Mon Apr 8 2013 Mikolaj Izdebski - 2.2-6 +- Add missing BuildRequires + +* Mon Apr 8 2013 Mikolaj Izdebski - 2.2-5 +- Skip running tests outsides Fedora + +* Tue Feb 19 2013 Mikolaj Izdebski - 2.2-4 +- Build with xmvn + +* Wed Feb 06 2013 Java SIG - 2.2-3 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + +* Tue Feb 05 2013 Michal Srb - 2.2-2 +- Migrate from maven-doxia to doxia subpackages + +* Fri Jan 11 2013 Tomas Radej - 2.2-1 +- Initial version