Scripted push of GNOME:Next, RC release
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-contacts?expand=0&rev=166
This commit is contained in:
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.osc
|
19
_service
Normal file
19
_service
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-contacts.git</param>
|
||||
<param name="revision">48.beta</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
||||
|
3
gnome-contacts-46.0.obscpio
Normal file
3
gnome-contacts-46.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8a1b011dc772bfae9aea4a3298ad4e624a47e4e2a216efdfb3d455baf39f55d
|
||||
size 3099660
|
3
gnome-contacts-47.0.obscpio
Normal file
3
gnome-contacts-47.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0a0d448577b79a4a49097902fce8f54c4182a3ae90247efb3e0201b702f74aa
|
||||
size 3233804
|
3
gnome-contacts-47.1.1.obscpio
Normal file
3
gnome-contacts-47.1.1.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3db37ef9348ead3d4cbfd440300673be6d03e2e7d344fe87fe1c1ce84bb4add
|
||||
size 3236876
|
3
gnome-contacts-48.beta.obscpio
Normal file
3
gnome-contacts-48.beta.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe33a62e8ed10d70a83619743857ee322c77ef49ea90cff33d5223201b12e3e1
|
||||
size 3145740
|
1314
gnome-contacts.changes
Normal file
1314
gnome-contacts.changes
Normal file
File diff suppressed because it is too large
Load Diff
4
gnome-contacts.obsinfo
Normal file
4
gnome-contacts.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
name: gnome-contacts
|
||||
version: 48.beta
|
||||
mtime: 1739308006
|
||||
commit: 31d52a7e4894a7b8c28bbdbc009841e7f85a9417
|
128
gnome-contacts.spec
Normal file
128
gnome-contacts.spec
Normal file
@@ -0,0 +1,128 @@
|
||||
#
|
||||
# spec file for package gnome-contacts
|
||||
#
|
||||
# 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
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
%define eds_version 3.42
|
||||
%define folks_version 0.14
|
||||
%define glib_version 2.64
|
||||
|
||||
Name: gnome-contacts
|
||||
Version: 48.beta
|
||||
Release: 0
|
||||
Summary: Contacts Manager for GNOME
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Office/Other
|
||||
URL: https://wiki.gnome.org/Apps/Contacts
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: docbook_4
|
||||
BuildRequires: meson >= 0.50
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: vala >= 0.56.11
|
||||
BuildRequires: xsltproc
|
||||
BuildRequires: pkgconfig(folks) >= %{folks_version}
|
||||
BuildRequires: pkgconfig(folks-eds) >= %{folks_version}
|
||||
BuildRequires: pkgconfig(gee-0.8)
|
||||
BuildRequires: pkgconfig(geocode-glib-1.0) >= 3.15.3
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib_version}
|
||||
BuildRequires: pkgconfig(glib-2.0) >= %{glib_version}
|
||||
BuildRequires: pkgconfig(gmodule-export-2.0) >= %{glib_version}
|
||||
BuildRequires: pkgconfig(goa-1.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||
BuildRequires: pkgconfig(gtk4) >= 4.12
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= 1.4.alpha
|
||||
BuildRequires: pkgconfig(libebook-1.2) >= %{eds_version}
|
||||
BuildRequires: pkgconfig(libedataserver-1.2) >= %{eds_version}
|
||||
BuildRequires: pkgconfig(libportal)
|
||||
BuildRequires: pkgconfig(libportal-gtk4) >= 0.6
|
||||
BuildRequires: pkgconfig(libqrencode) >= 4.1.1
|
||||
|
||||
%description
|
||||
The integraded address book for GNOME.
|
||||
|
||||
Among its features are:
|
||||
|
||||
* Search for and view contacts;
|
||||
* Edit contact details and make new contacts;
|
||||
* Integration with online address books;
|
||||
* Automatic linking of contacts from different online sources.
|
||||
|
||||
%package -n gnome-shell-search-provider-contacts
|
||||
Summary: Contacts Manager for GNOME -- Search Provider for GNOME Shell
|
||||
Group: Productivity/Office/Other
|
||||
Requires: %{name} = %{version}
|
||||
Requires: gnome-shell
|
||||
Supplements: (%{name} and gnome-shell)
|
||||
|
||||
%description -n gnome-shell-search-provider-contacts
|
||||
The integraded address book for GNOME.
|
||||
|
||||
Among its features are:
|
||||
|
||||
* Search for and view contacts;
|
||||
* Edit contact details and make new contacts;
|
||||
* Integration with online address books;
|
||||
* Automatic linking of contacts from different online sources.
|
||||
|
||||
This package contains a search provider to enable GNOME Shell to get
|
||||
search results from contacts.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson \
|
||||
-Dmanpage=true \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%{_mandir}/man1/gnome-contacts.1%{ext_man}
|
||||
%{_bindir}/gnome-contacts
|
||||
%dir %{_datadir}/metainfo
|
||||
%{_datadir}/metainfo/org.gnome.Contacts.metainfo.xml
|
||||
%{_datadir}/applications/org.gnome.Contacts.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.Contacts.service
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.Contacts.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*/*/org.gnome.Contacts*
|
||||
%dir %{_libexecdir}/gnome-contacts
|
||||
%{_libexecdir}/gnome-contacts/gnome-contacts-parser
|
||||
|
||||
%files -n gnome-shell-search-provider-contacts
|
||||
%{_datadir}/dbus-1/services/org.gnome.Contacts.SearchProvider.service
|
||||
%dir %{_datadir}/gnome-shell
|
||||
%dir %{_datadir}/gnome-shell/search-providers
|
||||
%{_datadir}/gnome-shell/search-providers/org.gnome.Contacts.search-provider.ini
|
||||
%{_libexecdir}/gnome-contacts-search-provider
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
Reference in New Issue
Block a user