remove unuse files
Signed-off-by: cherry530 <xuping33@huawei.com>
This commit is contained in:
parent
ad008c06dd
commit
837f3bcfd0
BIN
bridger-1.4.Final.jar
Normal file
BIN
bridger-1.4.Final.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
jboss-modules-2.0.2.Final.tar.gz
Normal file
BIN
jboss-modules-2.0.2.Final.tar.gz
Normal file
Binary file not shown.
@ -1,16 +1,19 @@
|
||||
%global namedreltag .Final
|
||||
%global namedversion %{version}%{?namedreltag}
|
||||
Name: jboss-modules
|
||||
Version: 1.5.2
|
||||
Release: 2
|
||||
Version: 2.0.2
|
||||
Release: 1
|
||||
Summary: A Modular Classloading System
|
||||
License: ASL 2.0 and xpp
|
||||
URL: https://github.com/jbossas/jboss-modules
|
||||
Source0: https://github.com/jbossas/jboss-modules/archive/%{namedversion}/jboss-modules-%{namedversion}.tar.gz
|
||||
Source1: bridger-1.4.Final.jar
|
||||
Source2: jdk-misc-2.Final.jar
|
||||
BuildArch: noarch
|
||||
BuildRequires: maven-local mvn(junit:junit) mvn(org.jboss:jboss-parent:pom:)
|
||||
BuildRequires: mvn(org.jboss.shrinkwrap:shrinkwrap-impl-base)
|
||||
BuildRequires: graphviz mvn(jdepend:jdepend) mvn(org.jboss.apiviz:apiviz)
|
||||
BuildRequires: maven maven-local mvn(junit:junit) mvn(org.jboss:jboss-parent:pom:)
|
||||
BuildRequires: graphviz mvn(jdepend:jdepend) mvn(org.jboss.apiviz:apiviz)
|
||||
BuildRequires: mvn(org.jboss.shrinkwrap:shrinkwrap-impl-base) maven-dependency-plugin
|
||||
|
||||
%description
|
||||
Ths package contains A Modular Classloading System.
|
||||
|
||||
@ -20,20 +23,25 @@ Summary: Javadoc for %{name}
|
||||
This package contains the API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{namedversion}
|
||||
%autosetup -p1 -n %{name}-%{namedversion}
|
||||
|
||||
%pom_remove_plugin :maven-javadoc-plugin
|
||||
%pom_remove_plugin :maven-source-plugin
|
||||
%pom_remove_plugin :maven-checkstyle-plugin
|
||||
|
||||
%pom_remove_plugin :maven-compiler-plugin
|
||||
|
||||
mvn install:install-file -Dgroupid=org.jboss.bridger -Dartifactid=bridger -Dversion=1.4.Final -Dpackaging=maven-plugin -Dfile=%{SOURCE1}
|
||||
mvn install:install-file -Dgroupid=org.jboss -Dartifactid=jdk-misc -Dversion=2.Final -Dpackaging=jar -Dfile=%{SOURCE2}
|
||||
|
||||
rm src/test/java/org/jboss/modules/MavenResourceTest.java \
|
||||
src/test/java/org/jboss/modules/maven/MavenSettingsTest.java
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
%mvn_build -s -f
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
%mvn_install -X
|
||||
|
||||
%files -f .mfiles
|
||||
%files -f .mfiles-%{name}
|
||||
%doc README.md
|
||||
%license LICENSE.txt XPP3-LICENSE.txt
|
||||
|
||||
@ -41,6 +49,9 @@ rm src/test/java/org/jboss/modules/MavenResourceTest.java \
|
||||
%license LICENSE.txt XPP3-LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Tue Jan 18 2022 SimpleUpdate Robot <tc@openeuler.org> - 2.0.2-1
|
||||
- Upgrade to version 2.0.2
|
||||
|
||||
* Fri Sep 5 2020 shaoqiang kang <kangshaoqiang1@huawei.com> - 1.5.2-2
|
||||
- modify Macro
|
||||
* Wed Aug 26 2020 shaoqiang kang <kangshaoqiang1@huawei.com> - 1.5.2-1
|
||||
|
||||
BIN
jdk-misc-2.Final.jar
Normal file
BIN
jdk-misc-2.Final.jar
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user