From 61e9b32e56b87a0a957cf9f5434bc9e4fc2f47282c5c681caf01c01960133c04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rusmir=20Du=C5=A1ko?= Date: Tue, 9 Dec 2014 16:39:36 +0000 Subject: [PATCH] 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 --- twind.changes | 8 ++++++++ twind.spec | 7 ++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/twind.changes b/twind.changes index 304e69f..97bfb40 100644 --- a/twind.changes +++ b/twind.changes @@ -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 diff --git a/twind.spec b/twind.spec index afd2494..6c2c14e 100644 --- a/twind.spec +++ b/twind.spec @@ -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