update to ghc-rpm-macros-0.8.1, hscolour and drop doc pkg (cabal2spec-0.22.2)

This commit is contained in:
Jens Petersen 2010-09-04 21:22:09 +10:00
parent ef7136b7de
commit e260880f0c
1 changed files with 14 additions and 13 deletions

View File

@ -10,13 +10,14 @@ and some Xrender parts.
%global ghc_pkg_c_deps libXft-devel
%bcond_without shared
%bcond_without hscolour
# debuginfo is not useful for ghc
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 0.3
Release: 9%{?dist}
Release: 10%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
@ -27,7 +28,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# fedora ghc archs:
ExclusiveArch: %{ix86} x86_64 ppc alpha
BuildRequires: ghc, ghc-doc, ghc-prof
BuildRequires: ghc-rpm-macros >= 0.6.0
BuildRequires: ghc-rpm-macros >= 0.8.1
%if %{with hscolour}
BuildRequires: hscolour
%endif
%{?ghc_pkg_deps:BuildRequires: %{ghc_pkg_deps}, %(echo %{ghc_pkg_deps} | sed -e "s/\(ghc-[^, ]\+\)-devel/\1-doc,\1-prof/g")}
%{?ghc_pkg_c_deps:BuildRequires: %{ghc_pkg_c_deps}}
@ -38,33 +42,30 @@ 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
%ghc_lib_build
%install
rm -rf $RPM_BUILD_ROOT
%cabal_install
%cabal_pkg_conf
%ghc_gen_filelists
%ghc_strip_dynlinked
%ghc_lib_install
%clean
rm -rf $RPM_BUILD_ROOT
%ghc_lib_package -o 0.3-10
%changelog
* Sat Sep 4 2010 Jens Petersen <petersen@redhat.com> - 0.3-10
- update to latest macros, hscolour and drop doc pkg (cabal2spec-0.22.2)
* Fri Jun 25 2010 Jens Petersen <petersen@redhat.com> - 0.3-9
- strip shared library (cabal2spec-0.21.4)