From 9d60a04a7c47dd2de66a6858e36cc7d24e6f1b59e7d75ea4c010153a7a2d06f8 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 5 Mar 2018 14:05:41 +0000 Subject: [PATCH 1/2] Accepting request 581442 from GNOME:Next spec-cleaner OBS-URL: https://build.opensuse.org/request/show/581442 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gsound?expand=0&rev=6 --- gsound.changes | 5 +++++ gsound.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/gsound.changes b/gsound.changes index 3cd4525..451f942 100644 --- a/gsound.changes +++ b/gsound.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 28 23:40:47 UTC 2018 - dimstar@opensuse.org + +- Package COPYING as %license instead of %doc. + ------------------------------------------------------------------- Mon Nov 2 09:54:30 UTC 2015 - zaitor@opensuse.org diff --git a/gsound.spec b/gsound.spec index 9d54eb0..90617f9 100644 --- a/gsound.spec +++ b/gsound.spec @@ -1,7 +1,7 @@ # # spec file for package gsound # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2014 Bjørn Lie, Bryne, Norway. # # All modifications and additions to the file contributed by third parties @@ -22,14 +22,14 @@ Name: gsound Version: 1.0.2 Release: 0 Summary: A small library for playing system sounds -License: LGPL-2.1 +License: LGPL-2.1-only Group: System/Libraries -Url: https://wiki.gnome.org/Projects/GSound +URL: https://wiki.gnome.org/Projects/GSound Source: http://download.gnome.org/sources/gsound/1.0/gsound-%{version}.tar.xz +BuildRequires: pkgconfig BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(libcanberra) BuildRequires: pkgconfig(vapigen) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description GSound is a small library for playing system sounds. @@ -94,7 +94,7 @@ rm %{buildroot}%{_libdir}/libgsound.la %files -n %{soname} %defattr(-,root,root) -%doc COPYING +%license COPYING %{_libdir}/libgsound.so.* %files devel From 2a73afbf05f5c92a8c0b91bfdb2af0eddb4a7437f22f44c4f5941b8086a06665 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 5 Mar 2018 15:42:21 +0000 Subject: [PATCH 2/2] Accepting request 582982 from home:jengelh:branches:GNOME:Factory - Fix SRPM group. Ensure neutrality of descriptions. OBS-URL: https://build.opensuse.org/request/show/582982 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gsound?expand=0&rev=7 --- gsound.changes | 5 +++++ gsound.spec | 22 +++++++++++----------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/gsound.changes b/gsound.changes index 451f942..7590dd6 100644 --- a/gsound.changes +++ b/gsound.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 5 14:52:47 UTC 2018 - jengelh@inai.de + +- Fix SRPM group. Ensure neutrality of descriptions. + ------------------------------------------------------------------- Wed Feb 28 23:40:47 UTC 2018 - dimstar@opensuse.org diff --git a/gsound.spec b/gsound.spec index 90617f9..5aaa6c5 100644 --- a/gsound.spec +++ b/gsound.spec @@ -21,10 +21,10 @@ Name: gsound Version: 1.0.2 Release: 0 -Summary: A small library for playing system sounds +Summary: A library for playing system sounds License: LGPL-2.1-only -Group: System/Libraries -URL: https://wiki.gnome.org/Projects/GSound +Group: Development/Libraries/GNOME +Url: https://wiki.gnome.org/Projects/GSound Source: http://download.gnome.org/sources/gsound/1.0/gsound-%{version}.tar.xz BuildRequires: pkgconfig BuildRequires: pkgconfig(gobject-introspection-1.0) @@ -32,18 +32,18 @@ BuildRequires: pkgconfig(libcanberra) BuildRequires: pkgconfig(vapigen) %description -GSound is a small library for playing system sounds. +GSound is a library for playing system sounds. It's designed to be used via GObject Introspection, -and is a thin wrapper around the libcanberra C library. +and is a wrapper around the libcanberra C library. %package -n %{soname} Summary: Shared library for gsound Group: System/Libraries %description -n %{soname} -GSound is a small library for playing system sounds. +GSound is a library for playing system sounds. It's designed to be used via GObject Introspection, -and is a thin wrapper around the libcanberra C library. +and is a wrapper around the libcanberra C library. This package provides the shared library for gsound. @@ -52,9 +52,9 @@ Summary: Gobject introspection files for gsound Group: System/Libraries %description -n typelib-1_0-GSound-1_0 -GSound is a small library for playing system sounds. +GSound is a library for playing system sounds. It's designed to be used via GObject Introspection, -and is a thin wrapper around the libcanberra C library. +and is a wrapper around the libcanberra C library. %package devel Summary: Development files for gsound @@ -63,9 +63,9 @@ Requires: %{soname} = %{version} Requires: typelib-1_0-GSound-1_0 = %{version} %description devel -GSound is a small library for playing system sounds. +GSound is a library for playing system sounds. It's designed to be used via GObject Introspection, -and is a thin wrapper around the libcanberra C library. +and is a wrapper around the libcanberra C library. This package provides files needed for developing applications with gsound.