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
This commit is contained in:
Dominique Leuenberger 2018-03-05 14:05:41 +00:00 committed by Git OBS Bridge
parent 514b1690b1
commit 9d60a04a7c
2 changed files with 10 additions and 5 deletions

View File

@ -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

View File

@ -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