egl-wayland/egl-wayland.spec

101 lines
3.0 KiB
RPMSpec
Raw Normal View History

Name: egl-wayland
Version: 1.1.10
Release: 1mamba
Summary: The EGLStream-based Wayland external platform
Group: Development/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/NVIDIA/egl-wayland
Source: https://github.com/NVIDIA/egl-wayland.git/%{version}/egl-wayland-%{version}.tar.bz2
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: eglexternalplatform-devel
BuildRequires: glibc-devel
BuildRequires: libwayland-devel
## AUTOBUILDREQ-END
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description
The EGLStream-based Wayland external platform.
%package -n lib%{name}
Group: System/Libraries
Summary: The EGLStream-based Wayland external platform
%description -n lib%{name}
The EGLStream-based Wayland external platform.
This package contains shared libraries for %{name}.
%package -n lib%{name}-devel
Group: Development/Libraries
Summary: Development files for %{name}
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
Requires: pkg-config
%description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep
%setup -q
./autogen.sh
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -n lib%{name} -p /sbin/ldconfig
%postun -n lib%{name} -p /sbin/ldconfig
%files -n lib%{name}
%defattr(-,root,root)
%{_libdir}/libnvidia-egl-wayland.so.*
%doc COPYING
%files -n lib%{name}-devel
%defattr(-,root,root)
%{_libdir}/libnvidia-egl-wayland.la
%{_libdir}/libnvidia-egl-wayland.so
%{_datadir}/pkgconfig/wayland-eglstream-protocols.pc
%{_datadir}/pkgconfig/wayland-eglstream.pc
%{_datadir}/wayland-eglstream/wayland-*.xml
%doc README.md
%changelog
* Sat Jun 11 2022 Automatic Build System <autodist@mambasoft.it> 1.1.10-1mamba
- automatic version update by autodist
* Sat Oct 16 2021 Automatic Build System <autodist@mambasoft.it> 1.1.9-1mamba
- automatic version update by autodist
* Sat Sep 04 2021 Automatic Build System <autodist@mambasoft.it> 1.1.8-1mamba
- automatic version update by autodist
* Sun May 16 2021 Automatic Build System <autodist@mambasoft.it> 1.1.7-2mamba
- automatic version update by autodist
* Fri May 14 2021 Automatic Build System <autodist@mambasoft.it> 1.1.7-1mamba
- automatic version update by autodist
* Mon Dec 14 2020 Automatic Build System <autodist@mambasoft.it> 1.1.6-1mamba
- automatic version update by autodist
* Fri May 22 2020 Automatic Build System <autodist@mambasoft.it> 1.1.5-1mamba
- automatic version update by autodist
* Mon Sep 16 2019 Automatic Build System <autodist@mambasoft.it> 1.1.4-1mamba
- automatic version update by autodist
* Sat Sep 07 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.3-1mamba
- package created using the webbuild interface