]> git.pld-linux.org Git - packages/rust.git/commitdiff
Revert "rpm4 noarch", PLD uses rpm5 since 2012, stop adding this cruft
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 10 Jul 2017 11:11:19 +0000 (20:11 +0900)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 10 Jul 2017 11:11:19 +0000 (20:11 +0900)
This reverts commit b19b9d5139395caf6414506d1baa84d8bc1b69e6.

rust.spec

index 91be41aceac946be6767fd279286a4e38d2c5706..7e7d09a54844ef5ce1f7e9e256849e95c08e3458 100644 (file)
--- a/rust.spec
+++ b/rust.spec
@@ -95,9 +95,7 @@ documentation generator.
 %package debugger-common
 Summary:       Common debugger pretty printers for Rust
 Group:         Development/Debuggers
-%if "%{_rpmversion}" >= "5"
 BuildArch:     noarch
-%endif
 
 %description debugger-common
 This package includes the common functionality for %{name}-gdb and
@@ -108,9 +106,7 @@ Summary:    GDB pretty printers for Rust
 Group:         Development/Debuggers
 Requires:      %{name}-debugger-common = %{version}-%{release}
 Requires:      gdb
-%if "%{_rpmversion}" >= "5"
 BuildArch:     noarch
-%endif
 
 %description gdb
 This package includes the rust-gdb script, which allows easier
@@ -121,9 +117,7 @@ Summary:    LLDB pretty printers for Rust
 Group:         Development/Debuggers
 Requires:      %{name}-debugger-common = %{version}-%{release}
 Requires:      lldb
-%if "%{_rpmversion}" >= "5"
 BuildArch:     noarch
-%endif
 
 %description lldb
 This package includes the rust-lldb script, which allows easier
@@ -132,9 +126,7 @@ debugging of Rust programs.
 %package doc
 Summary:       Documentation for Rust
 Group:         Documentation
-%if "%{_rpmversion}" >= "5"
 BuildArch:     noarch
-%endif
 
 %description doc
 This package includes HTML documentation for the Rust programming
This page took 0.413415 seconds and 4 git commands to generate.