uom-parent/uom-parent.spec

31 lines
825 B
RPMSpec
Raw Permalink Normal View History

2020-07-07 11:51:17 +08:00
Name: uom-parent
2023-08-23 16:36:29 +08:00
Version: 2.2
Release: 1
2020-07-07 11:51:17 +08:00
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
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%doc README.md LICENSE
%changelog
2023-08-23 16:36:29 +08:00
* Wed Aug 23 2023 chenchen <chen_aka_jan@163.com> - 2.2-1
- Upgrade to version 2.2
2020-07-07 11:51:17 +08:00
* Thu Jun 4 2020 yanan li <liyanan032@huawei.com> - 1.0.3-5
- Package init