Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
380111b609 | ||
|
|
d690edda3e | ||
|
|
a2d04f8531 | ||
|
|
e5cf9b8a8c | ||
|
|
62ee0922a0 | ||
|
|
5d98cb88bc |
4 changed files with 1 additions and 79 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/uom-systems-0.7.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (uom-systems-0.7.tar.gz) = 49bb2f7082845e7311bf68a2759224044786a353ec3e8913555899003af9a14c463e978c453ce6fdb8fa52c0edc2097bc25bc1d6dda8a90663efd1c1d7be0234
|
||||
|
|
@ -1,77 +0,0 @@
|
|||
Name: uom-systems
|
||||
Version: 0.7
|
||||
Release: 2%{?dist}
|
||||
Summary: Units of Measurement Systems (JSR 363)
|
||||
License: BSD
|
||||
URL: https://github.com/unitsofmeasurement/%{name}
|
||||
Source0: https://github.com/unitsofmeasurement/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: junit
|
||||
BuildRequires: maven-plugin-bundle
|
||||
BuildRequires: maven-source-plugin
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: maven-jar-plugin
|
||||
BuildRequires: maven-install-plugin
|
||||
BuildRequires: maven-license-plugin
|
||||
BuildRequires: maven-dependency-plugin
|
||||
BuildRequires: mvn(org.jacoco:jacoco-maven-plugin)
|
||||
BuildRequires: mvn(si.uom:si-parent:pom:)
|
||||
BuildRequires: mvn(si.uom:si-units-java8:pom:)
|
||||
BuildRequires: mvn(javax.measure:unit-api)
|
||||
BuildRequires: mvn(tec.uom:uom-parent:pom:)
|
||||
BuildRequires: mvn(tec.uom:uom-se:pom:)
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
Units of Measurement Systems - modules for JSR 363.
|
||||
|
||||
%package javadoc
|
||||
BuildArch: noarch
|
||||
Summary: Javadoc for the Units of Measurement Systems
|
||||
|
||||
%description javadoc
|
||||
This package contains documentation for the Units of Measurement
|
||||
Systems (JSR 363).
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%pom_disable_module common # use only Java 8+
|
||||
%pom_disable_module unicode # use only Java 8+
|
||||
%pom_xpath_remove "pom:properties/pom:quantity.version"
|
||||
%pom_xpath_inject "pom:properties" "<quantity.version>%{version}</quantity.version>"
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Mon Aug 14 2017 Lukas Berk <lberk@redhat.com> - 0.7-2
|
||||
- Incorprate feedback from fedora review tool.
|
||||
|
||||
* Wed Apr 12 2017 Nathan Scott <nathans@redhat.com> - 0.7-1
|
||||
- Update to latest upstream sources.
|
||||
|
||||
* Wed Mar 22 2017 Nathan Scott <nathans@redhat.com> - 0.6-2
|
||||
- Incorprate feedback from gil cattaneo on all uom packages.
|
||||
|
||||
* Mon Mar 06 2017 Nathan Scott <nathans@redhat.com> - 0.6-1
|
||||
- Update to latest upstream sources.
|
||||
|
||||
* Tue Feb 28 2017 Nathan Scott <nathans@redhat.com> - 0.5-3
|
||||
- Resolve lintian errors - source, license, documentation.
|
||||
|
||||
* Fri Feb 24 2017 Nathan Scott <nathans@redhat.com> - 0.5-2
|
||||
- Add unitsofmeasurement prefix to package name.
|
||||
|
||||
* Fri Oct 14 2016 Nathan Scott <nathans@redhat.com> - 0.5-1
|
||||
- Initial version.
|
||||
Loading…
Add table
Add a link
Reference in a new issue