use less obscure constructs to handle the vendor tag
This commit is contained in:
parent
feeefeb95f
commit
a0dea1330e
20
xsane.spec
20
xsane.spec
@ -1,10 +1,9 @@
|
|||||||
# if you rebuild, please change bugtracker_url accordingly:
|
# if you rebuild, please change bugtracker_url accordingly:
|
||||||
%global bugtracker_url http://bugzilla.redhat.com
|
%global bugtracker_url http://bugzilla.redhat.com
|
||||||
|
|
||||||
%if ! 0%{?fedora}%{?rhel} || 0%{?fedora} >= 19 || 0%{?rhel} >= 7
|
# Drop the vendor tag from Fedora 19 on
|
||||||
%bcond_with desktop_vendor_tag
|
%if 0%{?fedora}%{?rhel} && (0%{?fedora} < 19 || 0%{?rhel} < 7)
|
||||||
%else
|
%global with_desktop_vendor_tag 1
|
||||||
%bcond_without desktop_vendor_tag
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global gimpplugindir %(gimptool --gimpplugindir 2>/dev/null || echo INVALID)/plug-ins
|
%global gimpplugindir %(gimptool --gimpplugindir 2>/dev/null || echo INVALID)/plug-ins
|
||||||
@ -170,7 +169,10 @@ 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 %{?with_desktop_vendor_tag:--vendor fedora} \
|
desktop-file-install \
|
||||||
|
%if %{with desktop_vendor_tag}
|
||||||
|
--vendor fedora \
|
||||||
|
%endif
|
||||||
--dir %{buildroot}%{_datadir}/applications \
|
--dir %{buildroot}%{_datadir}/applications \
|
||||||
src/xsane.desktop
|
src/xsane.desktop
|
||||||
|
|
||||||
@ -209,7 +211,11 @@ 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/%{?with_desktop_vendor_tag:fedora-}xsane.desktop
|
%if %{with desktop_vendor_tag}
|
||||||
|
%{_datadir}/applications/fedora-xsane.desktop
|
||||||
|
%else
|
||||||
|
%{_datadir}/applications/xsane.desktop
|
||||||
|
%endif
|
||||||
%{_datadir}/pixmaps/xsane.xpm
|
%{_datadir}/pixmaps/xsane.xpm
|
||||||
%{iconrootdir}
|
%{iconrootdir}
|
||||||
|
|
||||||
@ -224,7 +230,7 @@ fi
|
|||||||
%{_datadir}/sane/xsane
|
%{_datadir}/sane/xsane
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Mar 06 2013 Nils Philippsen <nils@redhat.com>
|
* Thu Mar 07 2013 Nils Philippsen <nils@redhat.com>
|
||||||
- retain vendor tag up to Fedora 18
|
- retain vendor tag up to Fedora 18
|
||||||
|
|
||||||
* Mon Feb 12 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 0.998-17
|
* Mon Feb 12 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 0.998-17
|
||||||
|
Loading…
Reference in New Issue
Block a user