Switch to release
This commit is contained in:
parent
dcd6ffdc3b
commit
9f2aa931aa
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/eglexternalplatform-53bf47c.tar.gz
|
/eglexternalplatform-53bf47c.tar.gz
|
||||||
/eglexternalplatform-76e2948.tar.gz
|
/eglexternalplatform-76e2948.tar.gz
|
||||||
/eglexternalplatform-7c8f8e2.tar.gz
|
/eglexternalplatform-7c8f8e2.tar.gz
|
||||||
|
/eglexternalplatform-1.1.tar.gz
|
||||||
|
@ -1,16 +1,13 @@
|
|||||||
%global commit 7c8f8e2218e46b1a4aa9538520919747f1184d86
|
|
||||||
%global date 20180916
|
|
||||||
%global shortcommit0 %(c=%{commit}; echo ${c:0:7})
|
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: eglexternalplatform
|
Name: eglexternalplatform
|
||||||
Version: 1.1
|
Version: 1.1
|
||||||
Release: 0.7%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
Release: 1
|
||||||
Summary: EGL External Platform Interface headers
|
Summary: EGL External Platform Interface headers
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/NVIDIA
|
URL: https://github.com/NVIDIA
|
||||||
Source0: %url/%{name}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
|
Source0: %url/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -26,7 +23,7 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{commit}
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -45,6 +42,9 @@ install -p -m 0644 eglexternalplatform.pc %{buildroot}%{_datadir}/pkgconfig/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 18 2021 Leigh Scott <leigh123linux@gmail.com> - 1.1-1
|
||||||
|
- Switch to release
|
||||||
|
|
||||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-0.7.20180916git7c8f8e2
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-0.7.20180916git7c8f8e2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (eglexternalplatform-7c8f8e2.tar.gz) = 04ac00947f3b459d802eca04997b203dbd09c6b94c4e71513dc6be569e7fe8d30c186ef45afa59d24fc1e9d57c534708801df00d54be1cad046aac83a4c5def4
|
SHA512 (eglexternalplatform-1.1.tar.gz) = ee72c928abac060e28515807975a371d3792acd119fa9f9da926ae32105e1e528df8d9a3db57ffac0587b115293ede44997606d9da8e20e7f7061a01dd502748
|
||||||
|
Loading…
Reference in New Issue
Block a user