Update to 1.3.0
This commit is contained in:
parent
53ddb79ab3
commit
ed71622747
Binary file not shown.
BIN
1.3.0.Final.tar.gz
Normal file
BIN
1.3.0.Final.tar.gz
Normal file
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
%global namedreltag .Final
|
%global namedreltag .Final
|
||||||
%global namedversion %{version}%{?namedreltag}
|
%global namedversion %{version}%{?namedreltag}
|
||||||
Name: jboss-classfilewriter
|
Name: jboss-classfilewriter
|
||||||
Version: 1.2.5
|
Version: 1.3.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: JBoss Class File Writer
|
Summary: JBoss Class File Writer
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -11,6 +11,10 @@ Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: maven-local mvn(junit:junit) mvn(org.apache.felix:maven-bundle-plugin)
|
BuildRequires: maven-local mvn(junit:junit) mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
BuildRequires: mvn(org.jboss:jboss-parent:pom:)
|
BuildRequires: mvn(org.jboss:jboss-parent:pom:)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugins:maven-invoker-plugin)
|
||||||
|
BuildRequires: java-11-openjdk-devel
|
||||||
|
Requires: java-11-openjdk
|
||||||
|
Requires: javapackages-tools
|
||||||
%description
|
%description
|
||||||
This package contains JBoss Class File Writer
|
This package contains JBoss Class File Writer
|
||||||
|
|
||||||
@ -22,11 +26,14 @@ Obsoletes: %{name}-javadoc < %{version}-%{release}
|
|||||||
This package contains the API documentation for %{name}.
|
This package contains the API documentation for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{namedversion}
|
%autosetup -n %{name}-%{namedversion} -p1
|
||||||
cp -p %{SOURCE1} LICENSE
|
cp -p %{SOURCE1} LICENSE
|
||||||
sed -i 's/\r//' LICENSE
|
sed -i 's/\r//' LICENSE
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export JAVA_HOME=%{_jvmdir}/java-11-openjdk
|
||||||
|
export CFLAGS="${RPM_OPT_FLAGS}"
|
||||||
|
export CXXFLAGS="${RPM_OPT_FLAGS}"
|
||||||
%mvn_build
|
%mvn_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -39,6 +46,9 @@ sed -i 's/\r//' LICENSE
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 21 2023 yaoxin <yao_xin001@hoperun.com> - 1.3.0-1
|
||||||
|
- Update to 1.3.0
|
||||||
|
|
||||||
* Thu May 19 2022 Ge Wang <wangge20@h-partners.com> - 1.2.5-1
|
* Thu May 19 2022 Ge Wang <wangge20@h-partners.com> - 1.2.5-1
|
||||||
- upgrade to version 1.2.5
|
- upgrade to version 1.2.5
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user