import ghc-foundation-0.0.17-3.el8
This commit is contained in:
commit
d57dcfeaac
1
.ghc-foundation.metadata
Normal file
1
.ghc-foundation.metadata
Normal file
@ -0,0 +1 @@
|
||||
c128a73663943ad0dba1ac3e4604185653436ba7 SOURCES/foundation-0.0.17.tar.gz
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
SOURCES/foundation-0.0.17.tar.gz
|
126
SPECS/ghc-foundation.spec
Normal file
126
SPECS/ghc-foundation.spec
Normal file
@ -0,0 +1,126 @@
|
||||
# generated by cabal-rpm-0.12.1
|
||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||
|
||||
%global pkg_name foundation
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
|
||||
%bcond_with tests
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.0.17
|
||||
Release: 3%{?dist}
|
||||
Summary: Alternative prelude with batteries and no dependencies
|
||||
|
||||
License: BSD
|
||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: ghc-basement-devel
|
||||
# End cabal-rpm deps
|
||||
|
||||
%description
|
||||
A custom prelude with no dependencies apart from base.
|
||||
|
||||
This package has the following goals:
|
||||
|
||||
* provide a base like sets of modules that provide a consistent set of features
|
||||
and bugfixes across multiple versions of GHC (unlike base).
|
||||
|
||||
* provide a better and more efficient prelude than base's prelude.
|
||||
|
||||
* be self-sufficient: no external dependencies apart from base.
|
||||
|
||||
* provide better data-types: packed unicode string by default, arrays.
|
||||
|
||||
* Better numerical classes that better represent mathematical thing (No more
|
||||
all-in-one Num).
|
||||
|
||||
* Better I/O system with less Lazy IO
|
||||
|
||||
* Usual partial functions distinguished through type system.
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: Haskell %{pkg_name} library development files
|
||||
Provides: %{name}-static = %{version}-%{release}
|
||||
Provides: %{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: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
|
||||
%package devel-doc
|
||||
Summary: Haskell %{pkg_name} library development documentation
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description devel-doc
|
||||
This package provides the Haskell %{pkg_name} library development documentation.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pkgver}
|
||||
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
||||
|
||||
%install
|
||||
%ghc_lib_install
|
||||
grep -v "%{_docdir}/ghc/html/libraries/%{pkgver}" %{name}-devel.files > %{name}-devel-nodoc.files
|
||||
grep "%{_docdir}/ghc/html/libraries/%{pkgver}" %{name}-devel.files > %{name}-devel-doc.files
|
||||
|
||||
|
||||
%check
|
||||
%cabal_test
|
||||
|
||||
|
||||
%post devel
|
||||
%ghc_pkg_recache
|
||||
|
||||
|
||||
%postun devel
|
||||
%ghc_pkg_recache
|
||||
|
||||
|
||||
%files -f %{name}.files
|
||||
%license LICENSE
|
||||
|
||||
|
||||
%files devel -f %{name}-devel-nodoc.files
|
||||
%doc CHANGELOG.md README.md
|
||||
|
||||
|
||||
%files devel-doc -f %{name}-devel-doc.files
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 23 2018 Jens Petersen <petersen@redhat.com> - 0.0.17-3
|
||||
- unbundle basement
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.17-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 0.0.13-1
|
||||
- update to 0.0.17
|
||||
- subpackage basement
|
||||
|
||||
* Mon Aug 28 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.0.13-3
|
||||
- Make documentation subpackage noarch.
|
||||
|
||||
* Sat Aug 26 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.0.13-2
|
||||
- Split documentation into separate subpackage.
|
||||
- Update to latest spec template.
|
||||
|
||||
* Sat Jul 22 2017 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.0.13-1
|
||||
- spec file generated by cabal-rpm-0.11
|
Loading…
Reference in New Issue
Block a user