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



--- Comment #20 from Raphael Groner <[email protected]> ---
. Folders ownership is not correct.
%files
%{_libdir}/%{name}/

%files data
%dir %{_datadir}/valadoc/

%package devel
Requires: vala-devel%{?_isa}
(for %{_datadir}/vala/ )


. I'm not sure, must the package depend on a concrete version of vala? We saw
some issues with other vala builds to need rebuilds if base vala version
changes (API breakage).

. Please use %{_mandir} .
%{_mandir}/man1/%{name}.1.gz

. Generally, you can use %{name} everywhere in the spec file, where 'valadoc'
is set instead.

-- 
You are receiving this mail because:
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