summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2022-01-10 01:03:15 -0500
committerYaakov Selkowitz <yselkowi@redhat.com>2022-01-10 01:03:15 -0500
commit0d403ac19d4bd0bdf1d86969adf9ab9265d75e2f (patch)
tree39ea34d44c78641a1166085064c1bad7ea4a1719
parent6e568f5abcf856800bed9c2be1a91a32f314cd52 (diff)
downloadcygwin-default-manifest-main.tar.gz
cygwin-default-manifest-main.tar.xz
cygwin-default-manifest-main.zip
Enable bootstrapHEADmain
-rw-r--r--cygwin-default-manifest.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/cygwin-default-manifest.spec b/cygwin-default-manifest.spec
index 1bb0cf1..895ead5 100644
--- a/cygwin-default-manifest.spec
+++ b/cygwin-default-manifest.spec
@@ -1,3 +1,5 @@
+%bcond_with bootstrap
+
%{?cygwin_package_header}
Name: cygwin-default-manifest
@@ -7,7 +9,7 @@ Summary: Default application manifests for Cygwin toolchains
Group: Development/Libraries
License: Copyright only
-URL: http://cygwin.com/
+URL: https://cygwin.com/
BuildArch: noarch
# use get-sources.sh to download from cvs tag
@@ -16,10 +18,15 @@ Source0: windows-default-manifest-%{version}.tar.xz
BuildRequires: autoconf automake
BuildRequires: cygwin32-filesystem
BuildRequires: cygwin32-binutils
-BuildRequires: cygwin32-gcc
BuildRequires: cygwin64-filesystem
BuildRequires: cygwin64-binutils
+%if %{with bootstrap}
+BuildRequires: gcc
+%else
+BuildRequires: cygwin32-gcc
BuildRequires: cygwin64-gcc
+%endif
+BuildRequires: make
%description