Accepting request 1064281 from home:emilianolangella:branches:orafce

Added Copyright comment

OBS-URL: https://build.opensuse.org/request/show/1064281
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/orafce?expand=0&rev=22
This commit is contained in:
Emiliano Langella 2023-02-10 15:02:07 +00:00 committed by Git OBS Bridge
parent fb4619be21
commit d65a8aaf57

View File

@ -1,4 +1,21 @@
#
# spec file
#
# Copyright (c) 2023 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/
#
%define pgname @BUILD_FLAVOR@
%define realname orafce
@ -11,13 +28,13 @@ License: MIT
URL: https://github.com/orafce/orafce
Source0: %{realname}-%{version}.tar.xz
BuildRequires: %{pgname}-server-devel
BuildRequires: openssl-devel
BuildRequires: libicu-devel
BuildRequires: krb5-devel
BuildRequires: bison
BuildRequires: flex
BuildRequires: krb5-devel
BuildRequires: libicu-devel
BuildRequires: openssl-devel
%requires_eq %{pgname}-server
Provides: orafce = %{version}-%{release}
Provides: orafce = %{version}-%{release}
%if "%{pgname}" == ""
ExclusiveArch: do_not_build
Name: %{realname}
@ -52,3 +69,4 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/%{pgname}/
%exclude %{_docdir}/%{pgname}/
%changelog