diff --git a/_service b/_service
deleted file mode 100644
index fae8dd9..0000000
--- a/_service
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
- wcm
- https://github.com/WayfireWM/wcm.git
- git
- git-master
- @PARENT_TAG@
- v(.*)
- v0.8.0
- enable
- dead_mozay@opensuse.org
-
-
-
-
- gz
- *.tar
-
-
\ No newline at end of file
diff --git a/_servicedata b/_servicedata
deleted file mode 100644
index c3c5642..0000000
--- a/_servicedata
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- https://github.com/WayfireWM/wcm.git
- 8b4386ce872023e95b2b6493edb8bb314d2d4747
\ No newline at end of file
diff --git a/wcm-0.8.0.obscpio b/wcm-0.8.0.obscpio
deleted file mode 100644
index 1542201..0000000
--- a/wcm-0.8.0.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:dd50f61661746e4edb8fe73692d38b761876e262ab7e858ef83918aa1000706f
-size 1895436
diff --git a/wcm-0.9.0.tar.xz b/wcm-0.9.0.tar.xz
new file mode 100644
index 0000000..dfab714
--- /dev/null
+++ b/wcm-0.9.0.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8c8605ccb720fb24e58f16c2e2727cd07b6754bd441c9a3f0e715548b4e7c4ae
+size 434076
diff --git a/wcm-0.9.0.tar.xz.sha256sum b/wcm-0.9.0.tar.xz.sha256sum
new file mode 100644
index 0000000..80a2af7
--- /dev/null
+++ b/wcm-0.9.0.tar.xz.sha256sum
@@ -0,0 +1 @@
+8c8605ccb720fb24e58f16c2e2727cd07b6754bd441c9a3f0e715548b4e7c4ae *wcm-0.9.0.tar.xz
diff --git a/wcm.changes b/wcm.changes
index f40509b..2409567 100644
--- a/wcm.changes
+++ b/wcm.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Mon Aug 26 03:55:55 UTC 2024 - Dead Mozay
+
+- Update to version 0.9.0:
+ * No changelog was made available.
+
-------------------------------------------------------------------
Mon Oct 09 05:58:44 UTC 2023 - dead_mozay@opensuse.org
diff --git a/wcm.obsinfo b/wcm.obsinfo
deleted file mode 100644
index 831817c..0000000
--- a/wcm.obsinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-name: wcm
-version: 0.8.0
-mtime: 1695992117
-commit: 8b4386ce872023e95b2b6493edb8bb314d2d4747
diff --git a/wcm.spec b/wcm.spec
index cf77c32..ed31080 100644
--- a/wcm.spec
+++ b/wcm.spec
@@ -15,14 +15,16 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-
+%define major_ver 0.9
+%define minor_ver 0
Name: wcm
-Version: 0.8.0
+Version: %{major_ver}.%{minor_ver}
Release: 0
Summary: Wayfire Config Manager
License: MIT
Url: https://wayfire.org/
-Source: %{name}-%{version}.tar.gz
+Source0: https://github.com/WayfireWM/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
+Source1: https://github.com/WayfireWM/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz.sha256sum
BuildRequires: meson
BuildRequires: gcc-c++
BuildRequires: update-desktop-files
@@ -30,19 +32,20 @@ BuildRequires: pkgconfig(wayfire)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(libevdev)
-BuildRequires: pkgconfig(wf-config)
-BuildRequires: pkgconfig(wf-shell)
+BuildRequires: pkgconfig(wf-config) >= %{major_ver}
+BuildRequires: pkgconfig(wf-shell) >= %{major_ver}
BuildRequires: pkgconfig(gtkmm-3.0)
BuildRequires: pkgconfig(xkbregistry)
BuildRequires: pkgconfig(wlroots) >= 0.16.0
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-protocols)
-Requires: wayfire
+Requires: wayfire >= %{major_ver}
%description
Wayfire Config Manager https://wayfire.org/.
%prep
+echo "`grep %{name}-%{version}.tar.xz %{SOURCE1} | grep -Eo '^[0-9a-f]+'` %{SOURCE0}" | sha256sum -c
%autosetup -p1
%build
@@ -53,6 +56,9 @@ Wayfire Config Manager https://wayfire.org/.
%meson_install
%suse_update_desktop_file -G -r wayfire-config-manager "Wayfire Config Manager" "Settings;DesktopSettings"
+%check
+%meson_test
+
%files
%license LICENSE
%{_bindir}/%{name}