%global pkg_name fgl %global common_summary Haskell Functional Graph Library %global common_description Martin Erwig's Functional Graph Library. %global ghc_pkg_deps ghc-mtl-devel # debuginfo is not useful for ghc %global debug_package %{nil} Name: ghc-%{pkg_name} # part of haskell-platform-2010.2.0.0 Version: 5.4.2.3 Release: 4%{?dist} Summary: %{common_summary} Group: System Environment/Libraries License: BSD URL: http://hackage.haskell.org/package/%{pkg_name} 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-doc, ghc-prof BuildRequires: ghc-rpm-macros >= 0.7.3 BuildRequires: hscolour %{?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 %prep %setup -q -n %{pkg_name}-%{version} %build %ghc_lib_build %install %ghc_lib_install %ghc_lib_package %changelog * Tue Feb 08 2011 Fedora Release Engineering - 5.4.2.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Tue Jan 18 2011 Jens Petersen - 5.4.2.3-3 - update to cabal2spec-0.22.4 * Thu Nov 25 2010 Jens Petersen - 5.4.2.3-2 - add hscolour - drop -o obsoletes * Fri Jul 16 2010 Jens Petersen - 5.4.2.3-1 - update to 5.4.2.3 for haskell-platform-2010.2.0.0 - obsolete doc subpackage (ghc-rpm-macros-0.8.0) * Sat Jun 26 2010 Jens Petersen - 5.4.2.2-6 - strip shared library (cabal2spec-0.21.4) * Tue Apr 27 2010 Jens Petersen - 5.4.2.2-5 - part of haskell-platform-2010.1.0.0 - rebuild against ghc-6.12.2 - condition ghc_lib_package * Tue Jan 12 2010 Jens Petersen - 5.4.2.2-4 - rebuild against ghc-mtl package * Mon Jan 11 2010 Jens Petersen - 5.4.2.2-3 - 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 * Sat Dec 26 2009 Jens Petersen - 5.4.2.2-2 - update for ghc-6.12.1: add shared library support - use new ghc*_requires macros: needs ghc-rpm-macros 0.4.0 - add common_summary and common_description - buildrequires ghc-mtl * Wed Aug 12 2009 Bryan O'Sullivan - 5.4.2.2-1 - initial packaging for Fedora created by cabal2spec