forked from GNOME/stamp
56 lines
1.6 KiB
RPMSpec
56 lines
1.6 KiB
RPMSpec
#
|
|
# spec file for package stamp
|
|
#
|
|
# Copyright (c) 2026 SUSE LLC and contributors
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: stamp
|
|
Version: 0.4.0~pre
|
|
Release: 0
|
|
Summary: Email/Calendar/Addressbook client for GNOME
|
|
License: GPL-3.0-or-later
|
|
URL: https://gitlab.com/tabos/stamp.git
|
|
Source: %{name}-%{version}.tar.xz
|
|
BuildRequires: blueprint-compiler
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: meson
|
|
BuildSystem: meson
|
|
|
|
%description
|
|
A modern implementation of a Personal Information Manager for GNOME.
|
|
|
|
Stamp supports Email, calendar and contacts via evolution-data-server and
|
|
gnome-online-accounts
|
|
|
|
%lang_package
|
|
|
|
%generate_buildrequires
|
|
%meson_buildrequires
|
|
|
|
%install -a
|
|
%find_lang %{name}
|
|
|
|
%files
|
|
%{_bindir}/stamp
|
|
%{_libdir}/stamp/
|
|
%{_datadir}/applications/org.tabos.stamp.desktop
|
|
%{_datadir}/glib-2.0/schemas/org.tabos.stamp.gschema.xml
|
|
%{_datadir}/icons/hicolor/*/apps/org.tabos.stamp*
|
|
%{_datadir}/metainfo/org.tabos.stamp.metainfo.xml
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
%changelog
|