[fedora-java] FindBugs 2.0.2 update coming to F19/F20

Richard Fearn richardfearn at gmail.com
Tue Nov 19 22:19:31 UTC 2013


Sending again, this time including java-devel.

>> there is only a problem in your spec file
>> mkdir -p $RPM_BUILD_ROOT%{_javadocdir}
>> cp -a apiJavaDoc $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
>> ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}
>> must be
>> cp -a apiJavaDoc $RPM_BUILD_ROOT%{_javadocdir}/%{name}
>> see https://fedoraproject.org/wiki/Packaging:Java#Javadoc_installation
>
> Thanks! There are a few other cleanups I'd like to do in the FindBugs
> packages (as well as adding the POMs), but I wanted to get the new
> version out there, because it's long overdue, and eclipse-findbugs
> stopped working a while ago. I'll come back to the versioned Javadoc
> dir in the next few days.

-- 
Richard Fearn
richardfearn at gmail.com


More information about the java-devel mailing list