Skip to content

Commit e67020b

Browse files
committed
- unconditional noarch subpackages
1 parent ca8b753 commit e67020b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rust.spec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Implementacja Language Server Protocol dla Rusta.
175175
Summary: Common debugger pretty printers for Rust
176176
Summary(pl.UTF-8): Narzędzia wypisujące struktury Rusa wspólne dla różnych debuggerów
177177
Group: Development/Debuggers
178-
%{?noarchpackage}
178+
BuildArch: noarch
179179

180180
%description debugger-common
181181
This package includes the common functionality for rust-gdb and
@@ -190,7 +190,7 @@ Summary(pl.UTF-8): Ładne wypisywanie struktur Rusta w GDB
190190
Group: Development/Debuggers
191191
Requires: %{name}-debugger-common = %{version}-%{release}
192192
Requires: gdb
193-
%{?noarchpackage}
193+
BuildArch: noarch
194194

195195
%description gdb
196196
This package includes the rust-gdb script, which allows easier
@@ -206,7 +206,7 @@ Summary(pl.UTF-8): Ładne wypisywanie struktur Rusta w LLDB
206206
Group: Development/Debuggers
207207
Requires: %{name}-debugger-common = %{version}-%{release}
208208
Requires: lldb
209-
%{?noarchpackage}
209+
BuildArch: noarch
210210

211211
%description lldb
212212
This package includes the rust-lldb script, which allows easier
@@ -232,7 +232,7 @@ Rust Language Server do integracji z IDE.
232232
Summary: Documentation for Rust
233233
Summary(pl.UTF-8): Dokumentacja do Rusta
234234
Group: Documentation
235-
%{?noarchpackage}
235+
BuildArch: noarch
236236

237237
%description doc
238238
This package includes HTML documentation for the Rust programming

0 commit comments

Comments
 (0)