update to 1.1.2.2 and cabal2spec-0.25.2
This commit is contained in:
parent
b7e5e8f3de
commit
4adbe8afd9
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/hashable-1.1.2.1.tar.gz
|
/hashable-1.1.2.1.tar.gz
|
||||||
|
/hashable-1.1.2.2.tar.gz
|
||||||
|
@ -1,21 +1,19 @@
|
|||||||
# For Haskell Packaging Guidelines see:
|
# cabal2spec-0.25.2
|
||||||
# - https://fedoraproject.org/wiki/Packaging:Haskell
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||||
# - https://fedoraproject.org/wiki/PackagingDrafts/Haskell
|
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
|
||||||
|
|
||||||
%global pkg_name hashable
|
%global pkg_name hashable
|
||||||
|
|
||||||
# common part of summary for all the subpackages
|
|
||||||
%global common_summary Haskell class for conversion to a hash
|
%global common_summary Haskell class for conversion to a hash
|
||||||
|
|
||||||
# main description used for all the subpackages
|
|
||||||
%global common_description This package defines a class, Hashable, for types that can be\
|
%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\
|
converted to a hash value. This class exists for the benefit of\
|
||||||
hashing-based data structures. The package provides instances for\
|
hashing-based data structures. The package provides instances for\
|
||||||
basic types and a way to combine hash values.
|
basic types and a way to combine hash values.
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 1.1.2.1
|
Version: 1.1.2.2
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: %{common_summary}
|
Summary: %{common_summary}
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -25,12 +23,10 @@ URL: http://hackage.haskell.org/package/%{pkg_name}
|
|||||||
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
ExclusiveArch: %{ghc_arches}
|
ExclusiveArch: %{ghc_arches}
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
|
||||||
%if %{undefined without_hscolour}
|
|
||||||
BuildRequires: hscolour
|
|
||||||
%endif
|
|
||||||
# END cabal2spec
|
# END cabal2spec
|
||||||
BuildRequires: ghc-bytestring-prof, ghc-text-prof
|
BuildRequires: ghc-bytestring-prof
|
||||||
|
BuildRequires: ghc-text-prof
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{common_description}
|
%{common_description}
|
||||||
@ -48,12 +44,22 @@ BuildRequires: ghc-bytestring-prof, ghc-text-prof
|
|||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
|
||||||
|
|
||||||
# define the shared, devel and prof subpkgs, devel scripts,
|
%ghc_devel_package
|
||||||
# and filelists: ghc-hashable.files, ghc-@PACKAGE@-devel.files
|
|
||||||
%ghc_lib_package
|
%ghc_devel_description
|
||||||
|
|
||||||
|
|
||||||
|
%ghc_devel_post_postun
|
||||||
|
|
||||||
|
|
||||||
|
%ghc_files
|
||||||
|
%doc README.md
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
|
||||||
* Fri Oct 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.1.2.1-3
|
* Fri Oct 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.1.2.1-3
|
||||||
- rebuild with new gmp
|
- rebuild with new gmp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user