diff --git a/build-aux/fggl.spec b/build-aux/fggl.spec
new file mode 100644
index 0000000000000000000000000000000000000000..f2dc47be1e723be26a41b6dd56ffdc7960b7ad24
--- /dev/null
+++ b/build-aux/fggl.spec
@@ -0,0 +1,31 @@
+Name: fggl
+Version: 0.1.0
+Release: 1%{?dist}
+Summary: FOSS Galaxy game library
+
+License: LGPLv3
+
+# The source was pulled from github
+source0: https://git.fossgalaxy.com/gamedev/fggl/-/archive/develop/fggl-develop.zip
+
+BuildRequires: g++
+BuildRequires: cmake
+
+%description
+%{summary}.
+
+%prep
+%setup
+
+%build
+%cmake
+%cmake_build
+
+%install
+%cmake_install
+
+%check
+%ctest
+
+%files
+