Update snapshot
This commit is contained in:
parent
d5001da634
commit
8537d91770
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/eglexternalplatform-53bf47c.tar.gz
|
||||
/eglexternalplatform-76e2948.tar.gz
|
||||
|
@ -1,17 +1,19 @@
|
||||
%global commit 53bf47ccd349b7525248687ba0058860168c8580
|
||||
%global date 20170120
|
||||
%global commit 76e29488ca3a34e5ef58a4c83d8cd857b621de2a
|
||||
%global date 20170201
|
||||
%global shortcommit0 %(c=%{commit}; echo ${c:0:7})
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: eglexternalplatform
|
||||
Version: 1.0
|
||||
Release: 0.2%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
||||
Release: 0.3%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
||||
Summary: EGL External Platform Interface headers
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/NVIDIA
|
||||
Source0: %url/%{name}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
%summary
|
||||
|
||||
@ -32,16 +34,22 @@ developing applications that use %{name}.
|
||||
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}%{_libdir}/pkgconfig/
|
||||
install -p -m 0644 eglexternalplatform.pc %{buildroot}%{_libdir}/pkgconfig/
|
||||
mkdir -p %{buildroot}%{_datadir}/pkgconfig/
|
||||
install -p -m 0644 eglexternalplatform.pc %{buildroot}%{_datadir}/pkgconfig/
|
||||
|
||||
%files devel
|
||||
%doc README.md samples
|
||||
%license COPYING
|
||||
%{_includedir}/*
|
||||
%{_libdir}/pkgconfig/eglexternalplatform.pc
|
||||
%{_datadir}/pkgconfig/eglexternalplatform.pc
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 01 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0-0.3.20170201git76e2948
|
||||
- Update snapshot
|
||||
- Change to noarch
|
||||
- Add license file
|
||||
|
||||
* Fri Jan 20 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.0-0.2.20170120git53bf47c
|
||||
- Add date to release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (eglexternalplatform-53bf47c.tar.gz) = e24bd3a34fb7530b0e596306cd33476e06621af7d66aa1a0d2dd0d55d798ca35189e36e98d3ce4b164f5cfbb367a13e6f313a097264e9308e54e06f38e8f95d5
|
||||
SHA512 (eglexternalplatform-76e2948.tar.gz) = 1d29d70c474c8875d363ef5aa7f2a147844fc59423c0b4a90cb7451ad5381bef129a316e4631dfeaf9c10a19bfde8bfbb5c53fa9071e323fca9db7dbbcfa922a
|
||||
|
Loading…
Reference in New Issue
Block a user