%description backend-remote
This package contains the remote backend for %{name}
+%package backend-geoip
+Summary: Geo backend for %{name}
+Group: System Environment/Daemons
+Requires: %{name}%{?_isa} = %{version}-%{release}
+BuildRequires: yaml-cpp-devel
+%global backends %{backends} geoip
+
+%description backend-geoip
+This package contains the geoip backend for %{name}
+It allows different answers to DNS queries coming from different
+IP address ranges or based on the geoipgraphic location
+
%package backend-geo
Summary: Geo backend for %{name}
Group: System Environment/Daemons
%files backend-remote
%{_libdir}/%{name}/libremotebackend.so
+%files backend-geoip
+%{_libdir}/%{name}/libgeoipbackend.so
+
%files backend-geo
%doc modules/geobackend/README
%{_libdir}/%{name}/libgeobackend.so