29 lines
762 B
RPMSpec
29 lines
762 B
RPMSpec
Name: uom-parent
|
|
Version: 1.0.3
|
|
Release: 5
|
|
Summary: Measurement Project Parent POM for Units
|
|
License: BSD
|
|
URL: https://github.com/unitsofmeasurement/uom-parent
|
|
Source0: https://github.com/unitsofmeasurement/uom-parent/archive/%{version}/uom-parent-%{version}.tar.gz
|
|
BuildArch: noarch
|
|
BuildRequires: maven-local maven-install-plugin
|
|
%description
|
|
This is the main parent pom for all Units of Measurement Maven projects.
|
|
|
|
%prep
|
|
%autosetup -n uom-parent-%{version} -p1
|
|
%pom_remove_parent
|
|
|
|
%build
|
|
%mvn_build
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
%doc README.md LICENSE
|
|
|
|
%changelog
|
|
* Thu Jun 4 2020 yanan li <liyanan032@huawei.com> - 1.0.3-5
|
|
- Package init
|