%define pkg_name data-default %define pkg_version 0.7.1.1 %define pkg_release 6%{?_dist_release} Summary: Haskell libraries: %{pkg_name} and dependent libraries Name: libghc-%{pkg_name} Version: %{pkg_version} Release: %{pkg_release} License: BSD3 Group: Applications/Text URL: http://hackage.haskell.org Source0: packages Source11: data-default-instances-containers-0.0.1.tar.gz Source12: data-default-instances-containers.cabal Source13: data-default-instances-dlist-0.0.1.tar.gz Source14: data-default-instances-dlist.cabal Source15: data-default-instances-old-locale-0.0.1.tar.gz Source16: data-default-instances-old-locale.cabal Source17: data-default-0.7.1.1.tar.gz Source18: data-default.cabal BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: ghc haskell-platform BuildRequires: libffi-devel gmp-devel zlib-devel BuildRequires: libghc-data-default-class BuildRequires: libghc-old-locale BuildRequires: libghc-dlist BuildRequires: docbook-utils docbook-utils-pdf docbook-style-xsl Requires: ghc haskell-platform Requires: haskell-platform-dep Vendor: Project Vine Distribution: Vine Linux Packager: ara_t %description Haskell libraries: %{pkg_name} and dependent libraries %prep %{__rm} -rf ${RPM_BUILD_ROOT} %build %ghc_pkg_init cd %{_builddir} for pkg in `cat %{SOURCE0}`; do %{__tar} xzf %{_sourcedir}/${pkg}.tar.gz pushd ${pkg} %ghc_fix_dependencies ${pkg} %cabal_configure2 %{name} ${pkg} %cabal_build %cabal_haddock %cabal_copy_resister %{name}_${pkg} popd done %clean %{__rm} -rf ${RPM_BUILD_ROOT} %post %ghc_pkg_recache %postun %ghc_pkg_recache %files %defattr(-, root, root) %{_libdir}/ghc-%{ghc_version}/ %{_libdir}/ghc-lib/ %{_datadir}/ %changelog * Mon Dec 17 2018 Toshiaki Ara 0.7.1.1-6 - rebuild with ghc-8.6.3-1 * Wed Aug 08 2018 Toshiaki Ara 0.7.1.1-5 - rebuild with ghc-8.4.3-2 * Fri Jul 20 2018 Toshiaki Ara 0.7.1.1-4 - build using ghc-8.4.3 * Fri May 18 2018 Toshiaki Ara 0.7.1.1-3 - rebuild using ghc-8.4.2 - rewrite using macro - add BuildRequires: libghc-old-locale * Tue Jan 09 2018 Toshiaki Ara 0.7.1.1-2 - rebuild using ghc-8.2.2 * Fri Feb 03 2017 Toshiaki Ara 0.7.1.1-1 - update to 0.7.1.1 - build using ghc-8.0.1 * Wed May 04 2016 Toshiaki Ara 0.5.3-3 - rebuilt * Tue Apr 12 2016 Toshiaki Ara 0.5.3-2 - correct SPEC file * Tue Mar 01 2016 Toshiaki Ara 0.5.3-1 - new package