update to 0.21
This commit is contained in:
parent
70bf31b292
commit
73307effbe
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/xmobar-0.18.tar.gz
|
/xmobar-0.18.tar.gz
|
||||||
/xmobar-0.19.tar.gz
|
/xmobar-0.19.tar.gz
|
||||||
/xmobar-0.20.1.tar.gz
|
/xmobar-0.20.1.tar.gz
|
||||||
|
/xmobar-0.21.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
cee66bfa9aa36d25329ffd5ac044aeaf xmobar-0.20.1.tar.gz
|
8d4442d3772ad9f475d96b955fda220d xmobar-0.21.tar.gz
|
||||||
|
17
xmobar.spec
17
xmobar.spec
@ -1,13 +1,16 @@
|
|||||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||||
|
|
||||||
|
# no useful debuginfo for Haskell packages without C sources
|
||||||
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: xmobar
|
Name: xmobar
|
||||||
Version: 0.20.1
|
Version: 0.21
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A minimalistic text-based status bar
|
Summary: A minimalistic text-based status bar
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://hackage.haskell.org/package/%{name}
|
URL: http://hackage.haskell.org/package/%{name}
|
||||||
Source0: http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz
|
Source0: http://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1: xmobar.desktop
|
Source1: xmobar.desktop
|
||||||
Patch0: xmobar-flags.patch
|
Patch0: xmobar-flags.patch
|
||||||
Patch1: xmobar-default-fonts.patch
|
Patch1: xmobar-default-fonts.patch
|
||||||
@ -36,10 +39,10 @@ BuildRequires: ghc-utf8-string-devel
|
|||||||
BuildRequires: libXrandr-devel%{?_isa}
|
BuildRequires: libXrandr-devel%{?_isa}
|
||||||
BuildRequires: wireless-tools-devel%{?_isa}
|
BuildRequires: wireless-tools-devel%{?_isa}
|
||||||
# End cabal-rpm deps
|
# End cabal-rpm deps
|
||||||
BuildRequires: desktop-file-utils
|
|
||||||
#BuildRequires: ghc-alsa-mixer-devel
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Xmobar is a minimalistic text based status bar.
|
||||||
|
|
||||||
Inspired by the Ion3 status bar, it supports similar features, like dynamic
|
Inspired by the Ion3 status bar, it supports similar features, like dynamic
|
||||||
color management, output templates, and extensibility through plugins.
|
color management, output templates, and extensibility through plugins.
|
||||||
|
|
||||||
@ -73,6 +76,10 @@ install --mode=0755 -p samples/xmonadpropwrite %{buildroot}%{_bindir}/xmonadprop
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 25 2014 Jens Petersen <petersen@redhat.com> - 0.21-1
|
||||||
|
- update to 0.21
|
||||||
|
- refresh to cblrpm-0.8.11
|
||||||
|
|
||||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.1-3
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.1-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user