- update to 0.93.2 for haskell-platform-2010.2.0.0
- obsolete doc subpackage (ghc-rpm-macros-0.8.0)
This commit is contained in:
parent
efcbf94c16
commit
ad10524d34
@ -1 +1 @@
|
|||||||
regex-base-0.93.1.tar.gz
|
regex-base-0.93.2.tar.gz
|
||||||
|
@ -12,9 +12,9 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
# part of haskell-platform-2010.1.0.0
|
# part of haskell-platform-2010.2.0.0
|
||||||
Version: 0.93.1
|
Version: 0.93.2
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: %{common_summary}
|
Summary: %{common_summary}
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -25,7 +25,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
# fedora ghc archs:
|
# fedora ghc archs:
|
||||||
ExclusiveArch: %{ix86} x86_64 ppc alpha
|
ExclusiveArch: %{ix86} x86_64 ppc alpha
|
||||||
BuildRequires: ghc, ghc-doc, ghc-prof
|
BuildRequires: ghc, ghc-doc, ghc-prof
|
||||||
BuildRequires: ghc-rpm-macros >= 0.6.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")}
|
%{?ghc_pkg_deps:BuildRequires: %{ghc_pkg_deps}, %(echo %{ghc_pkg_deps} | sed -e "s/\(ghc-[^, ]\+\)-devel/\1-doc,\1-prof/g")}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -35,33 +35,31 @@ This package provides the shared library.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%{?ghc_lib_package}
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pkg_name}-%{version}
|
%setup -q -n %{pkg_name}-%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cabal_configure --ghc -p
|
%ghc_lib_build
|
||||||
%cabal build
|
|
||||||
%cabal haddock
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
%cabal_install
|
%ghc_lib_install
|
||||||
%cabal_pkg_conf
|
|
||||||
|
|
||||||
%ghc_gen_filelists
|
|
||||||
%ghc_strip_dynlinked
|
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
|
%ghc_lib_package -o 0.93.2-1
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 16 2010 Jens Petersen <petersen@redhat.com> - 0.93.2-1
|
||||||
|
- update to 0.93.2 for haskell-platform-2010.2.0.0
|
||||||
|
- obsolete doc subpackage (ghc-rpm-macros-0.8.0)
|
||||||
|
|
||||||
* Fri Jun 25 2010 Jens Petersen <petersen@redhat.com> - 0.93.1-4
|
* Fri Jun 25 2010 Jens Petersen <petersen@redhat.com> - 0.93.1-4
|
||||||
- strip shared library (cabal2spec-0.21.4)
|
- strip shared library (cabal2spec-0.21.4)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user