[Bug 550600] Review Request: themonospot-gui-gtk - Gtk gui to scan multimedia files using Themonospot

bugzilla at redhat.com bugzilla at redhat.com
Fri Jan 1 16:53:47 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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





--- Comment #8 from Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>  2010-01-01 11:53:45 EDT ---
For 0.2.2-2

* desktop-file-install usage
 
https://fedoraproject.org/wiki/Packaging/Guidelines#desktop-file-install_usage

  - As I wrote in my comment 2, "--vendor=fedora" is now
    deprecated and should be removed (and the name of the desktop
    included in binary rpm should be "themonospot-gtk.desktop")
    You can use
-------------------------------------------------------
%install
rm -fr %{buildroot}
make DESTDIR=%{buildroot} install
desktop-file-install \
 --dir %{buildroot}%{_datadir}/applications \
 --delete-original \
 %{buildroot}%{_datadir}/applications/themonospot-gtk.desktop
-------------------------------------------------------
    or even:
-------------------------------------------------------
%install
rm -fr %{buildroot}
make DESTDIR=%{buildroot} install
desktop-file-validate
%{buildroot}%{_datadir}/applications/themonospot-gtk.desktop
-------------------------------------------------------

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list