This commit is contained in:
Jens Petersen 2013-11-19 18:43:02 +09:00
parent f4b8448e0b
commit 26b0bdd452
3 changed files with 93 additions and 0 deletions

1
.gitignore vendored
View File

@ -0,0 +1 @@
/pureMD5-2.1.2.1.tar.gz

91
ghc-pureMD5.spec Normal file
View File

@ -0,0 +1,91 @@
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name pureMD5
Name: ghc-%{pkg_name}
Version: 2.1.2.1
Release: 2%{?dist}
Summary: Pure Haskell MD5 digest implementation
License: BSD
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-binary-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-cereal-devel
BuildRequires: ghc-crypto-api-devel
BuildRequires: ghc-tagged-devel
# End cabal-rpm deps
%description
A Haskell-only implementation of the MD5 digest (hash) algorithm.
This now supports the crypto-api class interface.
%package devel
Summary: Haskell %{pkg_name} library development files
Provides: %{name}-static = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
This package provides the Haskell %{pkg_name} library development files.
%prep
%setup -q -n %{pkg_name}-%{version}
%build
%ghc_lib_build
%install
%ghc_lib_install
%post devel
%ghc_pkg_recache
%postun devel
%ghc_pkg_recache
%files -f %{name}.files
%doc LICENSE
%files devel -f %{name}-devel.files
%changelog
* Wed Oct 16 2013 Jens Petersen <petersen@redhat.com> - 2.1.2.1-2
- add static provides to devel
* Tue Sep 10 2013 Jens Petersen <petersen@redhat.com> - 2.1.2.1-1
- simpler summary
* Tue Sep 10 2013 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 2.1.2.1-0
- spec file generated by cabal-rpm-0.8.3
* Sat Oct 30 2010 Ben Boeckel <mathstuf@gmail.com> - 2.1.0.2-1
- Update to 2.1.0.2
* Mon Oct 18 2010 Ben Boeckel <mathstuf@gmail.com> - 2.1.0.1-1
- Update to 2.1.0.1
* Thu Sep 23 2010 Ben Boeckel <mathstuf@gmail.com> - 2.1.0.0-1
- Update to 2.1.0.0
* Sat Sep 04 2010 Ben Boeckel <mathstuf@gmail.com> - 1.1.0.0-1
- Initial package
* Sat Sep 4 2010 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 1.1.0.0-0
- initial packaging for Fedora automatically generated by cabal2spec-0.22.2

View File

@ -0,0 +1 @@
00923d79d1eff1982598aae946c8c37e pureMD5-2.1.2.1.tar.gz