[Bug 1277505] Review Request: jssc - Java Simple Serial Connector

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.redhat.com/show_bug.cgi?id=1277505

gil cattaneo <puntogil@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |puntogil@xxxxxxxxx



--- Comment #10 from gil cattaneo <puntogil@xxxxxxxxx> ---
hi
in 
install -d %{buildroot}%{jni} \
           %{buildroot}%{_jnidir} \


%{buildroot}%{_jnidir} is not necessary
maven-local or javapackages-local handle the jar file in "automatic"

%{_jnidir}/%{name}.jar

is also not usefull
%attr(644, root, root) %{_datadir}/maven-metadata/%{name}.xml
you should changes as

%files -f .mfiles
%license COPYING
%doc README.txt
%{jni}/


javadoc should be installed by

%mvn_install -J javadoc

and install -d %{buildroot}%{_javadocdir}/%{name} is no more necessary

instead of maven-local you should use javapackages-local

Regards, and sorry for the noise

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
package-review@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/package-review




[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]