Accepting request 1079472 from X11:Pantheon:Apps
OBS-URL: https://build.opensuse.org/request/show/1079472 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cozy?expand=0&rev=32
This commit is contained in:
commit
2bb327179d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 10 10:55:04 UTC 2023 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
- Drop unnecessary python3-magic dependency
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 21 13:01:42 UTC 2022 - Julian Geywitz <suse@geigi.de>
|
Sun Aug 21 13:01:42 UTC 2022 - Julian Geywitz <suse@geigi.de>
|
||||||
|
|
||||||
|
28
cozy.spec
28
cozy.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cozy
|
# spec file for package cozy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -27,29 +27,28 @@ Source0: https://github.com/geigi/cozy/archive/%{version}.tar.gz#/%{name}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gobject-introspection
|
BuildRequires: gobject-introspection
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
|
BuildRequires: libhandy-devel
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
BuildRequires: python3-gobject
|
BuildRequires: python3-gobject
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
|
||||||
BuildRequires: libhandy-devel
|
|
||||||
BuildRequires: pkgconfig(granite) >= 5.3.0
|
BuildRequires: pkgconfig(granite) >= 5.3.0
|
||||||
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
|
Requires: granite
|
||||||
|
Requires: libhandy-1-0
|
||||||
|
Requires: python3-apsw
|
||||||
Requires: python3-cairo
|
Requires: python3-cairo
|
||||||
Requires: python3-distro
|
Requires: python3-distro
|
||||||
Requires: python3-gst
|
Requires: python3-gst
|
||||||
Requires: python3-magic
|
|
||||||
Requires: python3-mutagen
|
Requires: python3-mutagen
|
||||||
|
Requires: python3-packaging
|
||||||
Requires: python3-peewee >= 3.9.6
|
Requires: python3-peewee >= 3.9.6
|
||||||
Requires: python3-apsw
|
|
||||||
Requires: python3-pytaglib
|
Requires: python3-pytaglib
|
||||||
Requires: libhandy-1-0
|
Requires: python3-pytz
|
||||||
|
Requires: python3-requests
|
||||||
Requires: pkgconfig(libdazzle-1.0)
|
Requires: pkgconfig(libdazzle-1.0)
|
||||||
Requires: granite
|
|
||||||
Requires: python3-pytz
|
|
||||||
Requires: python3-requests
|
|
||||||
Requires: python3-packaging
|
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
Recommends: gstreamer-plugins-base
|
Recommends: gstreamer-plugins-base
|
||||||
Recommends: gstreamer-plugins-good
|
Recommends: gstreamer-plugins-good
|
||||||
@ -59,15 +58,14 @@ Provides: com.github.geigi.cozy = %{version}
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: python3-cairo
|
BuildRequires: python3-cairo
|
||||||
|
BuildRequires: libhandy-1-0
|
||||||
|
BuildRequires: python3-apsw
|
||||||
|
BuildRequires: python3-distro
|
||||||
BuildRequires: python3-gst
|
BuildRequires: python3-gst
|
||||||
BuildRequires: python3-magic
|
|
||||||
BuildRequires: python3-mutagen
|
BuildRequires: python3-mutagen
|
||||||
|
BuildRequires: python3-packaging
|
||||||
BuildRequires: python3-peewee >= 3.9.6
|
BuildRequires: python3-peewee >= 3.9.6
|
||||||
BuildRequires: python3-pytaglib
|
BuildRequires: python3-pytaglib
|
||||||
BuildRequires: python3-distro
|
|
||||||
BuildRequires: python3-apsw
|
|
||||||
BuildRequires: python3-packaging
|
|
||||||
BuildRequires: libhandy-1-0
|
|
||||||
BuildRequires: pkgconfig(libdazzle-1.0)
|
BuildRequires: pkgconfig(libdazzle-1.0)
|
||||||
# /SECTION
|
# /SECTION
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user