Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 98982f7164 | |||
| b0feee1129 |
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 16:39:12 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Drop obsolete update-desktop-files BuildRequires and macro.
|
||||
- Modernized spec, use modern macros.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 21:17:31 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package notification-daemon
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -25,8 +25,8 @@ License: GPL-2.0-or-later
|
||||
Group: System/Daemons
|
||||
URL: https://galago-project.org/
|
||||
Source: https://download.gnome.org/sources/notification-daemon/%{_version}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.27.0
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.5
|
||||
BuildRequires: pkgconfig(x11)
|
||||
@@ -38,25 +38,16 @@ D-BUS notification daemon.
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-static
|
||||
make %{?_smp_mflags} V=1
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%suse_update_desktop_file %{name}
|
||||
|
||||
%if 0%{?suse_version} <= 1315
|
||||
%post
|
||||
%desktop_database_post
|
||||
|
||||
%postun
|
||||
%desktop_database_postun
|
||||
%endif
|
||||
|
||||
%files
|
||||
# README is empty
|
||||
|
||||
Reference in New Issue
Block a user