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

gil cattaneo <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #2 from gil cattaneo <[email protected]> ---
Hi
there are more prebuilt libraries, and they must be removed
using:
find . -name "*.class" -delete
find . -name "*.jar" -delete
must be removed also:
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
field Group
%defattr(-,root,root,-)
You must use make %{?_smp_mflags} instead of make %{?jobs:-j%jobs}
You must use %license macro for LICENSE file
You must use rpm macros instead of hardcoding the directories e.g.
%{_javadir}/XtreemFS.jar
You must use:
Requires:       java-headless instead of Requires:       jre >= 1.6.0
or add a/some comment/s, in the spec file, why is necessary jre
You must use: License:        BSD instead of License:        BSD-3-Clause

-- 
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
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to