update to 1.1.2.5
This commit is contained in:
parent
9f8c5983e3
commit
e6e14117b6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/hashable-1.1.2.1.tar.gz
|
||||
/hashable-1.1.2.2.tar.gz
|
||||
/hashable-1.1.2.3.tar.gz
|
||||
/hashable-1.1.2.5.tar.gz
|
||||
|
@ -1,10 +1,9 @@
|
||||
# cabal2spec-0.25.2
|
||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
|
||||
|
||||
%global pkg_name hashable
|
||||
|
||||
%global common_summary Haskell class for conversion to a hash
|
||||
%global common_summary Class for types convertable to a hash value
|
||||
|
||||
%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\
|
||||
@ -12,21 +11,20 @@ hashing-based data structures. The package provides instances for\
|
||||
basic types and a way to combine hash values.
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.1.2.3
|
||||
Release: 5%{?dist}
|
||||
Version: 1.1.2.5
|
||||
Release: 1%{?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: ghc-rpm-macros
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-text-devel
|
||||
# End cabal-rpm deps
|
||||
|
||||
%description
|
||||
%{common_description}
|
||||
@ -57,6 +55,9 @@ BuildRequires: ghc-text-devel
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 07 2012 Jens Petersen <petersen@redhat.com> - 1.1.2.5-1
|
||||
- update to 1.1.2.5
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2.3-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user