|
|
|
@ -4,9 +4,11 @@
|
|
|
|
|
%global pkg_name base16-bytestring
|
|
|
|
|
%global pkgver %{pkg_name}-%{version}
|
|
|
|
|
|
|
|
|
|
%bcond_without tests
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 0.1.1.6
|
|
|
|
|
Release: 16%{?dist}
|
|
|
|
|
Version: 0.1.1.7
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Fast hex encoding and decoding for ByteStrings
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
@ -23,7 +25,14 @@ BuildRequires: ghc-bytestring-prof
|
|
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Fast base16 (hex) encoding and decoding for ByteStrings.
|
|
|
|
|
This package provides support for encoding and decoding binary data according
|
|
|
|
|
to 'base16' (see also <https://tools.ietf.org/html/rfc4648 RFC 4648>) for
|
|
|
|
|
strict (see "Data.ByteString.Base16") and lazy 'ByteString's (see
|
|
|
|
|
"Data.ByteString.Base16.Lazy").
|
|
|
|
|
|
|
|
|
|
See also the <https://hackage.haskell.org/package/base-encoding base-encoding>
|
|
|
|
|
package which provides an uniform API providing conversion paths between more
|
|
|
|
|
binary and textual types.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
@ -79,6 +88,10 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|
|
|
|
# End cabal-rpm install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
%cabal_test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
|
|
|
|
# Begin cabal-rpm files:
|
|
|
|
|
%license LICENSE
|
|
|
|
@ -86,7 +99,7 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
|
|
|
|
%doc README.markdown
|
|
|
|
|
%doc CHANGELOG.md README.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with haddock}
|
|
|
|
@ -101,6 +114,9 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jul 16 2020 Jens Petersen <petersen@redhat.com> - 0.1.1.7-1
|
|
|
|
|
- update to 0.1.1.7
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1.6-16
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|