%global pkg_name uniplate %global common_summary Haskell Uniform type generic traversals library %global common_description Uniplate is a boilerplate removal library, with similar goals to the\ original Scrap Your Boilerplate work. It requires few extensions to\ Haskell. %global ghc_pkg_deps ghc-mtl-devel %bcond_without shared # debuginfo is not useful for ghc %global debug_package %{nil} Name: ghc-%{pkg_name} Version: 1.5.1 Release: 2%{?dist} Summary: %{common_summary} Group: System Environment/Libraries License: BSD URL: http://community.haskell.org/~ndm/uniplate/ 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 Feb 15 2010 Conrad Meyer - 1.5.1-1 - Update to 1.5.1 * Fri Jan 22 2010 Jens Petersen - 1.4-1 - update to 1.4 * Tue Jan 12 2010 Jens Petersen - 1.2.0.3-8 - rebuild against ghc-mtl package * Mon Jan 11 2010 Jens Petersen - 1.2.0.3-7 - 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 * Tue Aug 4 2009 Yaakov M. Nemoy - 1.2.0.3-6 - rebuild against new ghc * Fri Jul 24 2009 Fedora Release Engineering - 1.2.0.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu May 28 2009 Jens Petersen - 1.2.0.3-4 - update to cabal2spec-0.16 - uncomment LICENSE in devel filelist! * Fri Mar 20 2009 Conrad Meyer - 1.2.0.3-3 - Fix URL. * Thu Mar 19 2009 Conrad Meyer - 1.2.0.3-2 - Update to new cabal2spec template. * Mon Jan 12 2009 Conrad Meyer - 1.2.0.3-1 - initial packaging for Fedora created by cabal2spec