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



--- Comment #2 from Claudio Rodrigo Pereyra DIaz 
<[email protected]> ---
Some suggestion

- Remove defatt, is no used any more
%defattr(-,root,root)

- devel package must require %{?_isa}
Requires:       %{name}%{?_isa} = %{version}-%{release}

Source have a license.txt, this should be included with 
%licesen

You should use mono macros
%{_monogacdir} instead %{_libdir}/mono/gac
%{_monodir} instead %{_libdir}/mono
see https://fedoraproject.org/wiki/Packaging:Mono#File_Locations

Script name is beter not use . and - only the number
`basename -s .sh %{SOURCE2}`26 instead `basename -s .sh %{SOURCE2}`-2.6

-- 
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