forked from pool/libXbgi
Accepting request 808422 from graphics
- Update to release 365 OBS-URL: https://build.opensuse.org/request/show/808422 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXbgi?expand=0&rev=2
This commit is contained in:
commit
a388360320
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 23 14:44:45 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 365
|
||||||
|
* Bugs in xkbhit(), outtext(), and outtextxy() fixed.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 23 13:36:52 UTC 2014 - jengelh@inai.de
|
Thu Jan 23 13:36:52 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
35
libXbgi.spec
35
libXbgi.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libXbgi
|
# spec file for package libXbgi
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,26 +12,25 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: libXbgi
|
Name: libXbgi
|
||||||
%define lname libXbgi1
|
%define lname libXbgi1
|
||||||
Version: 364
|
Version: 365
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: BGI-compatible 2D graphics C library with X11 backend
|
Summary: BGI-compatible 2D graphics C library with X11 backend
|
||||||
License: MIT and GPL-2.0+
|
License: MIT AND GPL-2.0-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://libXbgi.sf.net/
|
URL: http://libXbgi.sf.net/
|
||||||
|
|
||||||
#Freecode-URL: http://freecode.com/projects/libxbgi/
|
#Freecode-URL: http://freecode.com/projects/libxbgi/
|
||||||
Source: http://libxbgi.sf.net/xbgi-%version.tar.gz
|
Source: https://downloads.sf.net/libxbgi/xbgi-%version.tar.gz
|
||||||
Patch1: xbgi-automake.diff
|
Patch1: xbgi-automake.diff
|
||||||
Patch2: xbgi-getpixel.diff
|
Patch2: xbgi-getpixel.diff
|
||||||
Patch3: xbgi-sequence.diff
|
Patch3: xbgi-sequence.diff
|
||||||
Patch4: xbgi-grapherrormsg.diff
|
Patch4: xbgi-grapherrormsg.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@ -47,8 +46,8 @@ implemented.
|
|||||||
|
|
||||||
%package -n %lname
|
%package -n %lname
|
||||||
Summary: BGI-compatible 2D graphics C library
|
Summary: BGI-compatible 2D graphics C library
|
||||||
Group: System/Libraries
|
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %lname
|
%description -n %lname
|
||||||
libXbgi is a Borland Graphics Interface (BGI) emulation library for
|
libXbgi is a Borland Graphics Interface (BGI) emulation library for
|
||||||
@ -59,10 +58,11 @@ implemented.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for the XBGI library
|
Summary: Development files for the XBGI library
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %lname = %version
|
Requires: %lname = %version
|
||||||
Requires: libX11-devel, xorg-x11-proto-devel
|
Requires: libX11-devel
|
||||||
|
Requires: xorg-x11-proto-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
libXbgi is a Borland Graphics Interface (BGI) emulation library for
|
libXbgi is a Borland Graphics Interface (BGI) emulation library for
|
||||||
@ -75,28 +75,25 @@ This package contains the development headers for the library found
|
|||||||
in %lname.
|
in %lname.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn xbgi-%version
|
%autosetup -n xbgi-%version -p1
|
||||||
%patch -P 1 -P 2 -P 3 -P 4 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags} V=1;
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR="%buildroot";
|
%make_install
|
||||||
rm -f "%buildroot/%_libdir"/*.la;
|
rm -f "%buildroot/%_libdir"/*.la
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%post -n %lname -p /sbin/ldconfig
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc License.txt
|
%doc License.txt
|
||||||
%_libdir/libXbgi.so.1*
|
%_libdir/libXbgi.so.1*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%_includedir/graphics.h
|
%_includedir/graphics.h
|
||||||
%_libdir/libXbgi.so
|
%_libdir/libXbgi.so
|
||||||
%doc Functions.txt Using.txt README TODO.txt
|
%doc Functions.txt Using.txt README TODO.txt
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:295fa30ca55bf95e71f580836e7471d3f6d758d570cfc8349c09204424022d3a
|
|
||||||
size 67627
|
|
3
xbgi-365.tar.gz
Normal file
3
xbgi-365.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e070abe1408b5d994ee94fe32afbe6dc2623f45db6458e967917fa98e180949e
|
||||||
|
size 110901
|
Loading…
Reference in New Issue
Block a user