Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Slowroll:Build:2
jackson-annotations
jackson-annotations.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File jackson-annotations.spec of Package jackson-annotations
# # spec file for package jackson-annotations # # Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # # The automatic requires would be java-headless >= 9, but the # binaries are java 8 compatible %define __requires_exclude java-headless Name: jackson-annotations Version: 2.17.2 Release: 0 Summary: Core annotations for Jackson data processor License: Apache-2.0 Group: Development/Libraries/Java URL: https://github.com/FasterXML/jackson-annotations/ Source0: https://github.com/FasterXML/jackson-annotations/archive/%{name}-%{version}.tar.gz Source1: %{name}-build.xml BuildRequires: ant BuildRequires: fdupes BuildRequires: java-devel >= 9 BuildRequires: javapackages-local >= 6 Requires: java-headless >= 1.8 BuildArch: noarch %description Core annotations used for value types, used by Jackson data-binding package. %package javadoc Summary: Javadoc for %{name} Group: Documentation/HTML %description javadoc This package contains API documentation for %{name}. %prep %setup -q -n %{name}-%{name}-%{version} cp %{SOURCE1} build.xml mkdir -p lib %pom_remove_plugin "org.moditect:moditect-maven-plugin" %pom_remove_plugin "org.sonatype.plugins:nexus-staging-maven-plugin" sed -i 's/\r//' LICENSE %build ant package javadoc %install install -dm 0755 %{buildroot}%{_javadir} install -pm 0644 target/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar install -dm 0755 %{buildroot}%{_mavenpomdir} %{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom %add_maven_depmap %{name}.pom %{name}.jar install -dm 0755 %{buildroot}%{_javadocdir} cp -r target/site/apidocs %{buildroot}%{_javadocdir}/%{name} %fdupes -s %{buildroot}%{_javadocdir} %files -f .mfiles %doc README.md release-notes/* %license LICENSE %files javadoc %{_javadocdir}/%{name} %license LICENSE %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor