update to cabal2spec-0.25.2
This commit is contained in:
parent
6f946c80e6
commit
d9d16a0905
20
xmobar.spec
20
xmobar.spec
@ -1,6 +1,6 @@
|
||||
# For Haskell Packaging Guidelines see:
|
||||
# - https://fedoraproject.org/wiki/Packaging:Haskell
|
||||
# - https://fedoraproject.org/wiki/PackagingDrafts/Haskell
|
||||
# cabal2spec-0.25.2
|
||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
|
||||
|
||||
%bcond_without hinotify
|
||||
%bcond_without libmpd
|
||||
@ -9,20 +9,20 @@
|
||||
|
||||
Name: xmobar
|
||||
Version: 0.14
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A minimalistic text-based status bar
|
||||
|
||||
Group: User Interface/X
|
||||
License: BSD
|
||||
# BEGIN: cabal2spec-0.24
|
||||
# BEGIN cabal2spec
|
||||
URL: http://hackage.haskell.org/package/%{name}
|
||||
Source0: http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: xmobar.desktop
|
||||
Patch1: xmobar-0.13-default-fonts.patch
|
||||
ExclusiveArch: %{ghc_arches}
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
# END: cabal2spec-0.24
|
||||
# END cabal2spec
|
||||
Source1: xmobar.desktop
|
||||
Patch1: xmobar-0.13-default-fonts.patch
|
||||
|
||||
%if %{with alsa}
|
||||
BuildRequires: ghc-alsa-mixer-devel
|
||||
@ -80,7 +80,6 @@ install --mode=0755 -p samples/xmonadpropwrite %{buildroot}%{_bindir}/xmonadprop
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE README samples/xmobar.config
|
||||
%attr(755,root,root) %{_bindir}/%{name}
|
||||
%attr(755,root,root) %{_bindir}/xmonadpropwrite
|
||||
@ -88,6 +87,9 @@ install --mode=0755 -p samples/xmonadpropwrite %{buildroot}%{_bindir}/xmonadprop
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 6 2012 Jens Petersen <petersen@redhat.com> - 0.14-2
|
||||
- update to cabal2spec-0.25.2
|
||||
|
||||
* Wed Dec 14 2011 Ben Boeckel <mathstuf@gmail.com> - 0.14-1
|
||||
- Update to 0.14
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user