|
|
@ -4,17 +4,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
%global without_haddock 1
|
|
|
|
%global without_haddock 1
|
|
|
|
|
|
|
|
|
|
|
|
# no useful debuginfo for Haskell packages without C sources
|
|
|
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
Version: 1.0.0.1
|
|
|
|
Version: 1.0.0.1
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: Conduit adapters for common libraries
|
|
|
|
Summary: Conduit adapters for common libraries
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
Url: http://hackage.haskell.org/package/%{pkg_name}
|
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
|
|
|
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
|
|
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
@ -70,6 +67,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jan 28 2015 Jens Petersen <petersen@redhat.com> - 1.0.0.1-3
|
|
|
|
|
|
|
|
- update urls
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 12 2014 Jens Petersen <petersen@redhat.com> - 1.0.0.1-2
|
|
|
|
* Fri Sep 12 2014 Jens Petersen <petersen@redhat.com> - 1.0.0.1-2
|
|
|
|
- disable haddock and no ghc-conduit-extra.files
|
|
|
|
- disable haddock and no ghc-conduit-extra.files
|
|
|
|
|
|
|
|
|
|
|
|