Sync from SUSE:SLFO:Main patterns-rpm-macros revision 918d0abe6b4c8b200bd47a6369a16400
This commit is contained in:
commit
c9ed9d2940
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
71
macros.patterns
Normal file
71
macros.patterns
Normal file
@ -0,0 +1,71 @@
|
|||||||
|
%obsolete_legacy_pattern() \
|
||||||
|
%if 0%{?is_opensuse} \
|
||||||
|
Provides: patterns-openSUSE-%1 = %{version} \
|
||||||
|
Obsoletes: patterns-openSUSE-%1 < %{version} \
|
||||||
|
%else \
|
||||||
|
Provides: patterns-sled-%1 = %{version} \
|
||||||
|
Obsoletes: patterns-sled-%1 < %{version} \
|
||||||
|
Provides: patterns-sles-%1 = %{version} \
|
||||||
|
Obsoletes: patterns-sles-%1 < %{version} \
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%pattern_additionalsoftware \
|
||||||
|
Provides: pattern-category() = Additional%20Software
|
||||||
|
|
||||||
|
%pattern_advsysmgmt \
|
||||||
|
Provides: pattern-category() = Advanced%20Systems%20Management
|
||||||
|
|
||||||
|
%pattern_basetechnologies \
|
||||||
|
Provides: pattern-category() = Base%20Technologies
|
||||||
|
|
||||||
|
%pattern_budgiedesktop \
|
||||||
|
Provides: pattern-category() = Budgie%20Desktop
|
||||||
|
|
||||||
|
%pattern_desktopfunctions \
|
||||||
|
Provides: pattern-category() = Desktop%20Functions
|
||||||
|
|
||||||
|
%pattern_desktops \
|
||||||
|
Provides: pattern-category() = Desktops
|
||||||
|
|
||||||
|
%pattern_development \
|
||||||
|
Provides: pattern-category() = Development
|
||||||
|
|
||||||
|
%pattern_documentation \
|
||||||
|
Provides: pattern-category() = Documentation
|
||||||
|
|
||||||
|
%pattern_gnomedesktop \
|
||||||
|
Provides: pattern-category() = GNOME%20Desktop
|
||||||
|
|
||||||
|
%pattern_graphicalenvironments \
|
||||||
|
Provides: pattern-category() = Graphical%20Environments
|
||||||
|
|
||||||
|
%pattern_kdedesktop \
|
||||||
|
Provides: pattern-category() = KDE%20Desktop
|
||||||
|
|
||||||
|
%pattern_lxdedesktop \
|
||||||
|
Provides: pattern-category() = LXDE%20Desktop
|
||||||
|
|
||||||
|
%pattern_matedesktop \
|
||||||
|
Provides: pattern-category() = MATE%20Desktop
|
||||||
|
|
||||||
|
%pattern_pantheondesktop \
|
||||||
|
Provides: pattern-category() = Pantheon%20Desktop
|
||||||
|
|
||||||
|
%pattern_deepindesktop \
|
||||||
|
Provides: pattern-category() = Deepin%20Desktop
|
||||||
|
|
||||||
|
%pattern_primaryfunctions \
|
||||||
|
Provides: pattern-category() = Primary%20Functions
|
||||||
|
|
||||||
|
%pattern_proprietarysoftware \
|
||||||
|
Provides: pattern-category() = Proprietary%20Software
|
||||||
|
|
||||||
|
%pattern_publicclouds \
|
||||||
|
Provides: pattern-category() = Public%20Clouds
|
||||||
|
|
||||||
|
%pattern_serverfunctions \
|
||||||
|
Provides: pattern-category() = Server%20Functions
|
||||||
|
|
||||||
|
%pattern_xfcedesktop \
|
||||||
|
Provides: pattern-category() = XFCE%20Desktop
|
||||||
|
|
45
patterns-rpm-macros.changes
Normal file
45
patterns-rpm-macros.changes
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 27 12:55:30 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
- Add budgie desktop macro (boo#1176164)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 20 11:59:37 UTC 2021 - Hillwood Yang <hillwood@opensuse.org>
|
||||||
|
|
||||||
|
- Add support of the Deepin desktop
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 19 13:57:27 UTC 2019 - Ludwig Nussel <lnussel@suse.de>
|
||||||
|
|
||||||
|
- don't generate pattern category translations anymore. The feature is now
|
||||||
|
handled via regular package translation mechanism ie Weblate
|
||||||
|
(fate#323785, jsc#SLE-3047,
|
||||||
|
https://github.com/openSUSE/libsolv/commit/fa1a35c8d4cc9d1aa8199b3e2f0133a06be186a6)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 15:41:36 UTC 2019 - Ludwig Nussel <lnussel@suse.de>
|
||||||
|
|
||||||
|
- introduce obsolete_legacy_pattern macro
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 8 09:41:07 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Move RPM macros to %_rpmmacrodir.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 14 16:35:38 UTC 2018 - avvissu@yandex.by
|
||||||
|
|
||||||
|
- Add support of the Pantheon desktop
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 6 09:12:51 UTC 2018 - sflees@suse.de
|
||||||
|
|
||||||
|
- Missing public cloud and, adv sys management pattern categories
|
||||||
|
bsc#1087871
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 15 00:25:19 UTC 2017 - sflees@suse.de
|
||||||
|
|
||||||
|
- split the rpm macro's out into it's own package as part of the
|
||||||
|
pattern split project.
|
||||||
|
|
46
patterns-rpm-macros.spec
Normal file
46
patterns-rpm-macros.spec
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
#
|
||||||
|
# spec file for package patterns-rpm-macros
|
||||||
|
#
|
||||||
|
# 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: patterns-rpm-macros
|
||||||
|
Version: 1.0
|
||||||
|
Release: 0
|
||||||
|
Summary: RPM macros for building of patterns modules
|
||||||
|
License: MIT
|
||||||
|
Group: Development/Tools/Other
|
||||||
|
URL: https://github.com/openSUSE/patterns
|
||||||
|
Source0: macros.patterns
|
||||||
|
BuildRequires: perl(URI::Escape)
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%description
|
||||||
|
This package contains SUSE RPM macros to aid creating patterns.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
|
||||||
|
%build
|
||||||
|
cat %{SOURCE0} >> macros.patterns
|
||||||
|
|
||||||
|
%install
|
||||||
|
mkdir -p %{buildroot}%{_rpmmacrodir}
|
||||||
|
install -m 644 macros.patterns %{buildroot}%{_rpmmacrodir}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_rpmmacrodir}/macros.patterns
|
||||||
|
|
||||||
|
%changelog
|
Loading…
x
Reference in New Issue
Block a user