- update to 0.93.1 for haskell-platform-2010.2.0.0

- obsolete doc subpackage (ghc-rpm-macros-0.8.0)
This commit is contained in:
Jens Petersen 2010-07-16 06:01:06 +00:00
parent 17038b5906
commit eb1db8e072
3 changed files with 13 additions and 9 deletions

View File

@ -1 +1 @@
regex-compat-0.92.tar.gz
regex-compat-0.93.1.tar.gz

View File

@ -13,9 +13,9 @@
%global debug_package %{nil}
Name: ghc-%{pkg_name}
# part of haskell-platform-2010.1.0.0
Version: 0.92
Release: 4%{?dist}
# part of haskell-platform-2010.2.0.0
Version: 0.93.1
Release: 1%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
@ -26,7 +26,7 @@ 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.7.0
BuildRequires: ghc-rpm-macros >= 0.8.0
%{?ghc_pkg_deps:BuildRequires: %{ghc_pkg_deps}, %(echo %{ghc_pkg_deps} | sed -e "s/\(ghc-[^, ]\+\)-devel/\1-doc,\1-prof/g")}
%description
@ -36,9 +36,6 @@ This package provides the shared library.
%endif
%{?ghc_lib_package}
%prep
%setup -q -n %{pkg_name}-%{version}
@ -56,7 +53,14 @@ rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT
%ghc_lib_package -o 0.93.1-1
%changelog
* Fri Jul 16 2010 Jens Petersen <petersen@redhat.com> - 0.93.1-1
- update to 0.93.1 for haskell-platform-2010.2.0.0
- obsolete doc subpackage (ghc-rpm-macros-0.8.0)
* Sun Jun 27 2010 Jens Petersen <petersen@redhat.com> - 0.92-4
- sync cabal2spec-0.22.1

View File

@ -1 +1 @@
ce471a0b255787fad224d0481adcf66f regex-compat-0.92.tar.gz
d6becec95ea8098cab663116fdce60a5 regex-compat-0.93.1.tar.gz