1
0
forked from rpm/alex

osc copypac from project:devel:languages:haskell:lts:6 package:alex revision:8

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/alex?expand=0&rev=53
This commit is contained in:
Peter Simons 2016-07-22 21:34:08 +00:00 committed by Git OBS Bridge
parent 2bae3ed45b
commit 8c03e75d7c

View File

@ -27,7 +27,6 @@ Url: https://hackage.haskell.org/package/%{name}
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: autoconf
# Begin cabal-rpm deps:
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-array-devel
BuildRequires: ghc-containers-devel
@ -37,7 +36,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires: ghc-process-devel
%endif
# End cabal-rpm deps
%description
Alex is a tool for generating lexical analysers in Haskell. It takes a
@ -63,9 +61,7 @@ mkdir -p %{buildroot}/%{_mandir}/man1
cp doc/alex.1 %{buildroot}/%{_mandir}/man1
%check
%if %{with tests}
%{cabal} test
%endif
%cabal_test
%files