Troubles with the .desktop file
>>>>> "HJ" == Henrique Junior <henriquecsj@gmail.com> writes:
HJ> But when creating an RPM I receive a message that some files are
HJ> not packaged.
Yes, you need to include the installed .desktop file in your %files
list with a line like
%{_datadir}/applications/*
or
%{_datadir}/applications/%{name}.desktop
Every file that the %install section of your spec installs into the
buildroot must be included in the %files list somehow. If not, you
get the error you're seeing.
- J<
--
Fedora-packaging mailing list
Fedora-packaging@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-packaging
|