disable support for spring
This commit is contained in:
parent
10b5f0a9c1
commit
a4c9564159
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,6 @@
|
||||
/results_*
|
||||
/*.src.rpm
|
||||
|
||||
/SnakeYAML-all-1.8.zip
|
||||
/SnakeYAML-all-1.9.zip
|
||||
/snakeyaml-1.13.zip
|
||||
|
||||
@ -1,14 +1,15 @@
|
||||
%global vertag 70abb5efa4c0
|
||||
|
||||
%bcond_without spring
|
||||
%bcond_with spring
|
||||
|
||||
Name: snakeyaml
|
||||
Version: 1.17
|
||||
Release: 8%{?dist}
|
||||
Summary: YAML parser and emitter for the Java programming language
|
||||
License: ASL 2.0
|
||||
URL: https://bitbucket.org/asomov/%{name}/
|
||||
Source0: https://bitbucket.org/asomov/snakeyaml/get/v%{version}.tar.bz2#/%{name}-%{version}.tar.bz2
|
||||
Name: snakeyaml
|
||||
Summary: YAML parser and emitter for Java
|
||||
Version: 1.17
|
||||
Release: 9%{?dist}
|
||||
License: ASL 2.0
|
||||
|
||||
URL: https://bitbucket.org/asomov/%{name}/
|
||||
Source0: https://bitbucket.org/asomov/snakeyaml/get/v%{version}.tar.bz2#/%{name}-%{version}.tar.bz2
|
||||
|
||||
# Upstream has forked gdata-java and base64 and refuses [1] to
|
||||
# consider replacing them by external dependencies. Bundled libraries
|
||||
@ -16,11 +17,11 @@ Source0: https://bitbucket.org/asomov/snakeyaml/get/v%{version}.tar.bz2
|
||||
# See rhbz#875777 and http://code.google.com/p/snakeyaml/issues/detail?id=175
|
||||
#
|
||||
# Remove use of bundled Base64 implementation
|
||||
Patch0: 0001-Replace-bundled-base64-implementation.patch
|
||||
Patch0: 0001-Replace-bundled-base64-implementation.patch
|
||||
# We don't have gdata-java in Fedora any longer, use commons-codec instead
|
||||
Patch1: 0002-Replace-bundled-gdata-java-client-classes-with-commo.patch
|
||||
Patch1: 0002-Replace-bundled-gdata-java-client-classes-with-commo.patch
|
||||
|
||||
BuildArch: noarch
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(biz.source_code:base64coder)
|
||||
@ -45,12 +46,13 @@ SnakeYAML features:
|
||||
* relatively sensible error messages.
|
||||
|
||||
|
||||
%package javadoc
|
||||
Summary: API documentation for %{name}
|
||||
%package javadoc
|
||||
Summary: API documentation for %{name}
|
||||
|
||||
%description javadoc
|
||||
%description javadoc
|
||||
This package contains %{summary}.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n asomov-%{name}-%{vertag}
|
||||
%patch0 -p1
|
||||
@ -88,19 +90,26 @@ sed -i 's/\r//g' LICENSE.txt
|
||||
rm -r src/test/java/org/yaml/snakeyaml/issues/issue9
|
||||
%endif
|
||||
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
|
||||
%files -f .mfiles
|
||||
%doc LICENSE.txt
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc LICENSE.txt
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jul 28 2019 Fabio Valentini <decathorpe@gmail.com> - 1.17-9
|
||||
- Disable support for spring.
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.17-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
@ -218,3 +227,4 @@ rm -r src/test/java/org/yaml/snakeyaml/issues/issue9
|
||||
|
||||
* Mon May 16 2011 Jaromir Capik <jcapik@redhat.com> - 1.8-1
|
||||
- Initial version of the package
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user