|
|
@@ -1,7 +1,7 @@
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# spec file for package patterns-devel-base
|
|
|
|
# spec file for package patterns-devel-base
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Copyright (c) 2025 SUSE LLC
|
|
|
|
# Copyright (c) 2023 SUSE LLC
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
@@ -40,8 +40,6 @@ This particular package contains the base development patterns (and the other
|
|
|
|
development patterns that don't fit well anywhere else).
|
|
|
|
development patterns that don't fit well anywhere else).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
################################################################################
|
|
|
|
%package devel_basis
|
|
|
|
%package devel_basis
|
|
|
|
%pattern_development
|
|
|
|
%pattern_development
|
|
|
@@ -91,15 +89,14 @@ Recommends: libstdc++-devel
|
|
|
|
Recommends: openldap2-devel
|
|
|
|
Recommends: openldap2-devel
|
|
|
|
Recommends: pam-devel
|
|
|
|
Recommends: pam-devel
|
|
|
|
Recommends: pkg-config
|
|
|
|
Recommends: pkg-config
|
|
|
|
%if 0%{?is_opensuse}
|
|
|
|
|
|
|
|
Recommends: subversion
|
|
|
|
Recommends: subversion
|
|
|
|
%endif
|
|
|
|
|
|
|
|
# most of our packages use this tool
|
|
|
|
# most of our packages use this tool
|
|
|
|
Recommends: fdupes
|
|
|
|
Recommends: fdupes
|
|
|
|
# applying patches
|
|
|
|
# applying patches
|
|
|
|
Recommends: patch
|
|
|
|
Recommends: patch
|
|
|
|
Recommends: binutils-devel
|
|
|
|
Recommends: binutils-devel
|
|
|
|
Recommends: e2fsprogs-devel
|
|
|
|
Recommends: e2fsprogs-devel
|
|
|
|
|
|
|
|
Recommends: libapparmor-devel
|
|
|
|
Recommends: libosip2-devel
|
|
|
|
Recommends: libosip2-devel
|
|
|
|
# required for make checks
|
|
|
|
# required for make checks
|
|
|
|
Recommends: sparse
|
|
|
|
Recommends: sparse
|
|
|
@@ -301,17 +298,13 @@ done
|
|
|
|
for i in devel_basis devel_kernel; do
|
|
|
|
for i in devel_basis devel_kernel; do
|
|
|
|
echo "This file marks the pattern $i to be installed." \
|
|
|
|
echo "This file marks the pattern $i to be installed." \
|
|
|
|
>"%{buildroot}/usr/share/doc/packages/patterns/$i.txt"
|
|
|
|
>"%{buildroot}/usr/share/doc/packages/patterns/$i.txt"
|
|
|
|
%if 0%{?is_opensuse}
|
|
|
|
|
|
|
|
echo "This file marks the pattern $i-32bit to be installed." \
|
|
|
|
echo "This file marks the pattern $i-32bit to be installed." \
|
|
|
|
>"%{buildroot}/usr/share/doc/packages/patterns/$i-32bit.txt"
|
|
|
|
>"%{buildroot}/usr/share/doc/packages/patterns/$i-32bit.txt"
|
|
|
|
%endif
|
|
|
|
|
|
|
|
done
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# This file is created at check-in time. Sorry for the inconsistent workflow :(
|
|
|
|
# This file is created at check-in time. Sorry for the inconsistent workflow :(
|
|
|
|
#
|
|
|
|
#
|
|
|
|
%if 0%{?is_opensuse}
|
|
|
|
|
|
|
|
%include %{SOURCE1}
|
|
|
|
%include %{SOURCE1}
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|