From 54a88fb2437a1506d5477d2adcdc67abac0cc23e6582e75a99beaa1c62d67287 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 4 Jan 2024 17:49:34 +0000 Subject: [PATCH] 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 --- libportal.changes | 5 +++++ libportal.spec | 34 +++++++++++++++++----------------- 2 files changed, 22 insertions(+), 17 deletions(-) diff --git a/libportal.changes b/libportal.changes index 3411b52..cf38677 100644 --- a/libportal.changes +++ b/libportal.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 22 00:17:28 UTC 2023 - Jan Engelhardt + +- Replace copypasted summaries by something more concrete + ------------------------------------------------------------------- Wed Nov 15 06:43:09 UTC 2023 - Yifan Jiang diff --git a/libportal.spec b/libportal.spec index 7652d02..f25fa11 100644 --- a/libportal.spec +++ b/libportal.spec @@ -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