%global debug_package %{nil} Name: eglexternalplatform Summary: EGL External Platform Interface headers Version: 1.1 Release: 1%{?_dist_release} Group: system Distribution: Vine Linux Vendor: Project Vine License: MIT URL: https://github.com/NVIDIA Source0: https://github.com/NVIDIA/eglexternalplatform/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildArch: noarch %description %summary %package devel Summary: Development files for %{name} Group: programming %description devel The %{name}-devel package contains the header files for developing applications that use %{name}. %prep %autosetup %build %install mkdir -p %{buildroot}%{_includedir}/ install -p -m 0644 interface/eglexternalplatform.h %{buildroot}%{_includedir}/ install -p -m 0644 interface/eglexternalplatformversion.h %{buildroot}%{_includedir}/ mkdir -p %{buildroot}%{_datadir}/pkgconfig/ install -p -m 0644 eglexternalplatform.pc %{buildroot}%{_datadir}/pkgconfig/ %files devel %doc README.md samples %license COPYING %{_includedir}/* %{_datadir}/pkgconfig/eglexternalplatform.pc %changelog * Sat Mar 27 2021 Tomohiro "Tomo-p" KATO - 1.1-1 - initial build for Vine Linux. * Tue Jan 26 2021 Fedora Release Engineering - 1.1-0.6.20180916git7c8f8e2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering - 1.1-0.5.20180916git7c8f8e2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jan 28 2020 Fedora Release Engineering - 1.1-0.4.20180916git7c8f8e2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Jul 24 2019 Fedora Release Engineering - 1.1-0.3.20180916git7c8f8e2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Jan 31 2019 Fedora Release Engineering - 1.1-0.2.20180916git7c8f8e2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Aug 20 2018 Leigh Scott - 1.1-0.1.20180916git7c8f8e2 - Update snapshot * Thu Jul 12 2018 Fedora Release Engineering - 1.0-0.7.20170201git76e2948 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 1.0-0.6.20170201git76e2948 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 1.0-0.5.20170201git76e2948 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 1.0-0.4.20170201git76e2948 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Feb 01 2017 Leigh Scott - 1.0-0.3.20170201git76e2948 - Update snapshot - Change to noarch - Add license file * Fri Jan 20 2017 Leigh Scott - 1.0-0.2.20170120git53bf47c - Add date to release * Thu Jan 19 2017 Leigh Scott - 1.0-0.1.git53bf47c - First build