132 lines
3.2 KiB
RPMSpec
132 lines
3.2 KiB
RPMSpec
# generated by cabal-rpm-0.13
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
%global pkg_name ghcid
|
|
%global pkgver %{pkg_name}-%{version}
|
|
|
|
%bcond_with tests
|
|
|
|
Name: %{pkg_name}
|
|
Version: 0.7.1
|
|
Release: 4%{?dist}
|
|
Summary: GHCi based bare bones IDE
|
|
|
|
License: BSD
|
|
Url: https://hackage.haskell.org/package/%{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-Cabal-devel
|
|
BuildRequires: ghc-rpm-macros
|
|
BuildRequires: ghc-ansi-terminal-devel
|
|
BuildRequires: ghc-cmdargs-devel
|
|
BuildRequires: ghc-containers-devel
|
|
BuildRequires: ghc-directory-devel
|
|
BuildRequires: ghc-extra-devel
|
|
BuildRequires: ghc-filepath-devel
|
|
BuildRequires: ghc-fsnotify-devel
|
|
BuildRequires: ghc-process-devel
|
|
BuildRequires: ghc-terminal-size-devel
|
|
BuildRequires: ghc-time-devel
|
|
BuildRequires: ghc-unix-devel
|
|
%if %{with tests}
|
|
BuildRequires: ghc-tasty-devel
|
|
BuildRequires: ghc-tasty-hunit-devel
|
|
%endif
|
|
# End cabal-rpm deps
|
|
Requires: cabal-install
|
|
Requires: ghc-compiler
|
|
|
|
%description
|
|
Either "GHCi as a daemon" or "GHC + a bit of an IDE". A very simple Haskell
|
|
development tool which shows you the errors in your project and updates them
|
|
whenever you save. Run 'ghcid --command=ghci', where '--command' is the
|
|
command to start GHCi on your project (defaults to 'ghci' if you have a '.ghci'
|
|
file, or else to 'cabal repl').
|
|
|
|
|
|
%package -n ghc-%{name}
|
|
Summary: Haskell %{name} library
|
|
|
|
%description -n ghc-%{name}
|
|
This package provides the Haskell %{name} shared library.
|
|
|
|
|
|
%package -n ghc-%{name}-devel
|
|
Summary: Haskell %{name} library development files
|
|
Provides: ghc-%{name}-static = %{version}-%{release}
|
|
Provides: ghc-%{name}-doc = %{version}-%{release}
|
|
%if %{defined ghc_version}
|
|
Requires: ghc-compiler = %{ghc_version}
|
|
Requires(post): ghc-compiler = %{ghc_version}
|
|
Requires(postun): ghc-compiler = %{ghc_version}
|
|
%endif
|
|
Requires: ghc-%{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%description -n ghc-%{name}-devel
|
|
This package provides the Haskell %{name} library development files.
|
|
|
|
|
|
%prep
|
|
# Begin cabal-rpm setup:
|
|
%setup -q
|
|
# 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
|
|
|
|
|
|
%check
|
|
%cabal_test
|
|
|
|
|
|
%post -n ghc-%{name}-devel
|
|
%ghc_pkg_recache
|
|
|
|
|
|
%postun -n ghc-%{name}-devel
|
|
%ghc_pkg_recache
|
|
|
|
|
|
%files
|
|
# Begin cabal-rpm files:
|
|
%license LICENSE
|
|
%doc CHANGES.txt README.md
|
|
%{_bindir}/%{name}
|
|
# End cabal-rpm files
|
|
|
|
|
|
%files -n ghc-%{name} -f ghc-%{name}.files
|
|
# Begin cabal-rpm files:
|
|
%license LICENSE
|
|
# End cabal-rpm files
|
|
|
|
|
|
%files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
|
|
%doc CHANGES.txt README.md
|
|
|
|
|
|
%changelog
|
|
* Tue Mar 19 2019 Jens Petersen <petersen@redhat.com> - 0.7.1-4
|
|
- requires ghc-compiler and cabal-install
|
|
|
|
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 0.7.1-3
|
|
- refresh to cabal-rpm-0.13
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
* Mon Oct 15 2018 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.7.1-1
|
|
- spec file generated by cabal-rpm-0.12.5
|