|
|
|
@ -11,9 +11,9 @@ for Java.
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
# part of haskell-platform-2009.3.1 and ghc-6.10.x extralibs!
|
|
|
|
|
# part of haskell-platform-2010.1.0.0
|
|
|
|
|
Version: 1.2.2.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: %{common_summary}
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -34,7 +34,7 @@ This package provides the shared library.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ghc_lib_package
|
|
|
|
|
%{?ghc_lib_package}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
@ -67,6 +67,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Apr 27 2010 Jens Petersen <petersen@redhat.com> - 1.2.2.1-2
|
|
|
|
|
- part of haskell-platform-2010.1.0.0
|
|
|
|
|
- rebuild against ghc-6.12.2
|
|
|
|
|
- condition ghc_lib_package
|
|
|
|
|
|
|
|
|
|
* Mon Jan 11 2010 Jens Petersen <petersen@redhat.com> - 1.2.2.1-1
|
|
|
|
|
- update 1.2.2.1 (current haskell-platform-2009.3.1)
|
|
|
|
|
- remove test programs and move doc files to docdir
|
|
|
|
|