2012-07-04 19:10:36 +02:00
|
|
|
#
|
2016-07-17 17:17:27 +02:00
|
|
|
# spec file for package ghc-blaze-markup
|
2012-07-04 19:10:36 +02:00
|
|
|
#
|
2023-03-30 10:26:20 +02:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2012-07-04 19:10:36 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2018-10-18 11:47:58 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2012-07-04 19:10:36 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2013-08-03 10:25:26 +02:00
|
|
|
%global pkg_name blaze-markup
|
2023-03-30 10:26:20 +02:00
|
|
|
%global pkgver %{pkg_name}-%{version}
|
2015-05-04 19:28:19 +02:00
|
|
|
%bcond_with tests
|
|
|
|
Name: ghc-%{pkg_name}
|
2021-03-08 09:01:06 +01:00
|
|
|
Version: 0.8.2.8
|
2013-08-03 10:25:26 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: A blazingly fast markup combinator library for Haskell
|
2012-07-04 19:10:36 +02:00
|
|
|
License: BSD-3-Clause
|
2017-08-15 15:53:52 +02:00
|
|
|
URL: https://hackage.haskell.org/package/%{pkg_name}
|
2015-05-04 19:28:19 +02:00
|
|
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
2023-03-30 10:26:20 +02:00
|
|
|
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal
|
2012-07-04 19:10:36 +02:00
|
|
|
BuildRequires: ghc-Cabal-devel
|
2023-03-30 10:26:20 +02:00
|
|
|
BuildRequires: ghc-base-devel
|
|
|
|
BuildRequires: ghc-base-prof
|
2012-07-04 19:10:36 +02:00
|
|
|
BuildRequires: ghc-blaze-builder-devel
|
2023-03-30 10:26:20 +02:00
|
|
|
BuildRequires: ghc-blaze-builder-prof
|
2012-07-04 19:10:36 +02:00
|
|
|
BuildRequires: ghc-bytestring-devel
|
2023-03-30 10:26:20 +02:00
|
|
|
BuildRequires: ghc-bytestring-prof
|
2016-07-17 17:17:27 +02:00
|
|
|
BuildRequires: ghc-rpm-macros
|
2012-07-04 19:10:36 +02:00
|
|
|
BuildRequires: ghc-text-devel
|
2023-03-30 10:26:20 +02:00
|
|
|
BuildRequires: ghc-text-prof
|
2020-12-19 18:47:42 +01:00
|
|
|
ExcludeArch: %{ix86}
|
2015-05-04 19:28:19 +02:00
|
|
|
%if %{with tests}
|
|
|
|
BuildRequires: ghc-HUnit-devel
|
2023-03-30 10:26:20 +02:00
|
|
|
BuildRequires: ghc-HUnit-prof
|
2015-05-04 19:28:19 +02:00
|
|
|
BuildRequires: ghc-QuickCheck-devel
|
2023-03-30 10:26:20 +02:00
|
|
|
BuildRequires: ghc-QuickCheck-prof
|
2015-05-04 19:28:19 +02:00
|
|
|
BuildRequires: ghc-containers-devel
|
2023-03-30 10:26:20 +02:00
|
|
|
BuildRequires: ghc-containers-prof
|
2018-01-30 10:31:49 +01:00
|
|
|
BuildRequires: ghc-tasty-devel
|
|
|
|
BuildRequires: ghc-tasty-hunit-devel
|
2023-03-30 10:26:20 +02:00
|
|
|
BuildRequires: ghc-tasty-hunit-prof
|
|
|
|
BuildRequires: ghc-tasty-prof
|
2018-01-30 10:31:49 +01:00
|
|
|
BuildRequires: ghc-tasty-quickcheck-devel
|
2023-03-30 10:26:20 +02:00
|
|
|
BuildRequires: ghc-tasty-quickcheck-prof
|
2015-05-04 19:28:19 +02:00
|
|
|
%endif
|
2012-07-04 19:10:36 +02:00
|
|
|
|
|
|
|
%description
|
2013-08-03 10:25:26 +02:00
|
|
|
Core modules of a blazingly fast markup combinator library for the Haskell
|
2015-05-04 19:28:19 +02:00
|
|
|
programming language. The Text.Blaze module is a good starting point, as well
|
|
|
|
as this tutorial: <http://jaspervdj.be/blaze/tutorial.html>.
|
2013-08-03 10:25:26 +02:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
2016-07-17 17:17:27 +02:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2015-05-04 19:28:19 +02:00
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
|
|
|
Requires(post): ghc-compiler = %{ghc_version}
|
|
|
|
Requires(postun): ghc-compiler = %{ghc_version}
|
2013-08-03 10:25:26 +02:00
|
|
|
|
|
|
|
%description devel
|
2015-05-04 19:28:19 +02:00
|
|
|
This package provides the Haskell %{pkg_name} library development files.
|
2012-07-04 19:10:36 +02:00
|
|
|
|
2023-03-30 10:26:20 +02:00
|
|
|
%package -n ghc-%{pkg_name}-doc
|
|
|
|
Summary: Haskell %{pkg_name} library documentation
|
|
|
|
Requires: ghc-filesystem
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description -n ghc-%{pkg_name}-doc
|
|
|
|
This package provides the Haskell %{pkg_name} library documentation.
|
|
|
|
|
|
|
|
%package -n ghc-%{pkg_name}-prof
|
|
|
|
Summary: Haskell %{pkg_name} profiling library
|
|
|
|
Requires: ghc-%{pkg_name}-devel = %{version}-%{release}
|
|
|
|
Supplements: (ghc-%{pkg_name}-devel and ghc-prof)
|
|
|
|
|
|
|
|
%description -n ghc-%{pkg_name}-prof
|
|
|
|
This package provides the Haskell %{pkg_name} profiling library.
|
|
|
|
|
2012-07-04 19:10:36 +02:00
|
|
|
%prep
|
2020-09-04 17:10:10 +02:00
|
|
|
%autosetup -n %{pkg_name}-%{version}
|
2021-11-09 09:31:50 +01:00
|
|
|
cp -p %{SOURCE1} %{pkg_name}.cabal
|
2012-07-04 19:10:36 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
%ghc_lib_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%ghc_lib_install
|
|
|
|
|
2015-05-04 19:28:19 +02:00
|
|
|
%check
|
2016-08-24 15:07:26 +02:00
|
|
|
%cabal_test
|
2016-07-17 17:17:27 +02:00
|
|
|
|
2013-08-03 10:25:26 +02:00
|
|
|
%post devel
|
|
|
|
%ghc_pkg_recache
|
2012-07-04 19:10:36 +02:00
|
|
|
|
2013-08-03 10:25:26 +02:00
|
|
|
%postun devel
|
|
|
|
%ghc_pkg_recache
|
2012-07-04 19:10:36 +02:00
|
|
|
|
2013-08-03 10:25:26 +02:00
|
|
|
%files -f %{name}.files
|
2018-04-26 09:13:42 +02:00
|
|
|
%license LICENSE
|
2012-07-04 19:10:36 +02:00
|
|
|
|
2013-08-03 10:25:26 +02:00
|
|
|
%files devel -f %{name}-devel.files
|
2016-07-17 17:17:27 +02:00
|
|
|
%doc CHANGELOG
|
2012-07-04 19:10:36 +02:00
|
|
|
|
2023-03-30 10:26:20 +02:00
|
|
|
%files -n ghc-%{pkg_name}-doc -f ghc-%{pkg_name}-doc.files
|
|
|
|
%license LICENSE
|
|
|
|
|
|
|
|
%files -n ghc-%{pkg_name}-prof -f ghc-%{pkg_name}-prof.files
|
|
|
|
|
2012-07-04 19:10:36 +02:00
|
|
|
%changelog
|