forked from pool/modulemaker-maven-plugin
OBS-URL: https://build.opensuse.org/package/show/Java:packages/modulemaker-maven-plugin?expand=0&rev=2
This commit is contained in:
parent
7e5f1b5e58
commit
609d6f3070
BIN
modulemaker-maven-plugin-1.11.tar.gz
(Stored with Git LFS)
Normal file
BIN
modulemaker-maven-plugin-1.11.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8478e52b281176cbad9c1e9f97920a9c3d5162a0e276df73777cbf5a331a7899
|
||||
size 6050
|
@ -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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: modulemaker-maven-plugin
|
||||
Version: 1.9
|
||||
Version: 1.11
|
||||
Release: 0
|
||||
Summary: A Maven plugin for creating a module-info.class
|
||||
License: Apache-2.0
|
||||
@ -25,8 +25,14 @@ Group: Development/Libraries/Java
|
||||
URL: https://github.com/raphw/%{name}
|
||||
Source0: %{url}/archive/refs/tags/%{name}-%{version}.tar.gz
|
||||
Source1: https://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
BuildRequires: fdupes
|
||||
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: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
|
||||
|
||||
%description
|
||||
@ -53,6 +59,7 @@ cp %{SOURCE1} .
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
%fdupes -s %{buildroot}%{_javadocdir}
|
||||
|
||||
%files -f .mfiles
|
||||
%license LICENSE-2.0.txt
|
||||
|
Loading…
Reference in New Issue
Block a user