remove %_isa from buildrequires (#1545206)
This commit is contained in:
parent
73d1fbebe5
commit
a58bf72c59
11
xmobar.spec
11
xmobar.spec
@ -3,7 +3,7 @@
|
||||
|
||||
Name: xmobar
|
||||
Version: 0.24.5
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: A minimalistic text-based status bar
|
||||
|
||||
License: BSD
|
||||
@ -35,9 +35,9 @@ BuildRequires: ghc-time-devel
|
||||
BuildRequires: ghc-transformers-devel
|
||||
BuildRequires: ghc-unix-devel
|
||||
BuildRequires: ghc-utf8-string-devel
|
||||
BuildRequires: libXrandr-devel%{?_isa}
|
||||
BuildRequires: libXrender-devel%{?_isa}
|
||||
BuildRequires: wireless-tools-devel%{?_isa}
|
||||
BuildRequires: libXrandr-devel
|
||||
BuildRequires: libXrender-devel
|
||||
BuildRequires: wireless-tools-devel
|
||||
# End cabal-rpm deps
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: libXpm-devel
|
||||
@ -79,6 +79,9 @@ install --mode=0755 -p samples/xmonadpropwrite %{buildroot}%{_bindir}/xmonadprop
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 15 2018 Jens Petersen <petersen@redhat.com> - 0.24.5-3
|
||||
- remove _isa from buildrequires (#1545206)
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user