Compare commits
No commits in common. "c8" and "c10s" have entirely different histories.
@ -1 +0,0 @@
|
|||||||
0df1b096a0c8f02ba3cd43e369398d61614e3574 SOURCES/memory-0.14.11.tar.gz
|
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
SOURCES/memory-0.14.11.tar.gz
|
|
@ -1,126 +0,0 @@
|
|||||||
# 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 <releng@fedoraproject.org> - 0.14.11-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 0.14.11-1
|
|
||||||
- update to 0.14.11
|
|
||||||
|
|
||||||
* Sun Sep 03 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.14.6-2
|
|
||||||
- Split documentation into separate subpackage.
|
|
||||||
|
|
||||||
* Sun Sep 03 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.14.6-1
|
|
||||||
- Update to latest version.
|
|
||||||
|
|
||||||
* Sun Aug 27 2017 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.14.6-1
|
|
||||||
- spec file generated by cabal-rpm-0.11.2
|
|
1
dead.package
Normal file
1
dead.package
Normal file
@ -0,0 +1 @@
|
|||||||
|
ghc-memory package is retired on branch c10s for BAKERY-412
|
Loading…
Reference in New Issue
Block a user