Accepting request 576398 from games
OBS-URL: https://build.opensuse.org/request/show/576398 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lugaru?expand=0&rev=4
This commit is contained in:
commit
faad410cf9
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 13 20:07:33 UTC 2018 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- DO not buildrequire xorg-x11-devel metapackage
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 26 11:06:25 UTC 2017 - ngompa13@gmail.com
|
Fri May 26 11:06:25 UTC 2017 - ngompa13@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lugaru
|
# spec file for package lugaru
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2017 Neal Gompa <ngompa13@gmail.com>.
|
# Copyright (c) 2017 Neal Gompa <ngompa13@gmail.com>.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -47,7 +47,7 @@ BuildRequires: hicolor-icon-theme
|
|||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: xorg-x11-devel
|
BuildRequires: pkgconfig(gl)
|
||||||
BuildRequires: pkgconfig(glu)
|
BuildRequires: pkgconfig(glu)
|
||||||
BuildRequires: pkgconfig(libpng)
|
BuildRequires: pkgconfig(libpng)
|
||||||
BuildRequires: pkgconfig(ogg)
|
BuildRequires: pkgconfig(ogg)
|
||||||
@ -93,10 +93,10 @@ This package contains arch-independent data files for the game Lugaru.
|
|||||||
%cmake -DSYSTEM_INSTALL=ON \
|
%cmake -DSYSTEM_INSTALL=ON \
|
||||||
-DCMAKE_INSTALL_DATADIR=%{_datadir}
|
-DCMAKE_INSTALL_DATADIR=%{_datadir}
|
||||||
|
|
||||||
make VERBOSE=1 %{?_smp_mflags}
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install -C build
|
%cmake_install
|
||||||
|
|
||||||
%fdupes %{buildroot}%{_datadir}
|
%fdupes %{buildroot}%{_datadir}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user