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:
parent
1fe53b0960
commit
4a585e6cfd
@ -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
|
Sat Sep 9 16:15:07 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libgnome-games-support
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,19 +20,19 @@ Name: libgnome-games-support
|
|||||||
Version: 1.2.3
|
Version: 1.2.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Internal support library for GNOME games
|
Summary: Internal support library for GNOME games
|
||||||
License: LGPL-3.0+
|
License: LGPL-3.0-or-later
|
||||||
Group: System/Libraries
|
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
|
Source: http://download.gnome.org/sources/libgnome-games-support/1.2/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: gnome-common
|
BuildRequires: gnome-common
|
||||||
BuildRequires: intltool >= 0.50.2
|
BuildRequires: intltool >= 0.50.2
|
||||||
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: vala >= 0.24
|
BuildRequires: vala >= 0.24
|
||||||
BuildRequires: pkgconfig(gee-0.8)
|
BuildRequires: pkgconfig(gee-0.8)
|
||||||
BuildRequires: pkgconfig(gio-2.0) >= 2.40
|
BuildRequires: pkgconfig(gio-2.0) >= 2.40
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.40
|
BuildRequires: pkgconfig(glib-2.0) >= 2.40
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.2
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.2
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libgnome-games-support is a small library intended for internal use by
|
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.
|
with the major version number. The ABI is unstable.
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -74,22 +75,19 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%post -n libgnome-games-support-1-2 -p /sbin/ldconfig
|
%post -n libgnome-games-support-1-2 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -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
|
%files -n libgnome-games-support-1-2
|
||||||
%defattr(-,root,root)
|
%license COPYING.LESSER
|
||||||
%doc COPYING.LESSER COPYING
|
|
||||||
%{_libdir}/libgnome-games-support-1.so.2*
|
%{_libdir}/libgnome-games-support-1.so.2*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_includedir}/gnome-games-support-1/
|
%{_includedir}/gnome-games-support-1/
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_datadir}/vala/
|
%{_datadir}/vala/
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user