Update to cabal2spec-0.23.1

modified:   ghc-binary-shared.spec
This commit is contained in:
Lakshmi Narasimhan T V 2011-06-20 18:18:09 +05:30
parent 03d3e8e7e6
commit 83b90b8e0a
1 changed files with 11 additions and 8 deletions

View File

@ -9,24 +9,23 @@
# main description used for all the subpackages
%global common_description Provides capability to share elements created by binary package.
# Haskell library dependencies (used for buildrequires and devel/prof subpkg requires)
%global ghc_pkg_deps ghc-binary-devel ghc-mtl-devel
Name: ghc-%{pkg_name}
Version: 0.8.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
License: GPLv2
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
ExcludeArch: %{ghc_excluded_archs}
# fedora ghc archs:
ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9
BuildRequires: ghc, ghc-doc, ghc-prof
BuildRequires: ghc-rpm-macros >= 0.7.3
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
BuildRequires: hscolour
%{?ghc_pkg_deps:BuildRequires: %{ghc_pkg_deps}, %(echo %{ghc_pkg_deps} | sed -e "s/\(ghc-[^, ]\+\)-devel/\1-doc,\1-prof/g")}
BuildRequires: ghc-binary-devel, ghc-mtl-devel
%description
%{common_description}
@ -43,11 +42,15 @@ BuildRequires: hscolour
%install
%ghc_lib_install
# define the shared, devel and prof subpkgs, devel scripts,
# and filelists: ghc-binary-shared.files, ghc-binary-shared-devel.files
%ghc_lib_package
%changelog
* Sat Mar 26 2011 Lakshmi Narasimhan T V <lakshminaras2002@gmail.com> - 0.8.1-3
- Update to cabal2spec - 0.23.1
* Sat Mar 26 2011 Lakshmi Narasimhan T V <lakshminaras2002@gmail.com> - 0.8.1-2
- Update to cabal2spec - 0.22.5