From 2cb7d805373b4ee514e449069514fb9bf891bedb Mon Sep 17 00:00:00 2001 From: James Antill Date: Mon, 8 Aug 2022 12:44:24 -0400 Subject: [PATCH] Import rpm: fcb3e0bf156c3e4182f49341b6a4eec1d3040006 --- .gitignore | 1 + sources | 1 + uom-parent.spec | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 50 insertions(+) create mode 100644 .gitignore create mode 100644 sources create mode 100644 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/sources b/sources new file mode 100644 index 0000000..6e3609f --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA1 (uom-parent-1.0.3.tar.gz) = 8695d728575e37cf0de59cbd2d210169576d3128 diff --git a/uom-parent.spec b/uom-parent.spec new file mode 100644 index 0000000..41e86e3 --- /dev/null +++ b/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.