package init
This commit is contained in:
parent
98a799cb80
commit
dc3725cdee
@ -1,5 +1,5 @@
|
||||
--- pom.xml.orig 2013-03-29 14:56:54.171650079 +0000
|
||||
+++ pom.xml 2013-03-29 14:58:21.818455592 +0000
|
||||
--- a/pom.xml.orig 2013-03-29 14:56:54.171650079 +0000
|
||||
+++ b/pom.xml 2013-03-29 14:58:21.818455592 +0000
|
||||
@@ -156,6 +156,20 @@
|
||||
</plugins>
|
||||
</reporting>
|
||||
|
||||
Binary file not shown.
BIN
rmic-maven-plugin-1.2.1.zip
Normal file
BIN
rmic-maven-plugin-1.2.1.zip
Normal file
Binary file not shown.
@ -3,9 +3,9 @@ Version: 1.2.1
|
||||
Release: 1
|
||||
Summary: Uses the java rmic compiler to generate classes used in remote method invocation
|
||||
License: MIT
|
||||
URL: http://mojo.codehaus.org/%{name}
|
||||
URL: http://www.mojohaus.org/rmic-maven-plugin
|
||||
BuildArch: noarch
|
||||
Source0: http://repo2.maven.org/maven2/org/codehaus/mojo/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
||||
Source0: http://github.com/mojohaus/%{name}/archive/%{name}-%{version}.zip
|
||||
Patch0: pom-compiler-source-target.patch
|
||||
BuildRequires: maven-local mvn(junit:junit) mvn(org.apache.maven:maven-model:2.0.6)
|
||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api) mvn(org.apache.maven:maven-project)
|
||||
@ -25,9 +25,8 @@ Summary: Javadoc for %{name}
|
||||
This package contains the API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -n %{name}-%{name}-%{version} -p1
|
||||
sed -i -e "s|groupId>plexus|groupId>org.codehaus.plexus|g" pom.xml
|
||||
%patch0 -p0
|
||||
%pom_add_dep "junit:junit::test"
|
||||
|
||||
%build
|
||||
@ -43,5 +42,5 @@ sed -i -e "s|groupId>plexus|groupId>org.codehaus.plexus|g" pom.xml
|
||||
%doc License.txt
|
||||
|
||||
%changelog
|
||||
* Fri Aug 21 2020 wangyue <wangyue92@huawei.com> - 1.2.1-1
|
||||
* Thu Jul 30 2020 wangyue <wangyue92@huawei.com> - 1.2.1-1
|
||||
- package init
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
git_url: https://github.com/floatdrop/pinkie
|
||||
git_url: https://github.com/mojohaus/rmic-maven-plugin
|
||||
version_control: github
|
||||
src_repo: floatdrop/pinkie
|
||||
tag_prefix: "^v"
|
||||
src_repo: mojohaus/rmic-maven-plugin
|
||||
tag_prefix: "^rmic-maven-plugin-"
|
||||
seperator: "."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user