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