- added missing copyright to specfile

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/eglexternalplatform?expand=0&rev=3
This commit is contained in:
Stefan Dirsch 2021-07-01 12:56:28 +00:00 committed by Git OBS Bridge
parent aac2ec09f2
commit 6aae0cb163
2 changed files with 34 additions and 12 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 1 12:54:48 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
- added missing copyright to specfile
-------------------------------------------------------------------
Thu Jul 1 12:26:03 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -1,17 +1,34 @@
# Common info
Name: eglexternalplatform
Version: 1.1
Release: 0
License: MIT
Group: Development/Libraries/Other
URL: https://github.com/NVIDIA/eglexternalplatform
Summary: The EGL External Platform interface
#
# spec file for package eglexternalplatform
#
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: eglexternalplatform
Version: 1.1
Release: 0
URL: https://github.com/NVIDIA/eglexternalplatform
Summary: The EGL External Platform interface
License: MIT
Group: Development/Libraries/Other
# Build-time parameters
BuildRequires: pkg-config
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-root
Source: %{name}-%{version}.tar.gz
BuildRequires: pkg-config
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: %{name}-%{version}.tar.gz
%description
This is a work-in-progress specification of the EGL External Platform interface