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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,12 +20,13 @@ Name: gnome-mahjongg
|
||||
Version: 3.22.0
|
||||
Release: 0
|
||||
Summary: Mahjong Solitaire Game for GNOME
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
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
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: intltool >= 0.50
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: vala >= 0.24.0
|
||||
BuildRequires: yelp-tools
|
||||
@ -33,11 +34,10 @@ BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.40.0
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.13.2
|
||||
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.
|
||||
Obsoletes: mahjongg < %{version}
|
||||
Provides: mahjongg = %{version}
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%glib2_gsettings_schema_requires
|
||||
|
||||
%description
|
||||
@ -46,6 +46,7 @@ involves clearing as much of the board as possible by matching
|
||||
corresponding tiles and taking them out of play.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -69,8 +70,8 @@ make %{?_smp_mflags}
|
||||
%icon_theme_cache_postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING NEWS
|
||||
%license COPYING
|
||||
%doc NEWS
|
||||
%doc %{_datadir}/help/C/%{name}/
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/%{name}/
|
||||
|
Loading…
Reference in New Issue
Block a user