|
|
@ -11,24 +11,25 @@ dealing efficiently with network protocols and complicated \
|
|
|
|
text/binary file formats.
|
|
|
|
text/binary file formats.
|
|
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
Version: 0.9.1.1
|
|
|
|
Version: 0.9.1.2
|
|
|
|
Release: 2%{?dist}.2
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: %{common_summary}
|
|
|
|
Summary: %{common_summary}
|
|
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
|
# BEGIN: cabal2spec-0.24
|
|
|
|
# BEGIN cabal2spec
|
|
|
|
URL: http://hackage.haskell.org/package/%{pkg_name}
|
|
|
|
URL: http://hackage.haskell.org/package/%{pkg_name}
|
|
|
|
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
|
|
|
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
|
|
|
ExclusiveArch: %{ghc_arches}
|
|
|
|
ExclusiveArch: %{ghc_arches}
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
|
|
|
|
%if %{undefined without_hscolour}
|
|
|
|
BuildRequires: hscolour
|
|
|
|
BuildRequires: hscolour
|
|
|
|
# END: cabal2spec-0.24
|
|
|
|
%endif
|
|
|
|
|
|
|
|
# END cabal2spec
|
|
|
|
BuildRequires: ghc-bytestring-devel
|
|
|
|
BuildRequires: ghc-bytestring-prof
|
|
|
|
BuildRequires: ghc-containers-devel
|
|
|
|
BuildRequires: ghc-containers-prof
|
|
|
|
BuildRequires: ghc-deepseq-devel
|
|
|
|
BuildRequires: ghc-deepseq-prof
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
%{common_description}
|
|
|
|
%{common_description}
|
|
|
@ -36,11 +37,11 @@ BuildRequires: ghc-deepseq-devel
|
|
|
|
%package -n ghc-%{pkg_name}-devel
|
|
|
|
%package -n ghc-%{pkg_name}-devel
|
|
|
|
Summary: Development files for %{common_summary}
|
|
|
|
Summary: Development files for %{common_summary}
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
# BEGIN: cabal2spec-0.24
|
|
|
|
# BEGIN cabal2spec
|
|
|
|
%{?ghc_devel_requires}
|
|
|
|
%{?ghc_devel_requires}
|
|
|
|
Obsoletes: ghc-%{pkg_name}-prof < %{version}-%{release}
|
|
|
|
Obsoletes: ghc-%{pkg_name}-prof < %{version}-%{release}
|
|
|
|
Provides: ghc-%{pkg_name}-prof = %{version}-%{release}
|
|
|
|
Provides: ghc-%{pkg_name}-prof = %{version}-%{release}
|
|
|
|
# END: cabal2spec-0.24
|
|
|
|
# END cabal2spec
|
|
|
|
|
|
|
|
|
|
|
|
%description -n ghc-%{pkg_name}-devel
|
|
|
|
%description -n ghc-%{pkg_name}-devel
|
|
|
|
%{common_description}
|
|
|
|
%{common_description}
|
|
|
@ -69,14 +70,16 @@ This package contains the development files.
|
|
|
|
|
|
|
|
|
|
|
|
%if %{undefined ghc_without_shared}
|
|
|
|
%if %{undefined ghc_without_shared}
|
|
|
|
%files -n ghc-%{pkg_name} -f ghc-%{pkg_name}.files
|
|
|
|
%files -n ghc-%{pkg_name} -f ghc-%{pkg_name}.files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%files -n ghc-%{pkg_name}-devel -f ghc-%{pkg_name}-devel.files
|
|
|
|
%files -n ghc-%{pkg_name}-devel -f ghc-%{pkg_name}-devel.files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Oct 27 2011 Jens Petersen <petersen@redhat.com> - 0.9.1.2-1
|
|
|
|
|
|
|
|
- update to 0.9.1.2
|
|
|
|
|
|
|
|
- BR ghc-*-prof not devel
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.9.1.1-2.2
|
|
|
|
* Thu Oct 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.9.1.1-2.2
|
|
|
|
- rebuild with new gmp without compat lib
|
|
|
|
- rebuild with new gmp without compat lib
|
|
|
|
|
|
|
|
|
|
|
|