Accepting request 667851 from games
- Update to fifechan 0.1.5 * Adds AT key * Add Auto layouting * Bugfixes - Drop unused Debian build files OBS-URL: https://build.opensuse.org/request/show/667851 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fifechan?expand=0&rev=3
This commit is contained in:
commit
9b1ac48ad2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a93b015b5852b8fe2a0a2a6891d3de2cacb196732f670e081d7b7966f9ed1b87
|
||||
size 246181
|
3
fifechan-0.1.5.tar.gz
Normal file
3
fifechan-0.1.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29be5ff4b379e2fc4f88ef7d8bc172342130dd3e77a3061f64c8a75efe4eba73
|
||||
size 272472
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 12 17:51:11 UTC 2019 - marix@marix.org
|
||||
|
||||
- Update to fifechan 0.1.5
|
||||
* Adds AT key
|
||||
* Add Auto layouting
|
||||
* Bugfixes
|
||||
- Drop unused Debian build files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 21 15:14:09 UTC 2017 - jengelh@inai.de
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
#
|
||||
# spec file for package fifechan
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 Matthias Bach <marix@marix.org>.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,22 +17,20 @@
|
||||
#
|
||||
|
||||
|
||||
%define sover 0_1_4
|
||||
%define sover 0_1_5
|
||||
Name: fifechan
|
||||
Version: 0.1.4
|
||||
Version: 0.1.5
|
||||
Release: 0
|
||||
Summary: A C++ GUI library
|
||||
License: LGPL-2.1+
|
||||
License: LGPL-2.1-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://fifengine.github.io/fifechan/
|
||||
Source: https://github.com/fifengine/fifechan/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Url: http://fifengine.github.io/%{name}/
|
||||
Source: https://github.com/fifengine/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: irrlicht-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(SDL2_image)
|
||||
BuildRequires: pkgconfig(SDL2_ttf)
|
||||
BuildRequires: pkgconfig(allegro)
|
||||
BuildRequires: pkgconfig(gl)
|
||||
BuildRequires: pkgconfig(sdl2)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -48,20 +47,6 @@ Group: System/Libraries
|
||||
%description -n lib%{name}%{sover}
|
||||
Main shared library of fifechan.
|
||||
|
||||
%package -n lib%{name}_allegro%{sover}
|
||||
Summary: Allegro extension library of the Fifechan GUI toolkit
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n lib%{name}_allegro%{sover}
|
||||
Allegro extension for the fifechan library.
|
||||
|
||||
%package -n lib%{name}_irrlicht%{sover}
|
||||
Summary: Irrlicht extension library of the Fifechan GUI toolkit
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n lib%{name}_irrlicht%{sover}
|
||||
Irrlicht extension for the fifechan library.
|
||||
|
||||
%package -n lib%{name}_opengl%{sover}
|
||||
Summary: OpenGL extension library of the Fifechan GUI toolkit
|
||||
Group: System/Libraries
|
||||
@ -80,8 +65,6 @@ SDL extension for the fifechan library.
|
||||
Summary: Header files for fifechan
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: lib%{name}%{sover} = %{version}
|
||||
Requires: lib%{name}_allegro%{sover} = %{version}
|
||||
Requires: lib%{name}_irrlicht%{sover} = %{version}
|
||||
Requires: lib%{name}_opengl%{sover} = %{version}
|
||||
Requires: lib%{name}_sdl%{sover} = %{version}
|
||||
|
||||
@ -94,10 +77,6 @@ Development files, such as headers, needed when building packages using fifechan
|
||||
%build
|
||||
%cmake \
|
||||
-DBUILD_FIFECHAN_SHARED=ON \
|
||||
-DENABLE_ALLEGRO=ON \
|
||||
-DBUILD_FIFECHAN_ALLEGRO_SHARED=ON \
|
||||
-DENABLE_IRRLICHT=ON \
|
||||
-DBUILD_FIFECHAN_IRRLICHT_SHARED=ON \
|
||||
-DENABLE_OPENGL=ON \
|
||||
-DENABLE_OPENGL_CONTRIB=OFF \
|
||||
-DBUILD_FIFECHAN_OPENGL_SHARED=ON \
|
||||
@ -110,13 +89,9 @@ make VERBOSE=1 %{?_smp_mflags}
|
||||
%cmake_install
|
||||
|
||||
%post -n lib%{name}%{sover} -p /sbin/ldconfig
|
||||
%post -n lib%{name}_allegro%{sover} -p /sbin/ldconfig
|
||||
%post -n lib%{name}_irrlicht%{sover} -p /sbin/ldconfig
|
||||
%post -n lib%{name}_opengl%{sover} -p /sbin/ldconfig
|
||||
%post -n lib%{name}_sdl%{sover} -p /sbin/ldconfig
|
||||
%postun -n lib%{name}%{sover} -p /sbin/ldconfig
|
||||
%postun -n lib%{name}_allegro%{sover} -p /sbin/ldconfig
|
||||
%postun -n lib%{name}_irrlicht%{sover} -p /sbin/ldconfig
|
||||
%postun -n lib%{name}_opengl%{sover} -p /sbin/ldconfig
|
||||
%postun -n lib%{name}_sdl%{sover} -p /sbin/ldconfig
|
||||
|
||||
@ -130,14 +105,6 @@ make VERBOSE=1 %{?_smp_mflags}
|
||||
%endif
|
||||
%{_libdir}/libfifechan.so.*
|
||||
|
||||
%files -n lib%{name}_allegro%{sover}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libfifechan_allegro.so.*
|
||||
|
||||
%files -n lib%{name}_irrlicht%{sover}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libfifechan_irrlicht.so.*
|
||||
|
||||
%files -n lib%{name}_opengl%{sover}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libfifechan_opengl.so.*
|
||||
|
Loading…
x
Reference in New Issue
Block a user