ghc-text-short/ghc-text-short.spec

129 lines
3.5 KiB
RPMSpec
Raw Normal View History

2019-02-17 14:47:27 +00:00
# generated by cabal-rpm-0.13
2017-11-20 23:02:07 +00:00
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name text-short
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
2018-07-09 09:14:55 +00:00
Version: 0.1.2
2019-02-17 14:47:27 +00:00
Release: 5%{?dist}
2017-11-20 23:02:07 +00:00
Summary: Memory-efficient representation of Unicode text strings
License: BSD
Url: https://hackage.haskell.org/package/%{pkg_name}
2019-02-17 14:47:27 +00:00
# Begin cabal-rpm sources:
2017-11-20 23:02:07 +00:00
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
2019-02-17 14:47:27 +00:00
Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal
# End cabal-rpm sources
2017-11-20 23:02:07 +00:00
2019-02-17 14:47:27 +00:00
# Begin cabal-rpm deps:
2017-11-20 23:02:07 +00:00
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-binary-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-hashable-devel
BuildRequires: ghc-text-devel
%if %{with tests}
BuildRequires: ghc-quickcheck-instances-devel
BuildRequires: ghc-tasty-devel
BuildRequires: ghc-tasty-hunit-devel
BuildRequires: ghc-tasty-quickcheck-devel
%endif
# End cabal-rpm deps
%description
This package provides the 'ShortText' type which is suitable for keeping many
short strings in memory. This is similiar to how 'ShortByteString' relates to
'ByteString'.
The main difference between 'Text' and 'ShortText' is that 'ShortText' uses
2018-07-09 09:14:55 +00:00
UTF-8 instead of UTF-16 internally and also doesn't support zero-copy slicing
(thereby saving 2 words). Consequently, the memory footprint of a (boxed)
'ShortText' value is 4 words (2 words when unboxed) plus the length of the
UTF-8 encoded payload.
2017-11-20 23:02:07 +00:00
%package devel
Summary: Haskell %{pkg_name} library development files
Provides: %{name}-static = %{version}-%{release}
2018-01-24 13:12:09 +00:00
Provides: %{name}-doc = %{version}-%{release}
%if %{defined ghc_version}
2017-11-20 23:02:07 +00:00
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
2018-01-24 13:12:09 +00:00
%endif
2017-11-20 23:02:07 +00:00
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
This package provides the Haskell %{pkg_name} library development files.
%prep
2019-02-17 14:47:27 +00:00
# Begin cabal-rpm setup:
2017-11-20 23:02:07 +00:00
%setup -q -n %{pkgver}
2019-02-17 14:47:27 +00:00
cp -bp %{SOURCE1} %{pkg_name}.cabal
# End cabal-rpm setup
2017-11-20 23:02:07 +00:00
%build
2019-02-17 14:47:27 +00:00
# Begin cabal-rpm build:
2017-11-20 23:02:07 +00:00
%ghc_lib_build
2019-02-17 14:47:27 +00:00
# End cabal-rpm build
2017-11-20 23:02:07 +00:00
%install
2019-02-17 14:47:27 +00:00
# Begin cabal-rpm install
2017-11-20 23:02:07 +00:00
%ghc_lib_install
2019-02-17 14:47:27 +00:00
# End cabal-rpm install
2017-11-20 23:02:07 +00:00
%check
%cabal_test
%post devel
%ghc_pkg_recache
%postun devel
%ghc_pkg_recache
%files -f %{name}.files
2019-02-17 14:47:27 +00:00
# Begin cabal-rpm files:
2017-11-20 23:02:07 +00:00
%license LICENSE
2019-02-17 14:47:27 +00:00
# End cabal-rpm files
2017-11-20 23:02:07 +00:00
%files devel -f %{name}-devel.files
%doc ChangeLog.md
%changelog
2019-02-17 14:47:27 +00:00
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 0.1.2-5
- refresh to cabal-rpm-0.13
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
2018-07-28 16:05:43 +00:00
* Sat Jul 28 2018 Jens Petersen <petersen@redhat.com> - 0.1.2-3
- rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
2018-07-09 09:14:55 +00:00
* Mon Jul 09 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.1.2-1
- update to 0.1.2
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
2018-01-26 11:00:42 +00:00
* Fri Jan 26 2018 Jens Petersen <petersen@redhat.com> - 0.1.1-2
- rebuild
2017-11-20 23:02:07 +00:00
* Sat Nov 18 2017 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.1.1-1
- spec file generated by cabal-rpm-0.11.2