diff --git a/libgnome-games-support.changes b/libgnome-games-support.changes index 084d634..43d7c25 100644 --- a/libgnome-games-support.changes +++ b/libgnome-games-support.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Mar 5 15:24:47 UTC 2018 - jengelh@inai.de + +- Fix SRPM group. + +------------------------------------------------------------------- +Wed Feb 28 16:34:47 UTC 2018 - dimstar@opensuse.org + +- Modernize spec-file by calling spec-cleaner + ------------------------------------------------------------------- Sat Sep 9 16:15:07 UTC 2017 - dimstar@opensuse.org diff --git a/libgnome-games-support.spec b/libgnome-games-support.spec index 011a817..da1e0c1 100644 --- a/libgnome-games-support.spec +++ b/libgnome-games-support.spec @@ -1,7 +1,7 @@ # # spec file for package libgnome-games-support # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,19 +20,19 @@ Name: libgnome-games-support Version: 1.2.3 Release: 0 Summary: Internal support library for GNOME games -License: LGPL-3.0+ -Group: System/Libraries +License: LGPL-3.0-or-later +Group: Development/Libraries/GNOME Url: https://git.gnome.org/browse/libgnome-games-support/ Source: http://download.gnome.org/sources/libgnome-games-support/1.2/%{name}-%{version}.tar.xz BuildRequires: gnome-common BuildRequires: intltool >= 0.50.2 +BuildRequires: pkgconfig BuildRequires: vala >= 0.24 BuildRequires: pkgconfig(gee-0.8) BuildRequires: pkgconfig(gio-2.0) >= 2.40 BuildRequires: pkgconfig(glib-2.0) >= 2.40 BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.2 Recommends: %{name}-lang -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description libgnome-games-support is a small library intended for internal use by @@ -61,6 +61,7 @@ GNOME Games, but it may be used by others. The API will only break with the major version number. The ABI is unstable. %lang_package + %prep %setup -q @@ -74,22 +75,19 @@ find %{buildroot} -type f -name "*.la" -delete -print %find_lang %{name} %post -n libgnome-games-support-1-2 -p /sbin/ldconfig - %postun -n libgnome-games-support-1-2 -p /sbin/ldconfig %files -n libgnome-games-support-1-2 -%defattr(-,root,root) -%doc COPYING.LESSER COPYING +%license COPYING.LESSER + %{_libdir}/libgnome-games-support-1.so.2* %files devel -%defattr(-,root,root) %{_includedir}/gnome-games-support-1/ %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %{_datadir}/vala/ %files lang -f %{name}.lang -%defattr(-,root,root) %changelog