49 lines
1.4 KiB
RPMSpec
49 lines
1.4 KiB
RPMSpec
|
#
|
||
|
# spec file for package SLE-EULAs
|
||
|
#
|
||
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||
|
#
|
||
|
# 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 http://bugs.opensuse.org/
|
||
|
#
|
||
|
|
||
|
|
||
|
Name: SLE-EULAs
|
||
|
Version: 15
|
||
|
Release: 0
|
||
|
Url: http://en.opensuse.org/Package_repositories
|
||
|
Summary: Collection of EULAs for SLE
|
||
|
License: MIT
|
||
|
Group: Development/Other
|
||
|
Source: SLE-EULAs-%{version}.tar.bz2
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||
|
BuildArch: noarch
|
||
|
Provides: package-EULAs
|
||
|
|
||
|
%description
|
||
|
SLE-EULAs is a collection of the end user license agreements (EULAs) which
|
||
|
govern use of certain (non-free) software.
|
||
|
|
||
|
%prep
|
||
|
%setup -q -n SLE-EULAs-%{version}
|
||
|
|
||
|
%build
|
||
|
|
||
|
%install
|
||
|
install -d %{buildroot}%{_defaultdocdir}/eulas
|
||
|
cp -a *.en %{buildroot}%{_defaultdocdir}/eulas
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root,-)
|
||
|
%{_defaultdocdir}/eulas
|
||
|
|
||
|
%changelog
|