Rebuild for broken dependencies
This commit is contained in:
parent
bf5a9aaa33
commit
b385dc7f22
@ -9,7 +9,7 @@
|
||||
|
||||
Name: xmobar
|
||||
Version: 0.12
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: A minimalistic text-based status bar
|
||||
|
||||
Group: User Interface/X
|
||||
@ -20,6 +20,8 @@ Source1: xmobar.desktop
|
||||
# Not in the package from Hackage.
|
||||
# https://github.com/jaor/xmobar/issues/#issue/6
|
||||
Source2: xmonadpropwrite.hs
|
||||
# Needed after 7.0.2?
|
||||
Patch0: xmobar-0.12-threaded.patch
|
||||
# fedora ghc archs:
|
||||
ExclusiveArch: %{ix86} x86_64 ppc alpha
|
||||
BuildRequires: desktop-file-utils
|
||||
@ -47,6 +49,7 @@ color management, output templates, and extensibility through plugins.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .threaded
|
||||
mkdir scripts
|
||||
cp %{SOURCE2} scripts/xmonadpropwrite.hs
|
||||
|
||||
@ -83,6 +86,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 17 2011 Ben Boeckel <mathstuf@gmail.com> - 0.12-3
|
||||
- Rebuild for broken dependencies
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user