Cleanup package
This commit is contained in:
parent
ed81924fb0
commit
178e48b116
26
guava.spec
26
guava.spec
@ -1,28 +1,23 @@
|
|||||||
Name: guava
|
Name: guava
|
||||||
Version: 18.0
|
Version: 18.0
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: Google Core Libraries for Java
|
Summary: Google Core Libraries for Java
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/google/guava
|
URL: https://github.com/google/guava
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
Source0: https://github.com/google/guava/archive/v%{version}.tar.gz
|
Source0: https://github.com/google/guava/archive/v%{version}.tar.gz
|
||||||
|
|
||||||
Patch0: %{name}-java8.patch
|
Patch0: %{name}-java8.patch
|
||||||
Patch1: guava-jdk8-HashMap-testfix.patch
|
Patch1: guava-jdk8-HashMap-testfix.patch
|
||||||
|
|
||||||
BuildRequires: java-devel >= 0:1.7.0
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: truth
|
BuildRequires: mvn(com.google.code.findbugs:jsr305)
|
||||||
|
BuildRequires: mvn(com.google.guava:guava)
|
||||||
BuildRequires: mvn(com.google.code.findbugs:jsr305) >= 0-0.6.20090319svn
|
BuildRequires: mvn(com.google.truth:truth)
|
||||||
BuildRequires: ant
|
BuildRequires: mvn(junit:junit)
|
||||||
BuildRequires: apache-ivy
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
BuildRequires: easymock
|
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
|
||||||
BuildRequires: mockito
|
|
||||||
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
# Use the same directory of the main package for subpackage licence and docs
|
|
||||||
%global _docdir_fmt %{name}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Guava is a suite of core and expanded libraries that include
|
Guava is a suite of core and expanded libraries that include
|
||||||
@ -84,6 +79,9 @@ find . -name '*.jar' -delete
|
|||||||
%files testlib -f .mfiles-guava-testlib
|
%files testlib -f .mfiles-guava-testlib
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 16 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 18.0-8
|
||||||
|
- Cleanup package
|
||||||
|
|
||||||
* Tue May 10 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 18.0-7
|
* Tue May 10 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 18.0-7
|
||||||
- Disable tests due to insufficient memory on Koji
|
- Disable tests due to insufficient memory on Koji
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user