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:
parent
2bae3ed45b
commit
8c03e75d7c
@ -27,7 +27,6 @@ Url: https://hackage.haskell.org/package/%{name}
|
|||||||
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
# Begin cabal-rpm deps:
|
|
||||||
BuildRequires: ghc-QuickCheck-devel
|
BuildRequires: ghc-QuickCheck-devel
|
||||||
BuildRequires: ghc-array-devel
|
BuildRequires: ghc-array-devel
|
||||||
BuildRequires: ghc-containers-devel
|
BuildRequires: ghc-containers-devel
|
||||||
@ -37,7 +36,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ghc-process-devel
|
BuildRequires: ghc-process-devel
|
||||||
%endif
|
%endif
|
||||||
# End cabal-rpm deps
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Alex is a tool for generating lexical analysers in Haskell. It takes a
|
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
|
cp doc/alex.1 %{buildroot}/%{_mandir}/man1
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{with tests}
|
%cabal_test
|
||||||
%{cabal} test
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
Reference in New Issue
Block a user