2012-01-05 12:29:31 +00:00
|
|
|
# cabal2spec-0.25.2
|
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
|
2011-10-08 12:13:51 +00:00
|
|
|
|
|
|
|
%global pkg_name hashable
|
|
|
|
|
|
|
|
%global common_summary Haskell class for conversion to a hash
|
|
|
|
|
|
|
|
%global common_description This package defines a class, Hashable, for types that can be\
|
|
|
|
converted to a hash value. This class exists for the benefit of\
|
|
|
|
hashing-based data structures. The package provides instances for\
|
|
|
|
basic types and a way to combine hash values.
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
2012-03-07 08:07:33 +00:00
|
|
|
Version: 1.1.2.3
|
2012-07-16 02:11:01 +00:00
|
|
|
Release: 4%{?dist}
|
2011-10-08 12:13:51 +00:00
|
|
|
Summary: %{common_summary}
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: BSD
|
2011-10-08 12:19:46 +00:00
|
|
|
# BEGIN cabal2spec
|
2011-10-08 12:13:51 +00:00
|
|
|
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
|
2012-01-05 12:29:31 +00:00
|
|
|
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
|
2011-10-08 12:19:46 +00:00
|
|
|
# END cabal2spec
|
2012-07-16 02:11:01 +00:00
|
|
|
BuildRequires: ghc-bytestring-devel
|
|
|
|
BuildRequires: ghc-text-devel
|
2011-10-08 12:13:51 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
%{common_description}
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{pkg_name}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%ghc_lib_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%ghc_lib_install
|
|
|
|
|
|
|
|
|
2012-01-05 12:29:31 +00:00
|
|
|
%ghc_devel_package
|
|
|
|
|
|
|
|
%ghc_devel_description
|
|
|
|
|
|
|
|
|
|
|
|
%ghc_devel_post_postun
|
|
|
|
|
|
|
|
|
2012-03-22 14:15:21 +00:00
|
|
|
%ghc_files LICENSE
|
2012-01-05 12:29:31 +00:00
|
|
|
%doc README.md
|
2011-10-08 12:13:51 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2012-07-16 02:11:01 +00:00
|
|
|
* Mon Jul 16 2012 Jens Petersen <petersen@redhat.com> - 1.1.2.3-4
|
|
|
|
- change prof BRs to devel
|
|
|
|
|
2012-06-15 08:48:47 +00:00
|
|
|
* Fri Jun 15 2012 Jens Petersen <petersen@redhat.com> - 1.1.2.3-3
|
|
|
|
- rebuild
|
|
|
|
|
2012-03-22 14:15:21 +00:00
|
|
|
* Thu Mar 22 2012 Jens Petersen <petersen@redhat.com> - 1.1.2.3-2
|
|
|
|
- add license to ghc_files
|
|
|
|
|
2012-03-07 08:07:33 +00:00
|
|
|
* Wed Mar 7 2012 Jens Petersen <petersen@redhat.com> - 1.1.2.3-1
|
|
|
|
- update to 1.1.2.3
|
|
|
|
|
2012-01-05 12:29:31 +00:00
|
|
|
* Thu Jan 5 2012 Jens Petersen <petersen@redhat.com> - 1.1.2.2-1
|
|
|
|
- update to 1.1.2.2 and cabal2spec-0.25.2
|
|
|
|
|
2011-10-21 11:36:18 +00:00
|
|
|
* Fri Oct 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.1.2.1-3
|
|
|
|
- rebuild with new gmp
|
|
|
|
|
2011-10-08 12:19:46 +00:00
|
|
|
* Sat Oct 8 2011 Jens Petersen <petersen@redhat.com> - 1.1.2.1-2
|
|
|
|
- condition BR hscolour
|
|
|
|
|
2011-10-08 12:13:51 +00:00
|
|
|
* Mon Aug 22 2011 Jens Petersen <petersen@redhat.com> - 1.1.2.1-1
|
|
|
|
- BSD
|
|
|
|
|
|
|
|
* Mon Aug 22 2011 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 1.1.2.1-0
|
|
|
|
- initial packaging for Fedora automatically generated by cabal2spec-0.23.2
|