diff --git a/cozy.changes b/cozy.changes index b705b82..9f69d9a 100644 --- a/cozy.changes +++ b/cozy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 10 15:38:45 UTC 2024 - Jaime Marquínez Ferrándiz + +- Fix build by adding missing dependency and using correct filename + ------------------------------------------------------------------- Sat Mar 23 13:01:30 UTC 2024 - Julian Geywitz diff --git a/cozy.spec b/cozy.spec index e5cca42..6fd2b6c 100644 --- a/cozy.spec +++ b/cozy.spec @@ -1,7 +1,7 @@ # # spec file for package cozy # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -36,6 +36,7 @@ BuildRequires: python3-setuptools BuildRequires: update-desktop-files BuildRequires: pkgconfig(granite) >= 5.3.0 BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(libadwaita-1) Requires: granite Requires: libhandy-1-0 Requires: python3-apsw @@ -91,7 +92,7 @@ Play and organize your audio book collection. %files %defattr(0644,root,root,0755) %license LICENSE -%doc AUTHORS README.md +%doc AUTHORS.md README.md %attr(0755,root,root) %{_bindir}/com.github.geigi.cozy %{_datadir}/applications/com.github.geigi.cozy.desktop %{_datadir}/glib-2.0/schemas/com.github.geigi.cozy.gschema.xml