Enable annotated build again

This reverts commit b2d8fa64eb.
This commit is contained in:
Miro Hrončok 2018-07-24 19:20:49 +02:00
parent b2d8fa64eb
commit 5f24cfca5c
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,6 @@
# generated by cabal-rpm-0.12.1
# https://fedoraproject.org/wiki/Packaging:Haskell
# workaround https://bugzilla.redhat.com/show_bug.cgi?id=1607054
%undefine _annotated_build
%global pkg_name texmath
%global pkgver %{pkg_name}-%{version}
@ -13,7 +10,7 @@
Name: ghc-%{pkg_name}
Version: 0.10.1
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Conversion between formats used to represent mathematics
License: GPLv2+
@ -100,6 +97,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Tue Jul 24 2018 Miro Hrončok <mhroncok@redhat.com> - 0.10.1-5
- Enable annotated build again
* Mon Jul 23 2018 Miro Hrončok <mhroncok@redhat.com> - 0.10.1-4
- Rebuilt for #1607054