|
|
|
@ -5,8 +5,8 @@
|
|
|
|
|
%global pkgver %{pkg_name}-%{version}
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 1.0.3.1
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 1.0.3.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Bindings to Lua, an embeddable scripting language
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
@ -22,9 +22,9 @@ BuildRequires: ghc-base-prof
|
|
|
|
|
BuildRequires: ghc-bytestring-prof
|
|
|
|
|
BuildRequires: ghc-containers-prof
|
|
|
|
|
BuildRequires: ghc-exceptions-prof
|
|
|
|
|
#BuildRequires: ghc-fail-prof
|
|
|
|
|
BuildRequires: ghc-mtl-prof
|
|
|
|
|
BuildRequires: ghc-text-prof
|
|
|
|
|
BuildRequires: lua-devel
|
|
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -40,9 +40,6 @@ Provides: %{name}-static%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
|
|
|
|
%endif
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
|
Requires: lua-devel%{?_isa}
|
|
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
@ -123,6 +120,9 @@ rm -r cbits/lua-5.3.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Feb 14 2020 Jens Petersen <petersen@redhat.com> - 1.0.3.2-1
|
|
|
|
|
- update to 1.0.3.2
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|