Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
Miro Hrončok
1f82038ac8 Orphaned for 6+ weeks 2020-05-18 14:02:30 +02:00
Fedora Release Engineering
9e485c81ce - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-31 02:40:40 +00:00
Fedora Release Engineering
b609108d08 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-27 02:34:25 +00:00
Fedora Release Engineering
1417d429fe - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-03 10:53:00 +00:00
Fedora Release Engineering
d34cd75e03 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 08:17:12 +00:00
4 changed files with 1 additions and 74 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
/uom-lib-1.0.1.tar.gz

1
dead.package Normal file
View file

@ -0,0 +1 @@
Orphaned for 6+ weeks

View file

@ -1 +0,0 @@
SHA512 (uom-lib-1.0.1.tar.gz) = bab6d1ce6fdc75e1bece1e1cacc34badb0422fad995c56fe5ccc0ba813c5902b2db94d07ed77027f2fce6a57bde8cfccdea179609e70fd3c4c9ece9a35c74de5

View file

@ -1,72 +0,0 @@
Name: uom-lib
Version: 1.0.1
Release: 6%{?dist}
Summary: Java Unit of Measurement Libraries (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-source-plugin
BuildRequires: maven-plugin-bundle
BuildRequires: maven-local
BuildRequires: maven-jar-plugin
BuildRequires: maven-install-plugin
BuildRequires: maven-license-plugin
BuildRequires: maven-dependency-plugin
BuildRequires: mvn(tec.uom:uom-parent:pom:)
BuildRequires: mvn(javax.measure:unit-api)
BuildArch: noarch
%description
Units of Measurement Libraries - extending and complementing JSR 363.
%package common
Summary: Java Units of Measurement Common Library
%description common
Units of Measurement Common Library - extending and complementing JSR 363.
%package javadoc
BuildArch: noarch
Summary: Javadoc for the Units of Measurement Libraries
%description javadoc
This package contains documentation for the Units of Measurement
Libraries (JSR 363).
%prep
%setup -q -n %{name}-%{version}
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%doc README.md
%license LICENSE.txt
%files javadoc -f .mfiles-javadoc
%license LICENSE.txt
%changelog
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Tue Aug 01 2017 Lukas Berk <lberk@redhat.com> - 1.0.1-5
- Incorporate feedback and changes from fedora-review tool
* Wed Mar 22 2017 Nathan Scott <nathans@redhat.com> - 1.0.1-4
- Incorprate feedback from gil cattaneo on all uom packages.
* Tue Feb 28 2017 Nathan Scott <nathans@redhat.com> - 1.0.1-3
- Resolve lintian errors - source, license, documentation.
* Fri Feb 24 2017 Nathan Scott <nathans@redhat.com> - 1.0.1-2
- Add unitsofmeasurement prefix to package name.
* Thu Oct 13 2016 Nathan Scott <nathans@redhat.com> - 1.0.1-1
- Initial version.