From 7e13f59debce13fa7f3a85222df03a975caa55d5 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 7 May 2019 01:43:50 -0400 Subject: [PATCH] import uom-parent-1.0.3-3.module+el8+2463+615f6896 --- .gitignore | 1 + .uom-parent.metadata | 1 + SPECS/uom-parent.spec | 48 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 50 insertions(+) create mode 100644 .gitignore create mode 100644 .uom-parent.metadata create mode 100644 SPECS/uom-parent.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0c1fc64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/uom-parent-1.0.3.tar.gz diff --git a/.uom-parent.metadata b/.uom-parent.metadata new file mode 100644 index 0000000..c584531 --- /dev/null +++ b/.uom-parent.metadata @@ -0,0 +1 @@ +8695d728575e37cf0de59cbd2d210169576d3128 SOURCES/uom-parent-1.0.3.tar.gz diff --git a/SPECS/uom-parent.spec b/SPECS/uom-parent.spec new file mode 100644 index 0000000..41e86e3 --- /dev/null +++ b/SPECS/uom-parent.spec @@ -0,0 +1,48 @@ +Name: uom-parent +Version: 1.0.3 +Release: 3%{?dist} +Summary: Units of Measurement Project Parent POM +License: BSD +URL: https://github.com/unitsofmeasurement/uom-parent +Source0: https://github.com/unitsofmeasurement/uom-parent/archive/%{version}/%{name}-%{version}.tar.gz + +BuildArch: noarch +BuildRequires: maven-local +BuildRequires: maven-install-plugin + +%description +Main parent POM for all Units of Measurement Maven projects. + +%prep +%setup -q -n %{name}-%{version} +%pom_remove_parent + +%build +%mvn_build + +%install +%mvn_install + +%files -f .mfiles +%doc README.md +%license LICENSE + +%changelog +* Fri Apr 07 2017 Nathan Scott - 1.0.3-3 +- Rebuilt with a Java 8 buildroot. + +* Wed Mar 22 2017 Nathan Scott - 1.0.3-2 +- Incorporate feedback from gil cattaneo on all uom packages. + +* Mon Mar 06 2017 Nathan Scott - 1.0.3-1 +- Update to latest upstream sources. + +* Tue Feb 28 2017 Nathan Scott - 1.0.2-2 +- Resolve lintian errors - source, license, documentation. + +* Fri Feb 17 2017 Nathan Scott - 1.0.2-1 +- Add unitsofmeasurement prefix to package name. +- Update to latest upstream sources. + +* Thu Oct 13 2016 Nathan Scott - 1.0.1-1 +- Initial version.