cblrpm refresh; re-enable armv7
This commit is contained in:
parent
d33f61fcc2
commit
cfed9377d5
22
hledger.spec
22
hledger.spec
@ -4,17 +4,14 @@
|
||||
|
||||
%bcond_with tests
|
||||
|
||||
# no useful debuginfo for Haskell packages without C sources
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: %{pkg_name}
|
||||
Version: 0.23.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A double-entry accounting tool
|
||||
|
||||
License: GPLv3
|
||||
URL: http://hackage.haskell.org/package/%{name}
|
||||
Source0: http://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
|
||||
Url: https://hackage.haskell.org/package/%{name}
|
||||
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
|
||||
Patch0: hledger-no-pretty-show.patch
|
||||
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
@ -31,7 +28,6 @@ BuildRequires: ghc-mtl-devel
|
||||
BuildRequires: ghc-old-locale-devel
|
||||
BuildRequires: ghc-old-time-devel
|
||||
BuildRequires: ghc-parsec-devel
|
||||
BuildRequires: ghc-pretty-show-devel
|
||||
BuildRequires: ghc-process-devel
|
||||
BuildRequires: ghc-regexpr-devel
|
||||
BuildRequires: ghc-safe-devel
|
||||
@ -51,7 +47,7 @@ BuildRequires: ghc-transformers-devel
|
||||
%endif
|
||||
# End cabal-rpm deps
|
||||
# bug 992478
|
||||
ExcludeArch: armv7hl
|
||||
#ExcludeArch: armv7hl
|
||||
|
||||
%description
|
||||
hledger reads a plain text general journal or time log
|
||||
@ -96,9 +92,7 @@ This package provides the Haskell %{name} library development files.
|
||||
|
||||
|
||||
%check
|
||||
%if %{with tests}
|
||||
%cabal test
|
||||
%endif
|
||||
%cabal_test
|
||||
|
||||
|
||||
%post -n ghc-%{name}-devel
|
||||
@ -111,7 +105,7 @@ This package provides the Haskell %{name} library development files.
|
||||
|
||||
%files
|
||||
%doc LICENSE
|
||||
%attr(755,root,root) %{_bindir}/%{name}
|
||||
%{_bindir}/%{name}
|
||||
|
||||
|
||||
%files -n ghc-%{name} -f ghc-%{name}.files
|
||||
@ -122,6 +116,10 @@ This package provides the Haskell %{name} library development files.
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 6 2015 Jens Petersen <petersen@redhat.com> - 0.23.2-2
|
||||
- cblrpm refresh
|
||||
- try re-enabling armv7
|
||||
|
||||
* Fri Aug 29 2014 Jens Petersen <petersen@redhat.com> - 0.23.2-1
|
||||
- update to 0.23.2
|
||||
- refresh to cblrpm-0.8.11
|
||||
|
Loading…
Reference in New Issue
Block a user