1
0

Accepting request 581388 from GNOME:Next

spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/581388
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libgnome-games-support?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2018-03-05 14:00:51 +00:00 committed by Git OBS Bridge
parent 1fe53b0960
commit 4a585e6cfd
2 changed files with 12 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
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

View File

@ -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+
License: LGPL-3.0-or-later
Group: System/Libraries
Url: https://git.gnome.org/browse/libgnome-games-support/
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