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



--- Comment #3 from gil cattaneo <punto...@libero.it> ---
Please, remove
from %install section
rm -rf %{buildroot}

use
cp -p $jar %{buildroot}/%{_javadir}/%{name}/$(echo $jar | cut -f5 -d/ | cut -f1
-d_).jar

cp -p $pom %{buildroot}/%{_mavenpomdir}/JPP.%{name}-${shortname}.pom

or better

install -m 644 $jar %{buildroot}/%{_javadir}/%{name}/$(echo $jar | cut -f5 -d/
| cut -f1 -d_).jar

install -pm 644 $pom %{buildroot}/%{_mavenpomdir}/JPP.%{name}-${shortname}.pom

-- 
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@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to