39 lines
1008 B
RPMSpec
39 lines
1008 B
RPMSpec
Name: sequence-library
|
|
Version: 1.0.3
|
|
Release: 1
|
|
Summary: Textual diff and merge library
|
|
License: Sequence
|
|
URL: http://svn.svnkit.com/repos/3rdparty/de.regnis.q.sequence/
|
|
Source0: %{name}-%{version}.tar.gz
|
|
Source1: http://repo1.maven.org/maven2/de/regnis/q/sequence/sequence-library/%{version}/sequence-library-%{version}.pom
|
|
BuildArch: noarch
|
|
BuildRequires: maven-local mvn(junit:junit)
|
|
%description
|
|
A textual diff and merge library.
|
|
|
|
%package javadoc
|
|
Summary: Javadocs for %{name}
|
|
%description javadoc
|
|
This package contains the API documentation for %{name}.
|
|
|
|
%prep
|
|
%setup -q
|
|
find -name '*.jar' -o -name '*.class' -delete
|
|
cp -pr %{SOURCE1} pom.xml
|
|
|
|
%build
|
|
%mvn_build
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
%license LICENSE.txt
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
%license LICENSE.txt
|
|
|
|
%changelog
|
|
* Wed May 12 2021 zhangtao <zhangtao307@huawei.com> - 1.0.3-1
|
|
- package init
|