forked from pool/eglexternalplatform
Accepting request 904038 from home:gmbr3:Active
- Use better tarball URL - Run spec-cleaner OBS-URL: https://build.opensuse.org/request/show/904038 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/eglexternalplatform?expand=0&rev=8
This commit is contained in:
parent
83b3a7f232
commit
56096715ae
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 4 17:10:01 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
- Use better tarball URL
|
||||
- Run spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 1 22:31:22 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -19,14 +19,12 @@
|
||||
Name: eglexternalplatform
|
||||
Version: 1.1
|
||||
Release: 0
|
||||
URL: https://github.com/NVIDIA/eglexternalplatform
|
||||
Summary: The EGL External Platform interface
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
Source: https://github.com/NVIDIA/eglexternalplatform/archive/refs/tags/%{version}.tar.gz
|
||||
|
||||
# Build-time parameters
|
||||
BuildRequires: pkg-config
|
||||
URL: https://github.com/NVIDIA/eglexternalplatform
|
||||
Source0: https://github.com/NVIDIA/eglexternalplatform/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: pkgconfig
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -49,15 +47,15 @@ EGL functions.
|
||||
%build
|
||||
|
||||
%install
|
||||
install -d -m0755 %{buildroot}/%{_datadir}/pkgconfig
|
||||
install -d -m0755 %{buildroot}/%{_includedir}/EGL
|
||||
install -m0644 eglexternalplatform.pc %{buildroot}/%{_datadir}/pkgconfig/
|
||||
install -m0644 interface/*.h %{buildroot}/%{_includedir}/EGL/
|
||||
install -d -m0755 %{buildroot}%{_datadir}/pkgconfig
|
||||
install -d -m0755 %{buildroot}%{_includedir}/EGL
|
||||
install -m0644 eglexternalplatform.pc %{buildroot}%{_datadir}/pkgconfig
|
||||
install -m0644 interface/*.h %{buildroot}%{_includedir}/EGL
|
||||
|
||||
%files devel
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%{_datadir}/pkgconfig/eglexternalplatform.pc
|
||||
%{_includedir}/EGL/
|
||||
%{_includedir}/EGL
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user