commit 8d18306ac462f1b24219ce070f3ace8f5cbe21f5 Author: CentOS Sources Date: Tue May 7 09:03:23 2019 -0400 import ghc-memory-0.14.11-2.el8 diff --git a/.ghc-memory.metadata b/.ghc-memory.metadata new file mode 100644 index 0000000..ba132b8 --- /dev/null +++ b/.ghc-memory.metadata @@ -0,0 +1 @@ +0df1b096a0c8f02ba3cd43e369398d61614e3574 SOURCES/memory-0.14.11.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3e40498 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/memory-0.14.11.tar.gz diff --git a/SPECS/ghc-memory.spec b/SPECS/ghc-memory.spec new file mode 100644 index 0000000..db50cd3 --- /dev/null +++ b/SPECS/ghc-memory.spec @@ -0,0 +1,126 @@ +# generated by cabal-rpm-0.12.1 +# https://fedoraproject.org/wiki/Packaging:Haskell + +%global pkg_name memory +%global pkgver %{pkg_name}-%{version} + +%bcond_with tests + +Name: ghc-%{pkg_name} +Version: 0.14.11 +Release: 2%{?dist} +Summary: Memory and related abstraction stuff + +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 +BuildRequires: ghc-bytestring-devel +BuildRequires: ghc-deepseq-devel +BuildRequires: ghc-foundation-devel +%if %{with tests} +BuildRequires: ghc-tasty-devel +BuildRequires: ghc-tasty-hunit-devel +BuildRequires: ghc-tasty-quickcheck-devel +%endif +# End cabal-rpm deps + +%description +Chunk of memory, polymorphic byte array management and manipulation + +* A polymorphic byte array abstraction and function similar to strict +ByteString. + +* Different type of byte array abstraction. + +* Raw memory IO operations (memory set, memory copy, ..) + +* Aliasing with endianness support. + +* Encoding : Base16, Base32, Base64. + +* Hashing : FNV, SipHash. + + +%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 +%doc CHANGELOG.md README.md + + +%changelog +* Wed Feb 07 2018 Fedora Release Engineering - 0.14.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jan 24 2018 Jens Petersen - 0.14.11-1 +- update to 0.14.11 + +* Sun Sep 03 2017 Elliott Sales de Andrade 0.14.6-2 +- Split documentation into separate subpackage. + +* Sun Sep 03 2017 Elliott Sales de Andrade 0.14.6-1 +- Update to latest version. + +* Sun Aug 27 2017 Fedora Haskell SIG - 0.14.6-1 +- spec file generated by cabal-rpm-0.11.2