forked from pool/000package-groups
51 lines
1.4 KiB
RPMSpec
51 lines
1.4 KiB
RPMSpec
#
|
|
# spec file for package openSUSE-Addon-NonOss-release.spec
|
|
#
|
|
# Copyright (c) 2020 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: openSUSE-Addon-NonOss-release
|
|
%define product openSUSE-Addon-NonOss
|
|
Version: ___VERSION___
|
|
#!BcntSyncTag: openSUSE-Addon-NonOss
|
|
Release: 0
|
|
Summary: ___SUMMARY___ ___BETA_VERSION___
|
|
License: BSD-3-Clause
|
|
Group: System/Fhs
|
|
___PRODUCT_PROVIDES___
|
|
___PRODUCT_DEPENDENCIES___
|
|
|
|
%description
|
|
___DESCRIPTION___
|
|
|
|
___FLAVOR_PACKAGES___
|
|
|
|
%prep
|
|
|
|
%build
|
|
|
|
%install
|
|
___CREATE_PRODUCT_FILES___
|
|
|
|
%files
|
|
%defattr(644,root,root,755)
|
|
%dir %{_sysconfdir}/products.d
|
|
%{_sysconfdir}/products.d/*
|
|
|
|
%changelog
|
|
* Mon Feb 19 2024 Dominique Leuenberger <dimstar@opensuse.org>
|
|
- No information provided here - we needed a dated entry for
|
|
RPM/reproducible builds
|