Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
This commit is contained in:
parent
8016dd4dae
commit
bd4c642cfe
@ -15,7 +15,7 @@
|
|||||||
Name: xsane
|
Name: xsane
|
||||||
Summary: X Window System front-end for the SANE scanner interface
|
Summary: X Window System front-end for the SANE scanner interface
|
||||||
Version: 0.998
|
Version: 0.998
|
||||||
Release: 15%{?dist}
|
Release: 16%{?dist}
|
||||||
Source0: http://www.xsane.org/download/%{name}-%{version}.tar.gz
|
Source0: http://www.xsane.org/download/%{name}-%{version}.tar.gz
|
||||||
Source1: xsane-256x256.png
|
Source1: xsane-256x256.png
|
||||||
# distro-specific: use "xdg-open" instead of "netscape" to launch help browser
|
# distro-specific: use "xdg-open" instead of "netscape" to launch help browser
|
||||||
@ -163,7 +163,7 @@ install -m 0755 build-with-gimp/src/xsane %{buildroot}%{gimpplugindir}
|
|||||||
|
|
||||||
# install customized desktop file
|
# install customized desktop file
|
||||||
rm %{buildroot}%{_datadir}/applications/xsane.desktop
|
rm %{buildroot}%{_datadir}/applications/xsane.desktop
|
||||||
desktop-file-install --vendor fedora \
|
desktop-file-install \
|
||||||
--dir %{buildroot}%{_datadir}/applications \
|
--dir %{buildroot}%{_datadir}/applications \
|
||||||
src/xsane.desktop
|
src/xsane.desktop
|
||||||
|
|
||||||
@ -202,7 +202,7 @@ fi
|
|||||||
%doc xsane.ACCELKEYS xsane.AUTHOR xsane.BEGINNERS-INFO xsane.BUGS xsane.CHANGES xsane.COPYING xsane.FAQ xsane.LANGUAGES xsane.LOGO xsane.NEWS xsane.ONLINEHELP xsane.PROBLEMS xsane.ROOT xsane.TODO
|
%doc xsane.ACCELKEYS xsane.AUTHOR xsane.BEGINNERS-INFO xsane.BUGS xsane.CHANGES xsane.COPYING xsane.FAQ xsane.LANGUAGES xsane.LOGO xsane.NEWS xsane.ONLINEHELP xsane.PROBLEMS xsane.ROOT xsane.TODO
|
||||||
%{_bindir}/xsane
|
%{_bindir}/xsane
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%{_datadir}/applications/fedora-xsane.desktop
|
%{_datadir}/applications/xsane.desktop
|
||||||
%{_datadir}/pixmaps/xsane.xpm
|
%{_datadir}/pixmaps/xsane.xpm
|
||||||
%{iconrootdir}
|
%{iconrootdir}
|
||||||
|
|
||||||
@ -217,6 +217,9 @@ fi
|
|||||||
%{_datadir}/sane/xsane
|
%{_datadir}/sane/xsane
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 10 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 0.998-16
|
||||||
|
- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
|
||||||
|
|
||||||
* Wed Jan 30 2013 Nils Philippsen <nils@redhat.com> - 0.998-15
|
* Wed Jan 30 2013 Nils Philippsen <nils@redhat.com> - 0.998-15
|
||||||
- build with -fno-strict-aliasing
|
- build with -fno-strict-aliasing
|
||||||
- tidy up desktop file
|
- tidy up desktop file
|
||||||
|
Loading…
Reference in New Issue
Block a user