|
|
@ -4,16 +4,13 @@
|
|
|
|
%global pkg_name pandoc
|
|
|
|
%global pkg_name pandoc
|
|
|
|
%global pkgver %{pkg_name}-%{version}
|
|
|
|
%global pkgver %{pkg_name}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%global HsYAML HsYAML-0.2.1.0
|
|
|
|
|
|
|
|
%global unicodetransforms unicode-transforms-0.3.6
|
|
|
|
%global unicodetransforms unicode-transforms-0.3.6
|
|
|
|
# needed by unicode-transforms
|
|
|
|
# needed by unicode-transforms
|
|
|
|
%global bitarray bitarray-0.0.1.1
|
|
|
|
%global bitarray bitarray-0.0.1.1
|
|
|
|
%global doclayout doclayout-0.2.0.1
|
|
|
|
|
|
|
|
%global emojis emojis-0.1
|
|
|
|
%global emojis emojis-0.1
|
|
|
|
%global hsluamodulesystem hslua-module-system-0.2.1
|
|
|
|
%global hsluamodulesystem hslua-module-system-0.2.1
|
|
|
|
%global ipynb ipynb-0.1.0.1
|
|
|
|
%global ipynb ipynb-0.1.0.1
|
|
|
|
%global jirawikimarkup jira-wiki-markup-1.0.0
|
|
|
|
%global jirawikimarkup jira-wiki-markup-1.0.0
|
|
|
|
%global textconversions text-conversions-0.3.0
|
|
|
|
|
|
|
|
%global subpkgs %{HsYAML} %{bitarray} %{unicodetransforms} %{hsluamodulesystem} %{ipynb} %{doclayout} %{emojis} %{jirawikimarkup} %{textconversions}
|
|
|
|
%global subpkgs %{HsYAML} %{bitarray} %{unicodetransforms} %{hsluamodulesystem} %{ipynb} %{doclayout} %{emojis} %{jirawikimarkup} %{textconversions}
|
|
|
|
|
|
|
|
|
|
|
|
Name: %{pkg_name}
|
|
|
|
Name: %{pkg_name}
|
|
|
@ -26,15 +23,12 @@ License: GPLv2+
|
|
|
|
Url: https://hackage.haskell.org/package/%{name}
|
|
|
|
Url: https://hackage.haskell.org/package/%{name}
|
|
|
|
# Begin cabal-rpm sources:
|
|
|
|
# Begin cabal-rpm sources:
|
|
|
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
|
|
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
|
|
|
Source1: https://hackage.haskell.org/package/%{HsYAML}/%{HsYAML}.tar.gz
|
|
|
|
Source1: https://hackage.haskell.org/package/%{unicodetransforms}/%{unicodetransforms}.tar.gz
|
|
|
|
Source2: https://hackage.haskell.org/package/%{unicodetransforms}/%{unicodetransforms}.tar.gz
|
|
|
|
Source2: https://hackage.haskell.org/package/%{bitarray}/%{bitarray}.tar.gz
|
|
|
|
Source3: https://hackage.haskell.org/package/%{bitarray}/%{bitarray}.tar.gz
|
|
|
|
Source3: https://hackage.haskell.org/package/%{hsluamodulesystem}/%{hsluamodulesystem}.tar.gz
|
|
|
|
Source4: https://hackage.haskell.org/package/%{hsluamodulesystem}/%{hsluamodulesystem}.tar.gz
|
|
|
|
Source4: https://hackage.haskell.org/package/%{ipynb}/%{ipynb}.tar.gz
|
|
|
|
Source5: https://hackage.haskell.org/package/%{ipynb}/%{ipynb}.tar.gz
|
|
|
|
Source5: https://hackage.haskell.org/package/%{emojis}/%{emojis}.tar.gz
|
|
|
|
Source6: https://hackage.haskell.org/package/%{doclayout}/%{doclayout}.tar.gz
|
|
|
|
Source6: https://hackage.haskell.org/package/%{jirawikimarkup}/%{jirawikimarkup}.tar.gz
|
|
|
|
Source7: https://hackage.haskell.org/package/%{emojis}/%{emojis}.tar.gz
|
|
|
|
|
|
|
|
Source8: https://hackage.haskell.org/package/%{jirawikimarkup}/%{jirawikimarkup}.tar.gz
|
|
|
|
|
|
|
|
Source9: https://hackage.haskell.org/package/%{textconversions}/%{textconversions}.tar.gz
|
|
|
|
|
|
|
|
# End cabal-rpm sources
|
|
|
|
# End cabal-rpm sources
|
|
|
|
|
|
|
|
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
@ -42,7 +36,7 @@ BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-rpm-macros-extra
|
|
|
|
BuildRequires: ghc-rpm-macros-extra
|
|
|
|
BuildRequires: ghc-Glob-prof
|
|
|
|
BuildRequires: ghc-Glob-prof
|
|
|
|
BuildRequires: ghc-HTTP-prof
|
|
|
|
BuildRequires: ghc-HTTP-prof
|
|
|
|
#BuildRequires: ghc-HsYAML-prof
|
|
|
|
BuildRequires: ghc-HsYAML-prof
|
|
|
|
BuildRequires: ghc-JuicyPixels-prof
|
|
|
|
BuildRequires: ghc-JuicyPixels-prof
|
|
|
|
BuildRequires: ghc-SHA-prof
|
|
|
|
BuildRequires: ghc-SHA-prof
|
|
|
|
BuildRequires: ghc-aeson-prof
|
|
|
|
BuildRequires: ghc-aeson-prof
|
|
|
@ -60,7 +54,7 @@ BuildRequires: ghc-containers-prof
|
|
|
|
BuildRequires: ghc-data-default-prof
|
|
|
|
BuildRequires: ghc-data-default-prof
|
|
|
|
BuildRequires: ghc-deepseq-prof
|
|
|
|
BuildRequires: ghc-deepseq-prof
|
|
|
|
BuildRequires: ghc-directory-prof
|
|
|
|
BuildRequires: ghc-directory-prof
|
|
|
|
#BuildRequires: ghc-doclayout-prof
|
|
|
|
BuildRequires: ghc-doclayout-prof
|
|
|
|
BuildRequires: ghc-doctemplates-prof
|
|
|
|
BuildRequires: ghc-doctemplates-prof
|
|
|
|
#BuildRequires: ghc-emojis-prof
|
|
|
|
#BuildRequires: ghc-emojis-prof
|
|
|
|
BuildRequires: ghc-exceptions-prof
|
|
|
|
BuildRequires: ghc-exceptions-prof
|
|
|
@ -91,7 +85,7 @@ BuildRequires: ghc-tagsoup-prof
|
|
|
|
BuildRequires: ghc-temporary-prof
|
|
|
|
BuildRequires: ghc-temporary-prof
|
|
|
|
BuildRequires: ghc-texmath-prof
|
|
|
|
BuildRequires: ghc-texmath-prof
|
|
|
|
BuildRequires: ghc-text-prof
|
|
|
|
BuildRequires: ghc-text-prof
|
|
|
|
#BuildRequires: ghc-text-conversions-prof
|
|
|
|
BuildRequires: ghc-text-conversions-prof
|
|
|
|
BuildRequires: ghc-time-prof
|
|
|
|
BuildRequires: ghc-time-prof
|
|
|
|
#BuildRequires: ghc-unicode-transforms-prof
|
|
|
|
#BuildRequires: ghc-unicode-transforms-prof
|
|
|
|
BuildRequires: ghc-unix-prof
|
|
|
|
BuildRequires: ghc-unix-prof
|
|
|
@ -203,15 +197,12 @@ This package provides the Haskell %{name} profiling library.
|
|
|
|
%global main_version %{version}
|
|
|
|
%global main_version %{version}
|
|
|
|
|
|
|
|
|
|
|
|
%if %{defined ghclibdir}
|
|
|
|
%if %{defined ghclibdir}
|
|
|
|
%ghc_lib_subpackage %{HsYAML}
|
|
|
|
|
|
|
|
%ghc_lib_subpackage %{unicodetransforms}
|
|
|
|
%ghc_lib_subpackage %{unicodetransforms}
|
|
|
|
%ghc_lib_subpackage %{bitarray}
|
|
|
|
%ghc_lib_subpackage %{bitarray}
|
|
|
|
%ghc_lib_subpackage %{hsluamodulesystem}
|
|
|
|
%ghc_lib_subpackage %{hsluamodulesystem}
|
|
|
|
%ghc_lib_subpackage %{ipynb}
|
|
|
|
%ghc_lib_subpackage %{ipynb}
|
|
|
|
%ghc_lib_subpackage %{doclayout}
|
|
|
|
|
|
|
|
%ghc_lib_subpackage %{emojis}
|
|
|
|
%ghc_lib_subpackage %{emojis}
|
|
|
|
%ghc_lib_subpackage %{jirawikimarkup}
|
|
|
|
%ghc_lib_subpackage %{jirawikimarkup}
|
|
|
|
%ghc_lib_subpackage %{textconversions}
|
|
|
|
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%global version %{main_version}
|
|
|
|
%global version %{main_version}
|
|
|
@ -219,7 +210,7 @@ This package provides the Haskell %{name} profiling library.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
# Begin cabal-rpm setup:
|
|
|
|
# Begin cabal-rpm setup:
|
|
|
|
%setup -q -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8 -a9
|
|
|
|
%setup -q -a1 -a2 -a3 -a4 -a5 -a6
|
|
|
|
# End cabal-rpm setup
|
|
|
|
# End cabal-rpm setup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|