Accepting request 582728 from GNOME:Factory

spec-cleaner (forwarded request 581083 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/582728
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-games-scripts?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2018-03-09 09:38:00 +00:00 committed by Git OBS Bridge
commit 806d537588
2 changed files with 9 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 28 16:28:14 UTC 2018 - dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
-------------------------------------------------------------------
Fri Mar 29 21:54:27 UTC 2013 - zaitor@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package gnome-games
# spec file for package gnome-games-scripts
#
# Copyright (c) 2013 SUSE LINUX Products 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
@ -22,9 +22,8 @@ Release: 0
Summary: Build helpers for gnome game packages
License: MIT
Group: Amusements/Games/Other
Url: http://www.gnome.org
URL: http://www.gnome.org
Source0: gnome-games-create-post
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
@ -39,10 +38,9 @@ The script does not serve much purpose out of this usecase.
%install
install -m 0755 -d %{buildroot}%{_bindir}
install -m 755 %{S:0} %{buildroot}%{_bindir}/
install -m 755 %{SOURCE0} %{buildroot}%{_bindir}/
%files
%defattr(-,root,root)
%{_bindir}/gnome-games-create-post
%changelog