rebuild to remove .la files [release 1.7.7-3mamba;Mon May 06 2024]

This commit is contained in:
Automatic Build System 2024-05-06 22:43:59 +02:00
parent 6ab630626e
commit 69e3d0f9f0
2 changed files with 5 additions and 25 deletions

View File

@ -1,7 +1,6 @@
# libdirectfb
DirectFB is a thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system with support for translucent windows and multiple display layers on top of the Linux Framebuffer Device.
It is a complete hardware abstraction layer with software fallbacks for every graphics operation that is not supported by the underlying hardware.
DirectFB adds graphical power to embedded systems and sets a new standard for graphics under Linux.

View File

@ -2,7 +2,7 @@
%define patchver %(echo %version | cut -d. -f 3)
Name: libdirectfb
Version: 1.7.7
Release: 2mamba
Release: 3mamba
Summary: Graphics abstraction library for the Linux Framebuffer Device
Group: System/Libraries
Vendor: openmamba
@ -33,7 +33,6 @@ BuildRequires: libdrm >= 1:2.4.112
%description
DirectFB is a thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system with support for translucent windows and multiple display layers on top of the Linux Framebuffer Device.
It is a complete hardware abstraction layer with software fallbacks for every graphics operation that is not supported by the underlying hardware.
DirectFB adds graphical power to embedded systems and sets a new standard for graphics under Linux.
@ -44,11 +43,7 @@ Requires: %{name} = %{version}-%{release}
%description devel
DirectFB is a thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system with support for translucent windows and multiple display layers on top of the Linux Framebuffer Device.
It is a complete hardware abstraction layer with software fallbacks for every graphics operation that is not supported by the underlying hardware.
DirectFB adds graphical power to embedded systems and sets a new standard for graphics under Linux.
This package contains static libraries and header files need for development.
This package contains static libraries and header files needed for development.
%package -n directfb-tools
Group: System/Tools
@ -57,8 +52,6 @@ Requires: %{name} = %{version}-%{release}
%description -n directfb-tools
DirectFB is a thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system with support for translucent windows and multiple display layers on top of the Linux Framebuffer Device.
It is a complete hardware abstraction layer with software fallbacks for every graphics operation that is not supported by the underlying hardware.
DirectFB adds graphical power to embedded systems and sets a new standard for graphics under Linux.
This package contains the tools that are provided with the library distribution.
%debug_package
@ -67,7 +60,6 @@ This package contains the tools that are provided with the library distribution.
%setup -q -n DirectFB-%{version}
%build
#CFLAGS="%{optflags} -I/usr/src/linux-$(uname -r)/include"
%configure \
--enable-zlib \
%ifarch arm
@ -116,35 +108,25 @@ This package contains the tools that are provided with the library distribution.
%dir %{_libdir}/directfb-%{majver}-*/
%dir %{_libdir}/directfb-%{majver}-*/gfxdrivers
%{_libdir}/directfb-%{majver}-*/gfxdrivers/lib*.so
%{_libdir}/directfb-%{majver}-*/gfxdrivers/lib*.la
%dir %{_libdir}/directfb-%{majver}-*/inputdrivers
%{_libdir}/directfb-%{majver}-*/inputdrivers/lib*.so
%{_libdir}/directfb-%{majver}-*/inputdrivers/lib*.la
%dir %{_libdir}/directfb-%{majver}-*/interfaces
%dir %{_libdir}/directfb-%{majver}-*/interfaces/ICoreResourceManager
%{_libdir}/directfb-%{majver}-*/interfaces/ICoreResourceManager/libicoreresourcemanager_test.la
%{_libdir}/directfb-%{majver}-*/interfaces/ICoreResourceManager/libicoreresourcemanager_test.so
%dir %{_libdir}/directfb-%{majver}-*/interfaces/IDirectFBFont
%{_libdir}/directfb-%{majver}-*/interfaces/IDirectFBFont/lib*.so
%{_libdir}/directfb-%{majver}-*/interfaces/IDirectFBFont/lib*.la
%dir %{_libdir}/directfb-%{majver}-*/interfaces/IDirectFBImageProvider
%{_libdir}/directfb-%{majver}-*/interfaces/IDirectFBImageProvider/lib*.so
%{_libdir}/directfb-%{majver}-*/interfaces/IDirectFBImageProvider/lib*.la
%dir %{_libdir}/directfb-%{majver}-*/interfaces/IDirectFBVideoProvider
%{_libdir}/directfb-%{majver}-*/interfaces/IDirectFBVideoProvider/lib*.so
%{_libdir}/directfb-%{majver}-*/interfaces/IDirectFBVideoProvider/lib*.la
%dir %{_libdir}/directfb-%{majver}-*/interfaces/IDirectFBWindows
%{_libdir}/directfb-%{majver}-*/interfaces/IDirectFBWindows/libidirectfbwindows_default.la
%{_libdir}/directfb-%{majver}-*/interfaces/IDirectFBWindows/libidirectfbwindows_default.so
%dir %{_libdir}/directfb-%{majver}-*/interfaces/IWater
%{_libdir}/directfb-%{majver}-*/interfaces/IWater/libiwater_default.la
%{_libdir}/directfb-%{majver}-*/interfaces/IWater/libiwater_default.so
%dir %{_libdir}/directfb-%{majver}-*/systems
%{_libdir}/directfb-%{majver}-*/systems/lib*.so
%{_libdir}/directfb-%{majver}-*/systems/lib*.la
%dir %{_libdir}/directfb-%{majver}-*/wm
%{_libdir}/directfb-%{majver}-*/wm/lib*.so
%{_libdir}/directfb-%{majver}-*/wm/lib*.la
%dir %{_datadir}/directfb-%{version}
%{_datadir}/directfb-%{version}/*
%doc AUTHORS COPYING
@ -159,18 +141,17 @@ This package contains the tools that are provided with the library distribution.
%{_includedir}/directfb/*
%dir %{_includedir}/++dfb/
%{_includedir}/++dfb/*
%{_libdir}/lib++dfb.la
%{_libdir}/lib++dfb.so
%{_libdir}/libdirectfb.la
%{_libdir}/libdirectfb.so
%{_libdir}/libdirect.la
%{_libdir}/libdirect.so
%{_libdir}/libfusion.la
%{_libdir}/libfusion.so
%{_libdir}/pkgconfig/*.pc
%doc ChangeLog NEWS README TODO
%changelog
* Mon May 06 2024 Automatic Build System <autodist@openmamba.org> 1.7.7-3mamba
- rebuild to remove .la files
* Sat Jul 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.7-2mamba
- rebuilt with libdrm 2.4.112