From 6b71bba8019c4b96e32962613d3fb8d9e2a05bb4 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 07 2019 14:00:38 +0000 Subject: import jackson-module-jaxb-annotations-2.7.6-4.module+el8+2468+c564cec5 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..92b8ea8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/jackson-module-jaxb-annotations-2.7.6.tar.gz diff --git a/.jackson-module-jaxb-annotations.metadata b/.jackson-module-jaxb-annotations.metadata new file mode 100644 index 0000000..73465b8 --- /dev/null +++ b/.jackson-module-jaxb-annotations.metadata @@ -0,0 +1 @@ +5008e6cf39c7bbffc1896d52851ebf8df726359b SOURCES/jackson-module-jaxb-annotations-2.7.6.tar.gz diff --git a/SPECS/jackson-module-jaxb-annotations.spec b/SPECS/jackson-module-jaxb-annotations.spec new file mode 100644 index 0000000..6eddc50 --- /dev/null +++ b/SPECS/jackson-module-jaxb-annotations.spec @@ -0,0 +1,116 @@ +Name: jackson-module-jaxb-annotations +Version: 2.7.6 +Release: 4%{?dist} +Summary: JAXB annotations support for Jackson (2.x) +License: ASL 2.0 +URL: http://wiki.fasterxml.com/JacksonJAXBAnnotations +Source0: https://github.com/FasterXML/jackson-module-jaxb-annotations/archive/%{name}-%{version}.tar.gz + +BuildRequires: maven-local +BuildRequires: mvn(com.fasterxml.jackson.core:jackson-annotations) +BuildRequires: mvn(com.fasterxml.jackson.core:jackson-core) +BuildRequires: mvn(com.fasterxml.jackson.core:jackson-databind) +BuildRequires: mvn(com.fasterxml.jackson:jackson-parent:pom:) +BuildRequires: mvn(com.google.code.maven-replacer-plugin:replacer) +BuildRequires: mvn(javax.xml.bind:jaxb-api) + +BuildArch: noarch + +%description +Support for using JAXB annotations as an alternative to +"native" Jackson annotations, for configuring data binding. + +%package javadoc +Summary: Javadoc for %{name} + +%description javadoc +This package contains javadoc for %{name}. + +%prep +%setup -q -n %{name}-%{name}-%{version} + +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 -f + +%install +%mvn_install + +%files -f .mfiles +%doc README.md release-notes/* +%license LICENSE NOTICE + +%files javadoc -f .mfiles-javadoc +%license LICENSE NOTICE + +%changelog +* Tue Aug 07 2018 Fraser Tweedale - 2.7.6-4 +- Avoid dependency on jsr-311 + +* Wed Jul 26 2017 Fedora Release Engineering - 2.7.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Tue Feb 07 2017 Michael Simacek - 2.7.6-2 +- Regenerate BuildRequires + +* 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 + +* Fri Jul 04 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-module-jaxb-annotations + +* Tue Jul 16 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-module-jaxb-annotations + +* Thu Sep 13 2012 gil cattaneo 2.0.5-1 +- initial rpm