cabal2spec-0.22.4 and BR ghc-devel

This commit is contained in:
Jens Petersen 2011-01-23 02:57:25 +10:00
parent aa537339a1
commit 97a15fe986
1 changed files with 6 additions and 8 deletions

View File

@ -9,7 +9,7 @@
Name: xmobar Name: xmobar
Version: 0.11.1 Version: 0.11.1
Release: 8%{?dist} Release: 9%{?dist}
Summary: A minimalistic text-based status bar Summary: A minimalistic text-based status bar
Group: User Interface/X Group: User Interface/X
@ -20,11 +20,10 @@ Source1: xmobar.desktop
# Made from diff in MPD.hs between upstream and # Made from diff in MPD.hs between upstream and
# http://code.google.com/p/xmobar/issues/detail?id=31 # http://code.google.com/p/xmobar/issues/detail?id=31
Patch0: xmobar.libmpd-0.5.patch Patch0: xmobar.libmpd-0.5.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# fedora ghc archs: # fedora ghc archs:
ExclusiveArch: %{ix86} x86_64 ppc alpha ExclusiveArch: %{ix86} x86_64 ppc alpha
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: ghc BuildRequires: ghc, ghc-devel
BuildRequires: ghc-rpm-macros >= 0.8.1 BuildRequires: ghc-rpm-macros >= 0.8.1
BuildRequires: ghc-X11-devel >= 1.3.0 BuildRequires: ghc-X11-devel >= 1.3.0
BuildRequires: ghc-X11-xft-devel BuildRequires: ghc-X11-xft-devel
@ -64,7 +63,6 @@ popd
%install %install
rm -rf %{buildroot}
desktop-file-install \ desktop-file-install \
--dir=%{buildroot}%{_datadir}/applications \ --dir=%{buildroot}%{_datadir}/applications \
%{SOURCE1} %{SOURCE1}
@ -75,10 +73,6 @@ popd
%ghc_bin_install %ghc_bin_install
%clean
rm -rf %{buildroot}
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc LICENSE README %doc LICENSE README
@ -89,6 +83,10 @@ rm -rf %{buildroot}
%changelog %changelog
* Wed Jan 19 2011 Jens Petersen <petersen@redhat.com> - 0.11.1-9
- update to cabal2spec-0.22.4
- BR ghc-devel
* Sun Dec 5 2010 Jens Petersen <petersen@redhat.com> - 0.11.1-8 * Sun Dec 5 2010 Jens Petersen <petersen@redhat.com> - 0.11.1-8
- rebuild with newer stm, syb, and network - rebuild with newer stm, syb, and network