From c6b34cda0797618a8d2d2f97d19dc55820ad1375 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 07 2019 10:53:40 +0000 Subject: import jackson-core-2.9.8-1.module+el8+2827+27d9fa99 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..605cca9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/jackson-core-2.9.8.tar.gz diff --git a/.jackson-core.metadata b/.jackson-core.metadata new file mode 100644 index 0000000..ccc843b --- /dev/null +++ b/.jackson-core.metadata @@ -0,0 +1 @@ +36c3e699d08c13b7c98bf598b7e9c3a20c3650d4 SOURCES/jackson-core-2.9.8.tar.gz diff --git a/SPECS/jackson-core.spec b/SPECS/jackson-core.spec new file mode 100644 index 0000000..83f1fbc --- /dev/null +++ b/SPECS/jackson-core.spec @@ -0,0 +1,127 @@ +Name: jackson-core +Version: 2.9.8 +Release: 1%{?dist} +Summary: Core part of Jackson +License: ASL 2.0 +URL: https://github.com/FasterXML/jackson-core/ +Source0: https://github.com/FasterXML/jackson-core/archive/%{name}-%{version}.tar.gz + +BuildRequires: maven-local +BuildRequires: mvn(com.fasterxml.jackson:jackson-base:pom:) >= %{version} +BuildRequires: mvn(com.google.code.maven-replacer-plugin:replacer) +BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) + +BuildArch: noarch + +%description +Core part of Jackson that defines Streaming API as well +as basic shared abstractions. + +%package javadoc +Summary: Javadoc for %{name} + +%description javadoc +This package contains API documentation for %{name}. + +%prep +%setup -q -n %{name}-%{name}-%{version} + +# Remove plugins unnecessary for RPM builds +%pom_remove_plugin ":maven-enforcer-plugin" + +cp -p src/main/resources/META-INF/LICENSE . +cp -p src/main/resources/META-INF/NOTICE . +sed -i 's/\r//' LICENSE NOTICE + +%mvn_file : %{name} + +%build +%mvn_build + +%install +%mvn_install + +%files -f .mfiles +%doc README.md release-notes/* +%license LICENSE NOTICE + +%files javadoc -f .mfiles-javadoc +%license LICENSE NOTICE + +%changelog +* Wed Feb 06 2019 Mat Booth - 2.9.8-1 +- Update to latest upstream release + +* Wed Feb 07 2018 Fedora Release Engineering - 2.9.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jan 24 2018 Mat Booth - 2.9.4-1 +- Update to latest upstream release + +* Thu Jan 11 2018 Mat Booth - 2.9.3-1 +- Update to latest upstream release + +* Wed Jul 26 2017 Fedora Release Engineering - 2.7.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 2.7.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Aug 22 2016 gil cattaneo 2.7.6-1 +- update to 2.7.6 + +* Fri Jun 24 2016 gil cattaneo 2.6.7-1 +- update to 2.6.7 + +* Thu May 26 2016 gil cattaneo 2.6.6-1 +- update to 2.6.6 + +* Thu Feb 04 2016 Fedora Release Engineering - 2.6.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Sun Oct 25 2015 gil cattaneo 2.6.3-1 +- update to 2.6.3 + +* Mon Sep 28 2015 gil cattaneo 2.6.2-1 +- update to 2.6.2 + +* Wed Jun 17 2015 Fedora Release Engineering - 2.5.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Jan 31 2015 gil cattaneo 2.5.0-1 +- update to 2.5.0 + +* Sat Sep 20 2014 gil cattaneo 2.4.2-1 +- update to 2.4.2 + +* Wed Jul 23 2014 gil cattaneo 2.4.1.1-1 +- update to 2.4.1.1 + +* Wed Jul 02 2014 gil cattaneo 2.4.1-1 +- update to 2.4.1 + +* Sat Jun 07 2014 Fedora Release Engineering - 2.2.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Fri Mar 28 2014 Michael Simacek - 2.2.2-4 +- Use Requires: java-headless rebuild (#1067528) + +* Sat Aug 03 2013 Fedora Release Engineering - 2.2.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Mon Jul 22 2013 gil cattaneo 2.2.2-2 +- review fixes + +* Tue Jul 16 2013 gil cattaneo 2.2.2-1 +- 2.2.2 +- renamed jackson-core + +* Tue May 07 2013 gil cattaneo 2.2.1-1 +- 2.2.1 + +* Wed Oct 24 2012 gil cattaneo 2.1.0-1 +- update to 2.1.0 +- renamed jackson2-core + +* Thu Sep 13 2012 gil cattaneo 2.0.6-1 +- initial rpm