From 106b3b4fa17ba7251e3cab42e42b552d65c00731 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 24 2017 09:25:01 +0000 Subject: import rh-maven35-fasterxml-oss-parent-26-3.3.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1116c14 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/oss-parent-26.tar.gz diff --git a/.rh-maven35-fasterxml-oss-parent.metadata b/.rh-maven35-fasterxml-oss-parent.metadata new file mode 100644 index 0000000..ccdbda7 --- /dev/null +++ b/.rh-maven35-fasterxml-oss-parent.metadata @@ -0,0 +1 @@ +2da14ea0974333d6ab6177cb15da09fdb8773e34 SOURCES/oss-parent-26.tar.gz 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/fasterxml-oss-parent.spec b/SPECS/fasterxml-oss-parent.spec new file mode 100644 index 0000000..c246c2e --- /dev/null +++ b/SPECS/fasterxml-oss-parent.spec @@ -0,0 +1,130 @@ +%{?scl:%scl_package fasterxml-oss-parent} +%{!?scl:%global pkg_name %{name}} + +%global oname oss-parent +Name: %{?scl_prefix}fasterxml-oss-parent +Version: 26 +Release: 3.3%{?dist} +Summary: FasterXML parent pom +License: ASL 2.0 +URL: http://fasterxml.com/ +Source0: https://github.com/FasterXML/oss-parent/archive/oss-parent-%{version}.tar.gz + +BuildRequires: %{?scl_prefix}maven-local +BuildRequires: %{?scl_prefix}mvn(org.apache.felix:maven-bundle-plugin) +BuildRequires: %{?scl_prefix}mvn(org.codehaus.mojo:build-helper-maven-plugin) + +BuildArch: noarch + +%description +FasterXML is the business behind the Woodstox streaming XML parser, +Jackson streaming JSON parser, the Aalto non-blocking XML parser, and +a growing family of utility libraries and extensions. + +FasterXML offers consulting services for adoption, performance tuning, +and extension. + +This package contains the parent pom file for FasterXML.com projects. + +%prep +%setup -q -n %{oname}-%{oname}-%{version} + +%pom_remove_plugin org.sonatype.plugins:nexus-maven-plugin +%pom_remove_plugin :maven-scm-plugin +%pom_remove_plugin org.codehaus.mojo:jdepend-maven-plugin +%pom_remove_plugin org.codehaus.mojo:taglist-maven-plugin +# org.kathrynhuxtable.maven.wagon:wagon-gitsite:0.3.1 +%pom_xpath_remove "pom:build/pom:extensions" +# remove unavailable com.google.doclava doclava 1.0.3 +%pom_xpath_remove "pom:reporting/pom:plugins/pom:plugin[pom:artifactId='maven-javadoc-plugin']/pom:configuration" +%pom_xpath_inject "pom:reporting/pom:plugins/pom:plugin[pom:artifactId='maven-javadoc-plugin']" ' + + UTF-8 + true + ${javac.src.version} +' + +%pom_remove_plugin :maven-enforcer-plugin +%pom_remove_plugin :maven-site-plugin + +%build +%mvn_build -j + +%install +%mvn_install + +%files -f .mfiles +%doc README.creole +%license LICENSE NOTICE + +%changelog +* Mon Aug 07 2017 Michael Simacek - 26-3.3 +- Fix incorrect license tag + +* Thu Jun 22 2017 Michael Simacek - 26-3.2 +- Mass rebuild 2017-06-22 + +* Wed Jun 21 2017 Java Maintainers - 26-3.1 +- Automated package import and SCL-ization + +* Fri Feb 10 2017 Fedora Release Engineering - 26-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Feb 02 2017 Michael Simacek - 26-2 +- Remove site-plugin from build + +* Mon Aug 22 2016 gil cattaneo 26-1 +- update to 26 + +* Wed Feb 03 2016 Fedora Release Engineering - 24-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Sun Oct 25 2015 gil cattaneo 24-2 +- disable maven-enforcer-plugin support + +* Mon Sep 28 2015 gil cattaneo 24-1 +- update to 24 + +* Wed Jun 17 2015 Fedora Release Engineering - 18e-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Jan 31 2015 gil cattaneo 18e-1 +- update to 18e + +* Wed Jul 02 2014 gil cattaneo 16-2 +- remove com.google.code.maven-replacer-plugin:replacer references + +* Wed Jul 02 2014 gil cattaneo 16-1 +- update to 16 + +* Sat Jun 07 2014 Fedora Release Engineering - 11-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed May 28 2014 Mikolaj Izdebski - 11-3 +- Rebuild to regenerate Maven auto-requires + +* Sat Aug 03 2013 Fedora Release Engineering - 11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Tue Jul 16 2013 gil cattaneo 11-1 +- update to 11 + +* Sat Jul 06 2013 gil cattaneo 10-2 +- switch to XMvn +- minor changes to adapt to current guideline + +* Tue May 07 2013 gil cattaneo 10-1 +- update to 10 + +* Wed Feb 13 2013 Fedora Release Engineering - 4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Feb 06 2013 Java SIG - 4-2 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + +* Wed Oct 24 2012 gil cattaneo 4-1 +- update to 4 + +* Thu Sep 13 2012 gil cattaneo 3-1 +- initial rpm