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:
parent
514b1690b1
commit
9d60a04a7c
@ -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
|
Mon Nov 2 09:54:30 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
10
gsound.spec
10
gsound.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gsound
|
# 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.
|
# Copyright (c) 2014 Bjørn Lie, Bryne, Norway.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -22,14 +22,14 @@ Name: gsound
|
|||||||
Version: 1.0.2
|
Version: 1.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A small library for playing system sounds
|
Summary: A small library for playing system sounds
|
||||||
License: LGPL-2.1
|
License: LGPL-2.1-only
|
||||||
Group: System/Libraries
|
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
|
Source: http://download.gnome.org/sources/gsound/1.0/gsound-%{version}.tar.xz
|
||||||
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
BuildRequires: pkgconfig(libcanberra)
|
BuildRequires: pkgconfig(libcanberra)
|
||||||
BuildRequires: pkgconfig(vapigen)
|
BuildRequires: pkgconfig(vapigen)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GSound is a small library for playing system sounds.
|
GSound is a small library for playing system sounds.
|
||||||
@ -94,7 +94,7 @@ rm %{buildroot}%{_libdir}/libgsound.la
|
|||||||
|
|
||||||
%files -n %{soname}
|
%files -n %{soname}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING
|
%license COPYING
|
||||||
%{_libdir}/libgsound.so.*
|
%{_libdir}/libgsound.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
Reference in New Issue
Block a user