|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
# generated by cabal-rpm-0.12.1
|
|
|
|
|
# generated by cabal-rpm-0.12.5
|
|
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
|
|
|
|
|
|
%bcond_without tests
|
|
|
|
|
%bcond_with tests
|
|
|
|
|
|
|
|
|
|
Name: alex
|
|
|
|
|
Version: 3.2.3
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 3.2.4
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Tool for generating lexical analysers in Haskell
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
@ -15,7 +15,6 @@ Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%
|
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
|
BuildRequires: ghc-QuickCheck-devel
|
|
|
|
|
BuildRequires: ghc-array-devel
|
|
|
|
|
BuildRequires: ghc-containers-devel
|
|
|
|
|
BuildRequires: ghc-directory-devel
|
|
|
|
@ -64,13 +63,19 @@ install -D -m 0644 doc/alex.1 %{buildroot}%{_mandir}/man1/alex.1
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc CHANGELOG.md README.md TODO doc/alex examples
|
|
|
|
|
%doc CHANGELOG.md README.md TODO examples
|
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
|
%{_datadir}/%{name}-%{version}
|
|
|
|
|
|
|
|
|
|
%doc doc/alex
|
|
|
|
|
%{_mandir}/man1/alex.1*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Jul 22 2018 Jens Petersen <petersen@redhat.com> - 3.2.4-1
|
|
|
|
|
- update to 3.2.4
|
|
|
|
|
- disable tests
|
|
|
|
|
|
|
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.3-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|