ghc-simple-cabal/ghc-simple-cabal.spec

114 lines
2.5 KiB
RPMSpec
Raw Normal View History

2023-01-22 17:39:43 +00:00
# generated by cabal-rpm-2.1.0
2020-06-04 11:28:15 +00:00
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
2019-11-01 09:40:05 +00:00
%global pkg_name simple-cabal
%global pkgver %{pkg_name}-%{version}
Name: ghc-%{pkg_name}
2023-01-22 17:39:43 +00:00
Version: 0.1.3.1
Release: %autorelease
2019-11-01 09:40:05 +00:00
Summary: Cabal file wrapper library
2023-01-22 17:39:43 +00:00
License: BSD-3-Clause
2019-11-01 09:40:05 +00:00
Url: https://hackage.haskell.org/package/%{pkg_name}
# Begin cabal-rpm sources:
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
# End cabal-rpm sources
# Begin cabal-rpm deps:
BuildRequires: ghc-rpm-macros
2023-01-22 17:39:43 +00:00
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-directory-devel
BuildRequires: ghc-filepath-devel
%if %{with ghc_prof}
2020-02-08 14:52:01 +00:00
BuildRequires: ghc-Cabal-prof
BuildRequires: ghc-base-prof
2020-06-10 03:50:18 +00:00
BuildRequires: ghc-bytestring-prof
2020-02-08 14:52:01 +00:00
BuildRequires: ghc-directory-prof
BuildRequires: ghc-filepath-prof
2023-01-22 17:39:43 +00:00
%endif
2019-11-01 09:40:05 +00:00
# End cabal-rpm deps
%description
Find and read .cabal files, and a Cabal dependency compatibility layer.
%package devel
Summary: Haskell %{pkg_name} library development files
Provides: %{name}-static = %{version}-%{release}
Provides: %{name}-static%{?_isa} = %{version}-%{release}
%if %{defined ghc_version}
Requires: ghc-compiler = %{ghc_version}
%endif
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
This package provides the Haskell %{pkg_name} library development files.
%if %{with haddock}
%package doc
Summary: Haskell %{pkg_name} library documentation
2020-01-02 03:54:53 +00:00
BuildArch: noarch
2021-07-07 16:30:13 +00:00
Requires: ghc-filesystem
2019-11-01 09:40:05 +00:00
%description doc
This package provides the Haskell %{pkg_name} library documentation.
%endif
%if %{with ghc_prof}
%package prof
Summary: Haskell %{pkg_name} profiling library
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
2020-01-02 03:54:53 +00:00
Supplements: (%{name}-devel and ghc-prof)
2019-11-01 09:40:05 +00:00
%description prof
This package provides the Haskell %{pkg_name} profiling library.
%endif
%prep
# Begin cabal-rpm setup:
%setup -q -n %{pkgver}
# End cabal-rpm setup
%build
# Begin cabal-rpm build:
%ghc_lib_build
# End cabal-rpm build
%install
# Begin cabal-rpm install
%ghc_lib_install
# End cabal-rpm install
%files -f %{name}.files
# Begin cabal-rpm files:
%license LICENSE
# End cabal-rpm files
%files devel -f %{name}-devel.files
2020-06-10 03:50:18 +00:00
%doc ChangeLog.md README.md
2019-11-01 09:40:05 +00:00
%if %{with haddock}
%files doc -f %{name}-doc.files
2020-01-02 03:54:53 +00:00
%license LICENSE
2019-11-01 09:40:05 +00:00
%endif
%if %{with ghc_prof}
%files prof -f %{name}-prof.files
%endif
%changelog
%autochangelog