+++ /dev/null
-%define PLUGIN_LIBDIR %{_libdir}/plugin
-
-Name: plugin-backend-resourced-rpi
-Summary: Resourced plugin backend for rpi targets
-Version: 0.1.0
-Release: 0
-Group: System/Libraries
-License: Apache-2.0
-Source0: %{name}-%{version}.tar.gz
-Source1: %{name}.manifest
-
-Requires(post): /sbin/ldconfig
-Requires(postun): /sbin/ldconfig
-
-BuildRequires: cmake
-BuildRequires: pkgconfig(glib-2.0)
-BuildRequires: pkgconfig(libsyscommon)
-BuildRequires: pkgconfig(plugin-api-resourced)
-
-%description
-Resourced plugin backend for rpi targets
-
-%prep
-%setup -q
-cp %{SOURCE1} .
-
-%build
-%cmake . -DPLUGIN_NAME=%{name} \
- -DPLUGIN_LIB_DIR=%{PLUGIN_LIBDIR} \
- -DPLUGIN_BACKEND_RESOURCED_MEMORY_LMK_ENABLE_DLOG=1
-
-make %{?jobs:-j%jobs}
-
-%install
-%make_install
-
-%post
-/sbin/ldconfig
-
-%postun
-/sbin/ldconfig
-
-%files
-%defattr(-,root,root,-)
-%manifest %{name}.manifest
-%license LICENSE.Apache-2.0
-%{PLUGIN_LIBDIR}/libplugin-backend-resourced-memory-lmk.so
--- /dev/null
+%define PLUGIN_LIBDIR %{_libdir}/plugin
+
+Name: resourced-generic
+Summary: Resourced plugin backend for rpi targets
+Version: 0.1.0
+Release: 0
+Group: System/Libraries
+License: Apache-2.0
+Source0: %{name}-%{version}.tar.gz
+Source1: %{name}.manifest
+
+Requires(post): /sbin/ldconfig
+Requires(postun): /sbin/ldconfig
+
+BuildRequires: cmake
+BuildRequires: pkgconfig(glib-2.0)
+BuildRequires: pkgconfig(libsyscommon)
+BuildRequires: pkgconfig(plugin-api-resourced)
+
+%description
+Resourced plugin backend for rpi targets
+
+%prep
+%setup -q
+cp %{SOURCE1} .
+
+%build
+%cmake . -DPLUGIN_NAME=%{name} \
+ -DPLUGIN_LIB_DIR=%{PLUGIN_LIBDIR} \
+ -DPLUGIN_BACKEND_RESOURCED_MEMORY_LMK_ENABLE_DLOG=1
+
+make %{?jobs:-j%jobs}
+
+%install
+%make_install
+
+%post
+/sbin/ldconfig
+
+%postun
+/sbin/ldconfig
+
+%files
+%defattr(-,root,root,-)
+%manifest %{name}.manifest
+%license LICENSE.Apache-2.0
+%{PLUGIN_LIBDIR}/libplugin-backend-resourced-memory-lmk.so