From 26b0bdd452ab355d7f1bdc9dcb595f5ada2648bb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 19 Nov 2013 18:43:02 +0900 Subject: [PATCH] import (#1006114) --- .gitignore | 1 + ghc-pureMD5.spec | 91 ++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 93 insertions(+) create mode 100644 ghc-pureMD5.spec diff --git a/.gitignore b/.gitignore index e69de29..264eac6 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/pureMD5-2.1.2.1.tar.gz diff --git a/ghc-pureMD5.spec b/ghc-pureMD5.spec new file mode 100644 index 0000000..01a42f2 --- /dev/null +++ b/ghc-pureMD5.spec @@ -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 - 2.1.2.1-2 +- add static provides to devel + +* Tue Sep 10 2013 Jens Petersen - 2.1.2.1-1 +- simpler summary + +* Tue Sep 10 2013 Fedora Haskell SIG - 2.1.2.1-0 +- spec file generated by cabal-rpm-0.8.3 + +* Sat Oct 30 2010 Ben Boeckel - 2.1.0.2-1 +- Update to 2.1.0.2 + +* Mon Oct 18 2010 Ben Boeckel - 2.1.0.1-1 +- Update to 2.1.0.1 + +* Thu Sep 23 2010 Ben Boeckel - 2.1.0.0-1 +- Update to 2.1.0.0 + +* Sat Sep 04 2010 Ben Boeckel - 1.1.0.0-1 +- Initial package + +* Sat Sep 4 2010 Fedora Haskell SIG - 1.1.0.0-0 +- initial packaging for Fedora automatically generated by cabal2spec-0.22.2 diff --git a/sources b/sources index e69de29..ba553d9 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +00923d79d1eff1982598aae946c8c37e pureMD5-2.1.2.1.tar.gz