package init

This commit is contained in:
daidai_is_here 2020-03-06 18:29:57 +08:00
parent f2049de186
commit 6dc0a541ac
2 changed files with 45 additions and 0 deletions

BIN
jdependency-1.2.tar.gz Normal file

Binary file not shown.

45
jdependency.spec Normal file
View File

@ -0,0 +1,45 @@
Name: jdependency
Version: 1.2
Release: 4
Summary: API to analyse class dependencies
License: ASL 2.0
URL: http://github.com/tcurdt/%{name}
Source0: http://github.com/tcurdt/%{name}/archive/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: maven-local mvn(commons-io:commons-io) mvn(junit:junit) mvn(org.ow2.asm:asm)
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin) mvn(org.ow2.asm:asm-analysis)
BuildRequires: mvn(org.ow2.asm:asm-commons) mvn(org.ow2.asm:asm-tree) mvn(org.ow2.asm:asm-util)
BuildRequires: mvn(org.ow2.asm:asm-tree) mvn(org.ow2.asm:asm-util)
%description
jdependency is library that helps analyzing class level dependencies,
clashes and missing classes.
%package help
Summary: Help documentation for jdependency
Provides: %{name}-javadoc = %{version}-%{release}
Obsoletes: %{name}-javadoc < %{version}-%{release}
%description help
Help documentation for jdependency.
%prep
%autosetup -n jdependency-jdependency-%{version} -p1
%mvn_file : jdependency
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%doc README.md LICENSE.txt
%files help -f .mfiles-javadoc
%license LICENSE.txt
%changelog
* Fri Mar 06 2020 daiqianwen <daiqianwen@huawei.com> - 1.2-4
- Package init