Accepting request 1128001 from home:jengelh:branches:GNOME:Factory

- Replace copypasted summaries by something more concrete

OBS-URL: https://build.opensuse.org/request/show/1128001
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libportal?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2024-01-04 17:49:34 +00:00 committed by Git OBS Bridge
parent 5ad6f3a395
commit 54a88fb243
2 changed files with 22 additions and 17 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 22 00:17:28 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Replace copypasted summaries by something more concrete
-------------------------------------------------------------------
Wed Nov 15 06:43:09 UTC 2023 - Yifan Jiang <yfjiang@suse.com>

View File

@ -21,7 +21,7 @@
Name: libportal
Version: 0.7.1
Release: 0
Summary: A GIO-style async APIs for most Flatpak portals
Summary: A GIO-style async API for most Flatpak portals
License: LGPL-3.0-or-later
URL: https://github.com/flatpak/libportal
Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
@ -44,61 +44,61 @@ BuildRequires: pkgconfig(gtk4)
BuildRequires: pkgconfig(vapigen)
%description
A GIO-style async APIs for most Flatpak portals.
A GIO-style async API for most Flatpak portals.
%package -n %{name}%{sover}
Summary: Shared library for %{name}
Summary: A GIO-style async API for most Flatpak portals
Obsoletes: libportal-1
Provides: libportal-1
%description -n %{name}%{sover}
A GIO-style async APIs for most Flatpak portals.
A GIO-style async API for most Flatpak portals.
This package contains the shared library of %{name}.
%package -n %{name}-gtk3-%{sover}
Summary: Shared library for %{name}
Summary: GTK3 integration for libportal
%description -n %{name}-gtk3-%{sover}
A GIO-style async APIs for most Flatpak portals.
A GIO-style async API for most Flatpak portals.
This package contains the shared library of %{name}.
%package -n %{name}-gtk4-%{sover}
Summary: Shared library for %{name}
Summary: GTK4 integration for libportal
%description -n %{name}-gtk4-%{sover}
A GIO-style async APIs for most Flatpak portals.
A GIO-style async API for most Flatpak portals.
This package contains the shared library of %{name}.
%package -n %{name}-qt5-%{sover}
Summary: Shared library for %{name}
Summary: Qt5 integration for libportal
%description -n %{name}-qt5-%{sover}
A GIO-style async APIs for most Flatpak portals.
A GIO-style async API for most Flatpak portals.
This package contains the shared library of %{name}.
%package -n typelib-1_0-Xdp-1_0
Summary: Introspections files for libportal
%description -n typelib-1_0-Xdp-1_0
A GIO-style async APIs for most Flatpak portals.
A GIO-style async API for most Flatpak portals.
This package contains the introspection files of %{name}.
%package -n typelib-1_0-XdpGtk3-1_0
Summary: Introspections files for libportal
%description -n typelib-1_0-XdpGtk3-1_0
A GIO-style async APIs for most Flatpak portals.
A GIO-style async API for most Flatpak portals.
This package contains the introspection files of %{name}.
%package -n typelib-1_0-XdpGtk4-1_0
Summary: Introspections files for libportal
%description -n typelib-1_0-XdpGtk4-1_0
A GIO-style async APIs for most Flatpak portals.
A GIO-style async API for most Flatpak portals.
This package contains the introspection files of %{name}.
%package devel
Summary: A GIO-style async APIs for most Flatpak portals -- Development files
Summary: Headers for libportal, a GIO async API for Flatpak portals
Requires: %{name}%{sover} = %{version}
Requires: typelib-1_0-Xdp-1_0 = %{version}
@ -107,7 +107,7 @@ The %{name}-devel package contains libraries, build data, and
header files for developing applications that use %{name}.
%package gtk3-devel
Summary: A GIO-style async APIs for most Flatpak portals -- Development files
Summary: Headers for the libportal GTK3 integration library
Requires: %{name}-gtk3-%{sover} = %{version}
Requires: typelib-1_0-XdpGtk3-1_0 = %{version}
@ -116,7 +116,7 @@ The %{name}-gtk3-devel package contains libraries, build data, and
header files for developing applications that use %{name}.
%package gtk4-devel
Summary: A GIO-style async APIs for most Flatpak portals -- Development files
Summary: Headers for the libportal GTK4 integration library
Requires: %{name}-gtk4-%{sover} = %{version}
Requires: typelib-1_0-XdpGtk4-1_0 = %{version}
@ -125,7 +125,7 @@ The %{name}-gtk4-devel package contains libraries, build data, and
header files for developing applications that use %{name}.
%package qt5-devel
Summary: A GIO-style async APIs for most Flatpak portals -- Development files
Summary: Headers for libportal Qt5 integration library
Requires: %{name}-qt5-%{sover} = %{version}
%description qt5-devel