2012-07-10 04:14:08 +00:00
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
|
|
|
|
|
|
|
|
%global pkg_name hledger
|
|
|
|
|
|
|
|
%global common_summary A double-entry accounting tool
|
|
|
|
|
|
|
|
%global common_description hledger reads a plain text general journal or time log \
|
|
|
|
describing your transactions and displays precise \
|
|
|
|
balance and register reports on the console. \
|
|
|
|
It is a remix, in haskell, of John Wiegley's excellent c++ \
|
|
|
|
ledger. hledger aims to be a practical, accessible tool \
|
|
|
|
for end users and a useful library for finance-minded \
|
|
|
|
haskell programmers.
|
|
|
|
|
|
|
|
Name: %{pkg_name}
|
|
|
|
Version: 0.17
|
2012-11-09 09:00:42 +00:00
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: %{common_summary}
|
2012-07-10 04:14:08 +00:00
|
|
|
|
|
|
|
License: GPLv3
|
|
|
|
URL: http://hackage.haskell.org/package/%{name}
|
|
|
|
Source0: http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz
|
2012-11-09 09:00:42 +00:00
|
|
|
|
2012-07-10 04:14:08 +00:00
|
|
|
BuildRequires: ghc-Cabal-devel
|
2012-11-09 09:00:42 +00:00
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
# Begin cabal-rpm deps:
|
2012-07-10 04:14:08 +00:00
|
|
|
BuildRequires: ghc-HUnit-devel
|
|
|
|
BuildRequires: ghc-cabal-file-th-devel
|
2012-11-09 09:00:42 +00:00
|
|
|
BuildRequires: ghc-cmdargs-devel
|
|
|
|
BuildRequires: ghc-containers-devel
|
2012-07-10 04:14:08 +00:00
|
|
|
BuildRequires: ghc-csv-devel
|
2012-11-09 09:00:42 +00:00
|
|
|
BuildRequires: ghc-directory-devel
|
|
|
|
BuildRequires: ghc-filepath-devel
|
2012-07-10 04:14:08 +00:00
|
|
|
BuildRequires: ghc-haskeline-devel
|
|
|
|
BuildRequires: ghc-hledger-lib-devel
|
|
|
|
BuildRequires: ghc-mtl-devel
|
2012-11-09 09:00:42 +00:00
|
|
|
BuildRequires: ghc-old-locale-devel
|
|
|
|
BuildRequires: ghc-old-time-devel
|
2012-07-10 04:14:08 +00:00
|
|
|
BuildRequires: ghc-parsec-devel
|
2012-11-09 09:00:42 +00:00
|
|
|
BuildRequires: ghc-process-devel
|
2012-07-10 04:14:08 +00:00
|
|
|
BuildRequires: ghc-regexpr-devel
|
|
|
|
BuildRequires: ghc-safe-devel
|
|
|
|
BuildRequires: ghc-split-devel
|
2012-11-09 09:00:42 +00:00
|
|
|
BuildRequires: ghc-time-devel
|
2012-07-10 04:14:08 +00:00
|
|
|
BuildRequires: ghc-utf8-string-devel
|
2012-11-09 09:00:42 +00:00
|
|
|
# End cabal-rpm deps
|
2012-07-10 04:14:08 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
%{common_description}
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
2012-11-09 09:00:42 +00:00
|
|
|
cabal-tweak-dep-ver cmdargs "< 0.10" "<0.11"
|
|
|
|
cabal-tweak-dep-ver split "== 0.1.*" "== 0.2.*"
|
|
|
|
|
2012-07-10 04:14:08 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%ghc_lib_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%ghc_lib_install
|
|
|
|
|
|
|
|
|
|
|
|
%ghc_package
|
|
|
|
|
|
|
|
%ghc_description
|
|
|
|
|
|
|
|
|
|
|
|
%ghc_devel_package
|
|
|
|
|
|
|
|
%ghc_devel_description
|
|
|
|
|
|
|
|
|
|
|
|
%ghc_devel_post_postun
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc LICENSE
|
|
|
|
%attr(755,root,root) %{_bindir}/%{name}
|
|
|
|
|
|
|
|
|
|
|
|
%ghc_files
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2012-11-09 09:00:42 +00:00
|
|
|
* Fri Nov 9 2012 Jens Petersen <petersen@redhat.com> - 0.17-3
|
|
|
|
- re-enable dynamic executable
|
|
|
|
- allow building with cmdargs-0.10 and split-0.2
|
|
|
|
- update with cabal-rpm
|
|
|
|
|
2012-07-19 12:58:10 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-10 04:14:08 +00:00
|
|
|
* Wed Feb 29 2012 Ben Boeckel <mathstuf@gmail.com> - 0.17-1
|
|
|
|
- Initial package
|