forked from pool/gnome-mahjongg
Accepting request 582733 from GNOME:Factory
spec-cleaner (forwarded request 581088 from dimstar) OBS-URL: https://build.opensuse.org/request/show/582733 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-mahjongg?expand=0&rev=19
This commit is contained in:
commit
23cfa56bca
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 28 16:28:35 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Modernize spec-file by calling spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 21 20:25:20 UTC 2016 - zaitor@opensuse.org
|
Wed Sep 21 20:25:20 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-mahjongg
|
# spec file for package gnome-mahjongg
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 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,12 +20,13 @@ Name: gnome-mahjongg
|
|||||||
Version: 3.22.0
|
Version: 3.22.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Mahjong Solitaire Game for GNOME
|
Summary: Mahjong Solitaire Game for GNOME
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: Amusements/Games/Board/Puzzle
|
Group: Amusements/Games/Board/Puzzle
|
||||||
Url: https://live.gnome.org/GnomeMahongg
|
URL: https://live.gnome.org/GnomeMahongg
|
||||||
Source: http://download.gnome.org/sources/gnome-mahjongg/3.22/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gnome-mahjongg/3.22/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: intltool >= 0.50
|
BuildRequires: intltool >= 0.50
|
||||||
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: vala >= 0.24.0
|
BuildRequires: vala >= 0.24.0
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
@ -33,11 +34,10 @@ BuildRequires: pkgconfig(gio-2.0)
|
|||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.40.0
|
BuildRequires: pkgconfig(glib-2.0) >= 2.40.0
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.13.2
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.13.2
|
||||||
BuildRequires: pkgconfig(librsvg-2.0) >= 2.32.0
|
BuildRequires: pkgconfig(librsvg-2.0) >= 2.32.0
|
||||||
|
Recommends: %{name}-lang
|
||||||
# Package was renamed to gnome-mahjongg, following upstreams name change during 3.6 development.
|
# Package was renamed to gnome-mahjongg, following upstreams name change during 3.6 development.
|
||||||
Obsoletes: mahjongg < %{version}
|
Obsoletes: mahjongg < %{version}
|
||||||
Provides: mahjongg = %{version}
|
Provides: mahjongg = %{version}
|
||||||
Recommends: %{name}-lang
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
%glib2_gsettings_schema_requires
|
%glib2_gsettings_schema_requires
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -46,6 +46,7 @@ involves clearing as much of the board as possible by matching
|
|||||||
corresponding tiles and taking them out of play.
|
corresponding tiles and taking them out of play.
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -69,8 +70,8 @@ make %{?_smp_mflags}
|
|||||||
%icon_theme_cache_postun
|
%icon_theme_cache_postun
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license COPYING
|
||||||
%doc COPYING NEWS
|
%doc NEWS
|
||||||
%doc %{_datadir}/help/C/%{name}/
|
%doc %{_datadir}/help/C/%{name}/
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/%{name}/
|
%{_datadir}/%{name}/
|
||||||
|
Loading…
Reference in New Issue
Block a user