5 Commits
Author SHA1 Message Date
Sandro Bonazzola 50fad388f6 address rpmdeps test suggestions
Subpackage mutter-tests carries 'Requires: libmutter-test-12.so'
which comes from subpackage mutter-devel but does not carry an
explicit package version requirement.

Added 'Requires: mutter-devel = %{version}-%{release}' to the spec
file to avoid the need to test interoperability between various
combinations of old and new subpackages.

Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>
2023-08-07 11:38:02 +02:00
Sandro Bonazzolaandjadahl b584613385 Drop confusing comment from previous commit
Reviewed-On: https://src.fedoraproject.org/rpms/mutter/pull-request/33
Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>
2023-07-12 13:01:40 +00:00
Sandro Bonazzolaandjadahl eaa755b376 Drop build requirement on zenity
Runtime dependency on zenity was already dropped.
Dropping on build require as well as the test requiring it is not
executed while building and we don't ship that test within the built rpms.

Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=2164152
Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>
2023-07-12 13:01:40 +00:00
Sandro Bonazzola bd10ec0137 Drop gtk-doc dependency
gtk-doc is not used anymore in mutter: gi-docgen is now used for
building the documentation.
Not replacing the dependency because API doc generation has been dropped
in commit 7b5a0bf581 so gi-docgen is not
going to be used during the build anyway.

Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>
2023-07-12 11:14:11 +02:00
Sandro Bonazzola 9badd5c9ae move gtk3 only to tests sub-package
mutter doesn't need gtk3 anymore but its testing system still requires
it. Moving the dependency to the tests subpackage only.

Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=2177077
Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>
2023-07-12 10:01:52 +02:00