forked from pool/raylib
Accepting request 540482 from devel:libraries:c_c++
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/540482 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/raylib?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 3 11:50:40 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Description grammar update.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 23 09:03:01 UTC 2017 - mvetter@suse.com
|
Mon Oct 23 09:03:01 UTC 2017 - mvetter@suse.com
|
||||||
|
|
||||||
|
|||||||
12
raylib.spec
12
raylib.spec
@@ -19,7 +19,7 @@
|
|||||||
Name: raylib
|
Name: raylib
|
||||||
Version: 1.8.0
|
Version: 1.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C library to learn video game programming
|
Summary: C library for learning video game programming
|
||||||
License: Zlib
|
License: Zlib
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://www.raylib.com
|
Url: http://www.raylib.com
|
||||||
@@ -31,8 +31,8 @@ BuildRequires: openal-soft-devel
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A C library to learn videogames programming.
|
A C library for learning video game programming.
|
||||||
raylib is highly inspired by Borland BGI graphics lib and by XNA framework.
|
raylib is inspired by the Borland BGI graphics library and by the XNA framework.
|
||||||
|
|
||||||
%package -n raylib-devel
|
%package -n raylib-devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
@@ -41,14 +41,14 @@ Requires: openal-soft-devel
|
|||||||
Requires: libraylib1 = %{version}
|
Requires: libraylib1 = %{version}
|
||||||
|
|
||||||
%description -n raylib-devel
|
%description -n raylib-devel
|
||||||
Development files and headers for %{name}
|
Development files and headers for %{name}.
|
||||||
|
|
||||||
%package -n libraylib1
|
%package -n libraylib1
|
||||||
Summary: C library to learn video game programming
|
Summary: C library for learning video game programming
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libraylib1
|
%description -n libraylib1
|
||||||
C library to learn videogames programming
|
A C library for learning video game programming.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|||||||
Reference in New Issue
Block a user