Compare commits
No commits in common. "c8-stream-3.6" and "c8-stream-201801" have entirely different histories.
c8-stream-
...
c8-stream-
@ -1,6 +1,6 @@
|
||||
Name: jsr-305
|
||||
Version: 0
|
||||
Release: 0.25.20130910svn%{?dist}
|
||||
Release: 0.22.20130910svn%{?dist}
|
||||
Summary: Correctness annotations for Java code
|
||||
|
||||
# The majority of code is BSD-licensed, but some Java sources
|
||||
@ -18,22 +18,23 @@ Source0: jsr-305-20130910svn.tgz
|
||||
# File containing URL to CC-BY license text
|
||||
Source1: NOTICE-CC-BY.txt
|
||||
|
||||
BuildRequires: maven-local-openjdk8
|
||||
BuildRequires: maven-local
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadoc documentation for %{name}
|
||||
|
||||
%description
|
||||
This package contains reference implementations, test cases, and other
|
||||
documents for Java Specification Request 305: Annotations for Software Defect
|
||||
Detection.
|
||||
|
||||
%{?module_package}
|
||||
%{?javadoc_package}
|
||||
%description javadoc
|
||||
This package contains the API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}
|
||||
cp %{SOURCE1} NOTICE-CC-BY
|
||||
|
||||
%pom_xpath_set "pom:plugin[pom:artifactId='maven-compiler-plugin']/pom:configuration/*" 1.6
|
||||
|
||||
%mvn_file :ri %{name}
|
||||
%mvn_alias :ri com.google.code.findbugs:jsr305
|
||||
%mvn_package ":{proposedAnnotations,tcl}" __noinstall
|
||||
@ -47,20 +48,13 @@ cp %{SOURCE1} NOTICE-CC-BY
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -n %{?module_prefix}%{name} -f .mfiles
|
||||
%license ri/LICENSE NOTICE-CC-BY
|
||||
%doc sampleUses
|
||||
%files -f .mfiles
|
||||
%doc ri/LICENSE NOTICE-CC-BY sampleUses
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc ri/LICENSE NOTICE-CC-BY
|
||||
|
||||
%changelog
|
||||
* Sat Jan 25 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 0-0.25.20130910svn
|
||||
- Build with OpenJDK 8
|
||||
|
||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 0-0.24.20130910svn
|
||||
- Mass rebuild for javapackages-tools 201902
|
||||
|
||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 0-0.23.20130910svn
|
||||
- Mass rebuild for javapackages-tools 201901
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.22.20130910svn
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user