Accepting request 264477 from home:nemysis:branches:games
Please accept these changes. OBS-URL: https://build.opensuse.org/request/show/264477 OBS-URL: https://build.opensuse.org/package/show/games/twind?expand=0&rev=9
This commit is contained in:
parent
50349370b8
commit
61e9b32e56
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 8 22:08:24 UTC 2014 - nemysis@gmx.ch
|
||||
|
||||
- Use CFLAGS="%{optflags}" to fix
|
||||
'File is compiled without RPM_OPT_FLAGS'
|
||||
- Install icon in %{_datadir}/icons/hicolor/-x-/apps/
|
||||
instead of %{_datadir}/pixmaps/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 14 20:30:22 UTC 2014 - nemysis@gmx.ch
|
||||
|
||||
|
@ -34,6 +34,7 @@ BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(SDL_image)
|
||||
BuildRequires: pkgconfig(SDL_mixer)
|
||||
BuildRequires: pkgconfig(sdl)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
The object of the game is to remove all of the blocks from the screen
|
||||
@ -53,7 +54,7 @@ sed -i -e 's|chown |true |g' \
|
||||
Makefile
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} CFLAGS="%{optflags}"
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
@ -62,7 +63,7 @@ make install BIN_PREFIX=%{buildroot}%{_bindir}/ \
|
||||
HIGH_SCORE_PREFIX=%{buildroot}%{_localstatedir}/games/twindistress/
|
||||
|
||||
# install icon
|
||||
install -Dm 0644 graphics/%{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
|
||||
install -Dm 0644 graphics/%{name}.png %{buildroot}/%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
|
||||
|
||||
# install Desktop file
|
||||
install -Dm 0644 %{S:1} %{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||
@ -77,7 +78,7 @@ install -Dm 0644 %{S:1} %{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||
%doc AUTHORS COPYING CREDITS ChangeLog NEWS README
|
||||
%attr(0755,root,games) %{_bindir}/%{name}
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/pixmaps/%{name}.png
|
||||
%{_datadir}/icons/hicolor/
|
||||
%{_datadir}/%{name}
|
||||
%attr(0775,root,games) %{_localstatedir}/games/twindistress
|
||||
# Correct Permissions
|
||||
|
Loading…
x
Reference in New Issue
Block a user