|
|
|
@ -3,8 +3,8 @@
|
|
|
|
|
%global pkg_name transformers-compat
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 0.3.3.4
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Version: 0.4.0.4
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Compatibility shim exposing the new types from newer transformers
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
@ -38,7 +38,6 @@ files.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{pkg_name}-%{version}
|
|
|
|
|
cabal-tweak-flag three True
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -48,6 +47,8 @@ cabal-tweak-flag three True
|
|
|
|
|
%install
|
|
|
|
|
%ghc_lib_install
|
|
|
|
|
|
|
|
|
|
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post devel
|
|
|
|
|
%ghc_pkg_recache
|
|
|
|
@ -58,7 +59,7 @@ cabal-tweak-flag three True
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
|
|
|
|
%doc LICENSE
|
|
|
|
|
%license LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
|
|
|
@ -66,6 +67,9 @@ cabal-tweak-flag three True
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jun 7 2016 Jens Petersen <petersen@redhat.com> - 0.4.0.4-1
|
|
|
|
|
- update to 0.4.0.4
|
|
|
|
|
|
|
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3.4-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|