107 lines
3.0 KiB
RPMSpec
107 lines
3.0 KiB
RPMSpec
# cabal2spec-0.25.2
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
|
|
|
|
%global pkg_name digest
|
|
|
|
%global common_summary Haskell %{pkg_name} library
|
|
|
|
%global common_description This package provides efficient cryptographic hash implementations for strict\
|
|
and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are\
|
|
implemented as FFI bindings to efficient code from zlib.
|
|
|
|
Name: ghc-%{pkg_name}
|
|
Version: 0.0.1.1
|
|
Release: 3%{?dist}
|
|
Summary: %{common_summary}
|
|
|
|
Group: System Environment/Libraries
|
|
License: BSD
|
|
# BEGIN cabal2spec
|
|
URL: http://hackage.haskell.org/package/%{pkg_name}
|
|
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
|
ExclusiveArch: %{ghc_arches}
|
|
BuildRequires: ghc-Cabal-devel
|
|
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
|
|
# END cabal2spec
|
|
BuildRequires: zlib-devel%{?_isa}
|
|
BuildRequires: ghc-bytestring-devel
|
|
|
|
%description
|
|
%{common_description}
|
|
|
|
|
|
%prep
|
|
%setup -q -n %{pkg_name}-%{version}
|
|
|
|
|
|
%build
|
|
%ghc_lib_build
|
|
|
|
|
|
%install
|
|
%ghc_lib_install
|
|
|
|
|
|
%ghc_devel_package
|
|
Requires: zlib-devel%{?_isa}
|
|
|
|
%ghc_devel_description
|
|
|
|
|
|
%ghc_devel_post_postun
|
|
|
|
|
|
%ghc_files LICENSE
|
|
|
|
|
|
%changelog
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.1.1-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Mon Jul 16 2012 Jens Petersen <petersen@redhat.com> - 0.0.1.1-2
|
|
- change prof BRs to devel
|
|
|
|
* Thu Mar 22 2012 Jens Petersen <petersen@redhat.com> - 0.0.1.1-1
|
|
- update to 0.0.1.1
|
|
- add license to ghc_files
|
|
|
|
* Fri Jan 6 2012 Jens Petersen <petersen@redhat.com> - 0.0.1.0-2
|
|
- update to cabal2spec-0.25.2
|
|
|
|
* Mon Oct 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.0.1.0-1.3
|
|
- rebuild with new gmp without compat lib
|
|
|
|
* Thu Oct 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.0.1.0-1.2
|
|
- rebuild with new gmp without compat lib
|
|
|
|
* Tue Oct 11 2011 Peter Schiffer <pschiffe@redhat.com> - 0.0.1.0-1.1
|
|
- rebuild with new gmp
|
|
|
|
* Wed Sep 28 2011 Jens Petersen <petersen@redhat.com> - 0.0.1.0-1
|
|
- update to 0.0.1.0
|
|
- use _isa for zlib-devel dependency
|
|
|
|
* Wed Jun 22 2011 Jens Petersen <petersen@redhat.com> - 0.0.0.9-2
|
|
- BR ghc-Cabal-devel and use ghc_arches (cabal2spec-0.23.2)
|
|
|
|
* Sat May 28 2011 Jens Petersen <petersen@redhat.com> - 0.0.0.9-1
|
|
- update to 0.0.9
|
|
- update to cabal2spec-0.23: add ppc64
|
|
|
|
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 0.0.0.8-4
|
|
- Enable build on sparcv9
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.0.8-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Wed Jan 19 2011 Jens Petersen <petersen@redhat.com> - 0.0.0.8-2
|
|
- update to cabal2spec-0.22.4
|
|
|
|
* Fri Nov 12 2010 Jens Petersen <petersen@redhat.com> - 0.0.0.8-1
|
|
- BSD
|
|
- BR zlib-devel
|
|
|
|
* Fri Nov 12 2010 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 0.0.0.8-0
|
|
- initial packaging for Fedora automatically generated by cabal2spec-0.22.2
|