Package jdeparser1: Specfile
Group: Development/Java # BEGIN SourceDeps(oneline): BuildRequires: rpm-build-java # END SourceDeps(oneline) BuildRequires: /proc BuildRequires: jpackage-generic-compat # see https://bugzilla.altlinux.org/show_bug.cgi?id=10382 %define _localstatedir %{_var} # %%version is ahead of its definition. Predefining for rpm 4.0 compatibility. %define version 1.0.0 %global namedreltag .Final %global namedversion %{version}%{?namedreltag} Name: jdeparser1 Version: 1.0.0 Release: alt1_6jpp8 Summary: Source generator library for Java # MIT: src/main/java/org/jboss/jdeparser/JSynchronized.java License: (CDDL or GPLv2 with exceptions) and MIT URL: https://github.com/jdeparser/jdeparser Source0: https://github.com/jdeparser/jdeparser/archive/%{namedversion}.tar.gz BuildArch: noarch BuildRequires: maven-local BuildRequires: mvn(org.jboss:jboss-parent:pom:) Source44: import.info %description This project is a fork of Sun's (now Oracle's) com.sun.codemodel project. We decided to fork the project because by all evidence, the upstream project is dead and not actively accepting outside contribution. All JBoss projects are urged to use this project instead for source code generation. %package javadoc Group: Development/Java Summary: Javadoc for %{name} BuildArch: noarch %description javadoc This package contains the API documentation for %{name}. %prep %setup -q -n jdeparser-%{namedversion} %mvn_compat_version : 1 %build %mvn_build %install %mvn_install %files -f .mfiles %doc README.md %doc --no-dereference LICENSE-original.html %files javadoc -f .mfiles-javadoc %doc --no-dereference LICENSE-original.html %changelog * Tue Feb 05 2019 Igor Vlasenko <viy@altlinux.ru> 1.0.0-alt1_6jpp8 - fc29 update * Thu Apr 19 2018 Igor Vlasenko <viy@altlinux.ru> 1.0.0-alt1_5jpp8 - java update * Thu Nov 09 2017 Igor Vlasenko <viy@altlinux.ru> 1.0.0-alt1_4jpp8 - fc27 update * Sun Oct 22 2017 Igor Vlasenko <viy@altlinux.ru> 1.0.0-alt1_3jpp8 - new jpp release * Tue Dec 20 2016 Igor Vlasenko <viy@altlinux.ru> 1.0.0-alt1_2jpp8 - new version |