Compare commits
No commits in common. "rawhide" and "f40" have entirely different histories.
3 changed files with 5 additions and 8 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -13,5 +13,3 @@ alex-2.3.3.tar.gz
|
||||||
/alex-3.2.6.tar.gz
|
/alex-3.2.6.tar.gz
|
||||||
/alex-3.2.7.1.tar.gz
|
/alex-3.2.7.1.tar.gz
|
||||||
/alex-3.3.0.0.tar.gz
|
/alex-3.3.0.0.tar.gz
|
||||||
/alex-3.4.0.1.tar.gz
|
|
||||||
/alex-3.5.2.0.tar.gz
|
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,15 @@
|
||||||
# generated by cabal-rpm-2.3.0
|
# generated by cabal-rpm-2.1.0
|
||||||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
||||||
|
|
||||||
%bcond tests 1
|
%bcond_without tests
|
||||||
|
|
||||||
Name: alex
|
Name: alex
|
||||||
Version: 3.5.2.0
|
Version: 3.3.0.0
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: Tool for generating lexical analysers in Haskell
|
Summary: Tool for generating lexical analysers in Haskell
|
||||||
|
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://hackage.haskell.org/package/alex
|
Url: https://hackage.haskell.org/package/%{name}
|
||||||
# Begin cabal-rpm sources:
|
# Begin cabal-rpm sources:
|
||||||
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
|
||||||
# End cabal-rpm sources
|
# End cabal-rpm sources
|
||||||
|
|
@ -57,7 +57,6 @@ lex or flex for C/C++.
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
PATH=%{buildroot}%{_bindir}:$PATH
|
|
||||||
%cabal_test
|
%cabal_test
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (alex-3.5.2.0.tar.gz) = 9937360dd6d9a34fe65c6a9fc6f078208bf95d521b440d45ba4a6a1e722328d899997187f344cca213a060e7c582a23ba0824ecc5ee6b32bc26217ecf5849b14
|
SHA512 (alex-3.3.0.0.tar.gz) = e7755273406d69cd2a30294d055836cd188f6435fdf7b621fad3f5dd6b0f7f37e050985f8768037d55af92a3bcd4a62d512561fd0c4408e85ff07fdc25f3e0ce
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue