%global pkg_name HTTP %global common_summary Haskell HTTP client library %global common_description A Haskell library for client-side HTTP. %global ghc_pkg_deps ghc-network-devel %bcond_without shared # debuginfo is not useful for ghc %global debug_package %{nil} Name: ghc-%{pkg_name} # part of haskell-platform-2009.3.1 Version: 4000.0.8 Release: 1%{?dist} Summary: %{common_summary} Group: System Environment/Libraries License: BSD URL: http://projects.haskell.org/http/ Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz # fedora ghc archs: ExclusiveArch: %{ix86} x86_64 ppc alpha BuildRequires: ghc, ghc-rpm-macros >= 0.5.1 BuildRequires: ghc-doc BuildRequires: ghc-prof %{?ghc_pkg_deps:BuildRequires: %{ghc_pkg_deps}, %(echo %{ghc_pkg_deps} | sed -e "s/\(ghc-[^, ]\+\)-devel/\1-doc,\1-prof/g")} %description %{common_description} %if %{with shared} This package provides the shared library. %endif %ghc_lib_package %prep %setup -q -n %{pkg_name}-%{version} %build %cabal_configure --ghc -p %cabal build %cabal haddock %install %cabal_install %cabal_pkg_conf %ghc_gen_filelists %clean rm -rf $RPM_BUILD_ROOT %changelog * Mon Jan 11 2010 Jens Petersen - 4000.0.8-1 - update to 4000.0.8 (haskell-platform-2009.3.1) - update to ghc-rpm-macros-0.5.1 and cabal2spec-0.21.1: - drop doc and prof bcond - use common_summary and common_description - use ghc_lib_package and ghc_pkg_deps - build shared library - drop redundant buildroot and its install cleaning * Mon Nov 16 2009 Jens Petersen - 4000.0.6-6 - use %%ghc_pkg_ver for requires * Mon Sep 28 2009 Jens Petersen - 4000.0.6-5 - buildrequire the new ghc-network library * Fri Jul 24 2009 Fedora Release Engineering - 4000.0.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Sat May 30 2009 Jens Petersen - 4000.0.6-3 - ppc workaround no longer needed with ghc-6.10.3 - provide ghc-HTTP (cabal2spec-0.17) * Wed May 13 2009 Jens Petersen - 4000.0.6-2 - rebuild with ghc-rpm-macros and ghc-6.10.3 (cabal2spec-0.16) * Sat Apr 25 2009 Jens Petersen - 4000.0.6-1 - update to 4000.0.6 - sync with cabal2spec-0.14 - compile Setup on ppc to workaround runghc failure * Fri Feb 27 2009 Jens Petersen - 4000.0.4-3 - update url - update to cabal2spec-0.12: - use ix86 in archs and add alpha - add devel subpackage - use global rather than define - devel owns docdir * Tue Feb 24 2009 Fedora Release Engineering - 4000.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Mon Feb 23 2009 Jens Petersen - 4000.0.4-1 - update to 4000.0.4 * Fri Feb 13 2009 Jens Petersen - 3001.1.5-2 - sync with latest template and add a doc subpackage * Tue Dec 23 2008 Jens Petersen - 3001.1.5-1 - update to 3001.1.5 - use bcond for doc and prof - minor tweaks for latest packaging guidelines * Fri Nov 28 2008 Jens Petersen - 3001.1.4-4 - drop LICENSE from -prof subpackage * Tue Nov 25 2008 Jens Petersen - 3001.1.4-3 - add build_doc and build_prof switches - provide -devel - drop redundant pre script - only regenerate doc index in postun if uninstalling * Mon Nov 10 2008 Jens Petersen - 3001.1.4-2 - only build on ghc archs - version install script requires * Mon Nov 10 2008 Jens Petersen - 3001.1.4-1 - initial packaging for fedora