2012-07-08 04:44:26 +00:00
|
|
|
# cabal2spec-0.25
|
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
|
|
|
|
|
|
|
|
%global pkg_name Stream
|
|
|
|
|
|
|
|
%global common_summary Provides functions to create and manipulate infinite lists
|
|
|
|
|
|
|
|
%global common_description This package implements functions, analogous to \
|
|
|
|
those from Data.List, to create and manipulate infinite lists: \
|
|
|
|
data Stream a = Cons a (Stream a).
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
2012-10-26 11:24:19 +00:00
|
|
|
Version: 0.4.6.1
|
|
|
|
Release: 1%{?dist}
|
2012-07-08 04:44:26 +00:00
|
|
|
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-lazysmallcheck-devel
|
|
|
|
BuildRequires: ghc-QuickCheck-devel
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{common_description}
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{pkg_name}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%ghc_lib_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%ghc_lib_install
|
|
|
|
|
|
|
|
|
|
|
|
# devel subpackage
|
|
|
|
%ghc_devel_package
|
|
|
|
|
|
|
|
%ghc_devel_description
|
|
|
|
|
|
|
|
|
|
|
|
%ghc_devel_post_postun
|
|
|
|
|
|
|
|
|
|
|
|
%ghc_files LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2012-10-26 11:24:19 +00:00
|
|
|
* Fri Oct 26 2012 Shakthi Kannan <shakthimaan AT fedoraproject dot org> - 0.4.6.1-1
|
|
|
|
- Updated to new upstream release 0.4.6.1
|
|
|
|
|
2012-07-19 05:17:23 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-08 04:44:26 +00:00
|
|
|
* Tue Jun 19 2012 Shakthi Kannan <shakthimaan AT fedoraproject dot org> - 0.4.6-1
|
|
|
|
- Added BRs.
|
|
|
|
- Spec file template generated by cabal2spec-0.25.5.
|