xmobar/xmobar.spec

247 lines
7.8 KiB
RPMSpec
Raw Normal View History

2016-06-30 02:43:16 +00:00
# generated by cabal-rpm-0.9.12
2012-01-06 05:26:59 +00:00
# https://fedoraproject.org/wiki/Packaging:Haskell
2010-09-05 17:42:51 +00:00
Name: xmobar
2016-10-15 00:26:08 +00:00
Version: 0.24.3
2016-08-03 03:56:59 +00:00
Release: 1%{?dist}
2010-09-05 17:42:51 +00:00
Summary: A minimalistic text-based status bar
License: BSD
2015-01-28 14:20:48 +00:00
Url: https://hackage.haskell.org/package/%{name}
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
2012-01-06 05:26:59 +00:00
Source1: xmobar.desktop
2015-07-19 18:20:45 +00:00
Patch0: xmobar-0.23.1-flags.patch
2016-08-05 01:36:59 +00:00
Patch1: xmobar-0.24.1-fonts.patch
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
2014-05-09 04:30:29 +00:00
BuildRequires: ghc-HTTP-devel
BuildRequires: ghc-X11-devel
BuildRequires: ghc-X11-xft-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-directory-devel
BuildRequires: ghc-filepath-devel
2010-09-05 17:42:51 +00:00
BuildRequires: ghc-hinotify-devel
BuildRequires: ghc-libmpd-devel
BuildRequires: ghc-mtl-devel
BuildRequires: ghc-old-locale-devel
BuildRequires: ghc-parsec-devel
BuildRequires: ghc-process-devel
2013-06-21 07:51:20 +00:00
BuildRequires: ghc-regex-compat-devel
BuildRequires: ghc-stm-devel
BuildRequires: ghc-time-devel
2014-12-11 05:16:25 +00:00
BuildRequires: ghc-transformers-devel
BuildRequires: ghc-unix-devel
BuildRequires: ghc-utf8-string-devel
2013-01-19 10:23:37 +00:00
BuildRequires: libXrandr-devel%{?_isa}
2015-07-19 18:20:45 +00:00
BuildRequires: libXrender-devel%{?_isa}
2013-01-19 10:23:37 +00:00
BuildRequires: wireless-tools-devel%{?_isa}
# End cabal-rpm deps
2014-09-25 09:08:06 +00:00
BuildRequires: desktop-file-utils
BuildRequires: libXpm-devel
2010-09-05 17:42:51 +00:00
%description
2014-09-25 08:58:31 +00:00
Xmobar is a minimalistic text based status bar.
2010-09-05 17:42:51 +00:00
Inspired by the Ion3 status bar, it supports similar features, like dynamic
color management, output templates, and extensibility through plugins.
%prep
%setup -q
%patch0 -p1 -b .orig
%patch1 -p1 -b .fonts
2010-09-05 17:42:51 +00:00
%build
2011-03-12 13:07:45 +00:00
%ghc_bin_build
2011-08-04 08:40:05 +00:00
cd samples
%{_bindir}/ghc %{!?ghc_without_dynamic:-dynamic} --make xmonadpropwrite.hs
cd -
2010-09-05 17:42:51 +00:00
%install
desktop-file-install \
--dir=%{buildroot}%{_datadir}/applications \
%{SOURCE1}
%ghc_bin_install
2011-08-04 08:40:05 +00:00
install --mode=0755 -p samples/xmonadpropwrite %{buildroot}%{_bindir}/xmonadpropwrite
2010-09-05 17:42:51 +00:00
%files
2015-07-19 18:20:45 +00:00
%license license
2016-06-30 02:43:16 +00:00
%doc news.md readme.md samples/xmobar.config
2010-09-05 17:42:51 +00:00
%attr(755,root,root) %{_bindir}/%{name}
%attr(755,root,root) %{_bindir}/xmonadpropwrite
%{_datadir}/applications/xmobar.desktop
%changelog
2016-10-15 00:26:08 +00:00
* Sun Oct 09 2016 Ben Boeckel <mathstuf@gmail.com> - 0.24.3-1
- update to 0.24.3
2016-08-03 03:56:59 +00:00
* Tue Aug 02 2016 Ben Boeckel <mathstuf@gmail.com> - 0.24.1-1
- update to 0.24.1
2016-06-30 02:43:16 +00:00
* Thu Jun 30 2016 Jens Petersen <petersen@redhat.com> - 0.23.1-6
- rebuild
2016-05-24 13:13:15 +00:00
* Tue May 24 2016 Ben Boeckel <mathstuf@gmail.com> - 0.23.1-5
- Rebuild for ghc-libmpd
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2015-10-11 03:07:55 +00:00
* Sat Oct 10 2015 Ben Boeckel <mathstuf@gmail.com> - 0.23.1-3
- remove license from docdir
* Sun Jul 19 2015 Ben Boeckel <mathstuf@gmail.com> - 0.23.1-2
- Rebuild to catch libmpd rebuild; missed the buildroot refresh
2015-07-19 18:20:45 +00:00
* Sun Jul 19 2015 Ben Boeckel <mathstuf@gmail.com> - 0.23.1-1
- Update to 0.23.1
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2015-01-28 14:20:48 +00:00
* Wed Jan 28 2015 Jens Petersen <petersen@redhat.com> - 0.22.1-2
- cblrpm refresh
2014-12-11 05:16:25 +00:00
* Thu Dec 11 2014 Ben Boeckel <mathstuf@gmail.com> - 0.22.1-1
- update to 0.22.1
2014-09-25 08:58:31 +00:00
* 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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2014-05-09 04:30:29 +00:00
* Fri May 09 2014 Ben Boeckel <mathstuf@gmail.com> - 0.20.1-1
- Update to 0.20.1
2014-01-16 05:39:11 +00:00
* Thu Jan 16 2014 Jens Petersen <petersen@redhat.com> - 0.19-1
- update to 0.19
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-06-07 04:40:23 +00:00
* Fri Jun 07 2013 Jens Petersen <petersen@redhat.com> - 0.18-1
- update to 0.18
2013-03-22 10:38:11 +00:00
* Fri Mar 22 2013 Jens Petersen <petersen@redhat.com> - 0.16-3
- rebuild
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2013-01-19 10:23:37 +00:00
* Sat Jan 19 2013 Jens Petersen <petersen@redhat.com> - 0.16-1
- update to 0.16
* Sat Nov 17 2012 Jens Petersen <petersen@redhat.com> - 0.15-4
- update with cabal-rpm
- set flags with patch for cabal-rpm
- override mtl version with cabal-tweak-dep-ver
2012-10-29 08:05:52 +00:00
* Mon Oct 29 2012 Jens Petersen <petersen@redhat.com> - 0.15-3
- allow building with stm-2.4
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Mon Jun 11 2012 Jens Petersen <petersen@redhat.com> - 0.15-1
- update to 0.15
2012-06-11 03:48:03 +00:00
- allow building with mtl-2.1
- xmobar-0.14-MPD-ghc74-Show.patch no longer needed
2012-03-21 04:25:11 +00:00
* Wed Mar 21 2012 Jens Petersen <petersen@redhat.com> - 0.14-4
- fix MPD build on ghc-7.4
2012-03-01 03:43:01 +00:00
* Wed Feb 29 2012 Ben Boeckel <mathstuf@gmail.com> - 0.14-3
- Rebuild for ghc-libmpd
2012-01-06 05:26:59 +00:00
* Fri Jan 6 2012 Jens Petersen <petersen@redhat.com> - 0.14-2
- update to cabal2spec-0.25.2
2012-01-06 09:24:02 +00:00
- new dependency on libXrandr
2012-01-06 05:26:59 +00:00
2011-12-15 00:36:10 +00:00
* Wed Dec 14 2011 Ben Boeckel <mathstuf@gmail.com> - 0.14-1
- Update to 0.14
* Wed Oct 26 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.13-5.2
- rebuild with new gmp without compat lib
2011-10-12 09:24:27 +00:00
* Wed Oct 12 2011 Peter Schiffer <pschiffe@redhat.com> - 0.13-5.1
- rebuild with new gmp
* Mon Jul 25 2011 Ben Boeckel <mathstuf@gmail.com> - 0.13-5
- Update to cabal2spec-0.24
- xmonadpropwrite.hs is in the tarball again
2011-07-22 04:20:08 +00:00
* Fri Jul 22 2011 Jens Petersen <petersen@redhat.com> - 0.13-4
- reenable hinotify
2011-06-23 02:46:51 +00:00
* Thu Jun 23 2011 Jens Petersen <petersen@redhat.com> - 0.13-3
- update to cabal2spec-0.23.2: BR ghc-Cabal-devel and use ghc_arches
- disable hinotify temporarily since it failed to build on x86_64
2011-06-23 02:46:51 +00:00
* Fri Jun 3 2011 Jens Petersen <petersen@redhat.com> - 0.13-2
- use xft:mono-12 font by default using patch from Pavel Zhukov (#708633)
- add ppc64
2011-03-29 01:08:56 +00:00
* Mon Mar 28 2011 Ben Boeckel <mathstuf@gmail.com> - 0.13-1
- Update to 0.13
* Sat Mar 12 2011 Jens Petersen <petersen@redhat.com> - 0.12-5
- hide desktop file from desktop menu (#674731)
- use cabal_configure_options, cabal_bin_build, ghc_without_dynamic
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 0.12-4
- Enable build on sparcv9
2011-02-17 05:44:53 +00:00
* 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
* Tue Jan 25 2011 Ben Boeckel <mathstuf@gmail.com> - 0.12-1
- Update to cabal2spec-0.22.4
- Update to 0.12
2011-01-22 16:57:25 +00:00
* 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
- rebuild with newer stm, syb, and network
2010-12-02 02:45:04 +00:00
* Wed Dec 01 2010 Ben Boeckel <mathstuf@gmail.com> - 0.11.1-7
- Re-enable libmpd
* Mon Nov 29 2010 Ben Boeckel <mathstuf@gmail.com> - 0.11.1-6
- Disable libmpd support since 0.5 broke things
2010-11-28 23:59:54 +00:00
* Mon Nov 29 2010 Jens Petersen <petersen@redhat.com> - 0.11.1-5
- rebuild
2010-09-05 17:42:51 +00:00
* Fri Sep 03 2010 Ben Boeckel <mathstuf@gmail.com> - 0.11.1-4
- Ship a desktop file as well
* Wed Sep 01 2010 Ben Boeckel <mathstuf@gmail.com> - 0.11.1-3
- Enable libmpd and hinotify by default
- Ship the README
* Tue Aug 31 2010 Ben Boeckel <mathstuf@gmail.com> - 0.11.1-2
- Build xmonadpropwrite as well
* Tue Aug 31 2010 Ben Boeckel <mathstuf@gmail.com> - 0.11.1-1
- Initial package
* Tue Aug 31 2010 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 0.11.1-0
- initial packaging for Fedora automatically generated by cabal2spec-0.22.2