forked from pool/gnome-clocks
Accepting request 945941 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/945941 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-clocks?expand=0&rev=46
This commit is contained in:
commit
0944a49afd
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 12 19:25:54 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Add appstream-glib, desktop-file-utils BuildRequires and check
|
||||||
|
section and meson_test macro, run tests during build.
|
||||||
|
- Modernize our Supplements to current standard.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 17 10:21:27 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
Sun Oct 17 10:21:27 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-clocks
|
# spec file for package gnome-clocks
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
# Copyright (c) 2012 Dominique Leuenberger, Amsterdam, The Netherlands.
|
# Copyright (c) 2012 Dominique Leuenberger, Amsterdam, The Netherlands.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -26,6 +26,8 @@ Group: Productivity/Office/Other
|
|||||||
URL: https://live.gnome.org/Design/Apps/Clock
|
URL: https://live.gnome.org/Design/Apps/Clock
|
||||||
Source0: https://download.gnome.org/sources/gnome-clocks/41/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gnome-clocks/41/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
|
BuildRequires: appstream-glib
|
||||||
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: meson >= 0.50.0
|
BuildRequires: meson >= 0.50.0
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -50,7 +52,7 @@ A nice simple app to show the time, date, and alarms.
|
|||||||
Summary: GNOME Clocks -- Search Provider for GNOME Shell
|
Summary: GNOME Clocks -- Search Provider for GNOME Shell
|
||||||
Group: Productivity/Office/Other
|
Group: Productivity/Office/Other
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Supplements: packageand(gnome-shell:%{name})
|
Supplements: (gnome-shell and %{name})
|
||||||
|
|
||||||
%description -n gnome-shell-search-provider-gnome-clocks
|
%description -n gnome-shell-search-provider-gnome-clocks
|
||||||
This package contains a search provider to enable GNOME Shell to get
|
This package contains a search provider to enable GNOME Shell to get
|
||||||
@ -70,6 +72,9 @@ search results from GNOME Clocks.
|
|||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
%fdupes %{buildroot}/%{_datadir}
|
%fdupes %{buildroot}/%{_datadir}
|
||||||
|
|
||||||
|
%check
|
||||||
|
%meson_test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE.md
|
%license LICENSE.md
|
||||||
%doc README.md NEWS
|
%doc README.md NEWS
|
||||||
|
Loading…
Reference in New Issue
Block a user