diff --git a/cdemu-client.spec b/cdemu-client.spec index 2bd1d77..1549a41 100644 --- a/cdemu-client.spec +++ b/cdemu-client.spec @@ -29,7 +29,11 @@ Url: http://cdemu.sf.net/ Source: http://downloads.sf.net/cdemu/%name-%version.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: cmake >= 2.8.5 +%if 0%{?suse_version} BuildRequires: gettext-tools >= 0.15 +%else +BuildRequires: gettext >= 0.15 +%endif BuildRequires: intltool >= 0.21 BuildRequires: python >= 2.6 BuildArch: noarch