diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-11-02 10:11:27 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-11-02 10:11:27 +0100 |
commit | 850c23094651ccd0b9af2b991b4a4d2d4e55e7bd (patch) | |
tree | 2ca1656f0c939b8aeea20de5c39540646dcbb94c | |
parent | 1e2bd3dd5038c1c8c479e5ee547c41c9c32e1211 (diff) | |
download | tde-packaging-850c23094651ccd0b9af2b991b4a4d2d4e55e7bd.tar.gz tde-packaging-850c23094651ccd0b9af2b991b4a4d2d4e55e7bd.zip |
RPM Packaging: update tdepim
-rw-r--r-- | redhat/tdepim/tdepim-14.0.0.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/redhat/tdepim/tdepim-14.0.0.spec b/redhat/tdepim/tdepim-14.0.0.spec index f538f2041..0c6e003e0 100644 --- a/redhat/tdepim/tdepim-14.0.0.spec +++ b/redhat/tdepim/tdepim-14.0.0.spec @@ -101,6 +101,13 @@ BuildRequires: update-desktop-files BuildRequires: brp-check-trinity %endif +# GAMIN support +# Not on openSUSE. +%if 0%{?rhel} || 0%{?fedora} || 0%{?mgaversion} || 0%{?mdkversion} +%define with_gamin 1 +BuildRequires: gamin-devel +%endif + # CURL support %if 0%{?fedora} >= 15 BuildRequires: flex-static @@ -2238,7 +2245,7 @@ update-desktop-database %{tde_datadir}/applications > /dev/null 2>&1 || : ########## -%if 0%{?suse_version} || 0%{?pclinuxos} +%if 0%{?pclinuxos} || 0%{?suse_version} && 0%{?opensuse_bs} == 0 %debug_package %endif |