|
|
d7ccc9 |
%global oname oss-parent
|
|
|
d7ccc9 |
Name: fasterxml-oss-parent
|
|
|
d7ccc9 |
Version: 26
|
|
|
d7ccc9 |
Release: 6%{?dist}
|
|
|
d7ccc9 |
Summary: FasterXML parent pom
|
|
|
d7ccc9 |
License: ASL 2.0
|
|
|
d7ccc9 |
URL: http://fasterxml.com/
|
|
|
d7ccc9 |
Source0: https://github.com/FasterXML/oss-parent/archive/oss-parent-%{version}.tar.gz
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
BuildRequires: maven-local
|
|
|
d7ccc9 |
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
|
|
d7ccc9 |
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
BuildArch: noarch
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
%description
|
|
|
d7ccc9 |
FasterXML is the business behind the Woodstox streaming XML parser,
|
|
|
d7ccc9 |
Jackson streaming JSON parser, the Aalto non-blocking XML parser, and
|
|
|
d7ccc9 |
a growing family of utility libraries and extensions.
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
FasterXML offers consulting services for adoption, performance tuning,
|
|
|
d7ccc9 |
and extension.
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
This package contains the parent pom file for FasterXML.com projects.
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
%prep
|
|
|
d7ccc9 |
%setup -q -n %{oname}-%{oname}-%{version}
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
%pom_remove_plugin org.sonatype.plugins:nexus-maven-plugin
|
|
|
d7ccc9 |
%pom_remove_plugin :maven-scm-plugin
|
|
|
d7ccc9 |
%pom_remove_plugin org.codehaus.mojo:jdepend-maven-plugin
|
|
|
d7ccc9 |
%pom_remove_plugin org.codehaus.mojo:taglist-maven-plugin
|
|
|
d7ccc9 |
# org.kathrynhuxtable.maven.wagon:wagon-gitsite:0.3.1
|
|
|
d7ccc9 |
%pom_xpath_remove "pom:build/pom:extensions"
|
|
|
d7ccc9 |
# remove unavailable com.google.doclava doclava 1.0.3
|
|
|
d7ccc9 |
%pom_xpath_remove "pom:reporting/pom:plugins/pom:plugin[pom:artifactId='maven-javadoc-plugin']/pom:configuration"
|
|
|
d7ccc9 |
%pom_xpath_inject "pom:reporting/pom:plugins/pom:plugin[pom:artifactId='maven-javadoc-plugin']" '
|
|
|
d7ccc9 |
<configuration>
|
|
|
d7ccc9 |
<encoding>UTF-8</encoding>
|
|
|
d7ccc9 |
<quiet>true</quiet>
|
|
|
d7ccc9 |
<source>${javac.src.version}</source>
|
|
|
d7ccc9 |
</configuration>'
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
%pom_remove_plugin :maven-enforcer-plugin
|
|
|
d7ccc9 |
%pom_remove_plugin :maven-site-plugin
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
%build
|
|
|
d7ccc9 |
%mvn_build -j
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
%install
|
|
|
d7ccc9 |
%mvn_install
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
%files -f .mfiles
|
|
|
d7ccc9 |
%doc README.creole
|
|
|
d7ccc9 |
%license LICENSE NOTICE
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
%changelog
|
|
|
d7ccc9 |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 26-6
|
|
|
d7ccc9 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
* Mon Aug 07 2017 Michael Simacek <msimacek@redhat.com> - 26-5
|
|
|
d7ccc9 |
- Fix license tag
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 26-4
|
|
|
d7ccc9 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 26-3
|
|
|
d7ccc9 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
* Thu Feb 02 2017 Michael Simacek <msimacek@redhat.com> - 26-2
|
|
|
d7ccc9 |
- Remove site-plugin from build
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
* Mon Aug 22 2016 gil cattaneo <puntogil@libero.it> 26-1
|
|
|
d7ccc9 |
- update to 26
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 24-3
|
|
|
d7ccc9 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
* Sun Oct 25 2015 gil cattaneo <puntogil@libero.it> 24-2
|
|
|
d7ccc9 |
- disable maven-enforcer-plugin support
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
* Mon Sep 28 2015 gil cattaneo <puntogil@libero.it> 24-1
|
|
|
d7ccc9 |
- update to 24
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 18e-2
|
|
|
d7ccc9 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
* Sat Jan 31 2015 gil cattaneo <puntogil@libero.it> 18e-1
|
|
|
d7ccc9 |
- update to 18e
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
* Wed Jul 02 2014 gil cattaneo <puntogil@libero.it> 16-2
|
|
|
d7ccc9 |
- remove com.google.code.maven-replacer-plugin:replacer references
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
* Wed Jul 02 2014 gil cattaneo <puntogil@libero.it> 16-1
|
|
|
d7ccc9 |
- update to 16
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 11-4
|
|
|
d7ccc9 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
* Wed May 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 11-3
|
|
|
d7ccc9 |
- Rebuild to regenerate Maven auto-requires
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 11-2
|
|
|
d7ccc9 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
* Tue Jul 16 2013 gil cattaneo <puntogil@libero.it> 11-1
|
|
|
d7ccc9 |
- update to 11
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
* Sat Jul 06 2013 gil cattaneo <puntogil@libero.it> 10-2
|
|
|
d7ccc9 |
- switch to XMvn
|
|
|
d7ccc9 |
- minor changes to adapt to current guideline
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
* Tue May 07 2013 gil cattaneo <puntogil@libero.it> 10-1
|
|
|
d7ccc9 |
- update to 10
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4-3
|
|
|
d7ccc9 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 4-2
|
|
|
d7ccc9 |
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
|
|
d7ccc9 |
- Replace maven BuildRequires with maven-local
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
* Wed Oct 24 2012 gil cattaneo <puntogil@libero.it> 4-1
|
|
|
d7ccc9 |
- update to 4
|
|
|
d7ccc9 |
|
|
|
d7ccc9 |
* Thu Sep 13 2012 gil cattaneo <puntogil@libero.it> 3-1
|
|
|
d7ccc9 |
- initial rpm
|