1
0
Fridrich Strba 2024-04-18 12:39:34 +00:00 committed by Git OBS Bridge
parent 7e5f1b5e58
commit 609d6f3070
4 changed files with 21 additions and 5 deletions

BIN
modulemaker-maven-plugin-1.11.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8478e52b281176cbad9c1e9f97920a9c3d5162a0e276df73777cbf5a331a7899
size 6050

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Apr 18 12:34:17 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Update to version 1.11
* Changes:
+ Make injecting compatible to immutable builds.
+ Fix class name.
+ Fix invocation order.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 8 01:14:02 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com> Wed Mar 8 01:14:02 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package modulemaker-maven-plugin # spec file for package modulemaker-maven-plugin
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: modulemaker-maven-plugin Name: modulemaker-maven-plugin
Version: 1.9 Version: 1.11
Release: 0 Release: 0
Summary: A Maven plugin for creating a module-info.class Summary: A Maven plugin for creating a module-info.class
License: Apache-2.0 License: Apache-2.0
@ -25,8 +25,14 @@ Group: Development/Libraries/Java
URL: https://github.com/raphw/%{name} URL: https://github.com/raphw/%{name}
Source0: %{url}/archive/refs/tags/%{name}-%{version}.tar.gz Source0: %{url}/archive/refs/tags/%{name}-%{version}.tar.gz
Source1: https://www.apache.org/licenses/LICENSE-2.0.txt Source1: https://www.apache.org/licenses/LICENSE-2.0.txt
BuildRequires: fdupes
BuildRequires: maven-local BuildRequires: maven-local
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin) BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
BuildRequires: mvn(org.apache.maven:maven-core)
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
BuildRequires: mvn(org.ow2.asm:asm)
BuildRequires: mvn(org.ow2.asm:asm-commons)
BuildArch: noarch BuildArch: noarch
%description %description
@ -53,6 +59,7 @@ cp %{SOURCE1} .
%install %install
%mvn_install %mvn_install
%fdupes -s %{buildroot}%{_javadocdir}
%files -f .mfiles %files -f .mfiles
%license LICENSE-2.0.txt %license LICENSE-2.0.txt