diff --git a/.gitignore b/.gitignore index 2a470f2..2530bc4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /cereal-0.3.0.0.tar.gz +/cereal-0.3.3.0.tar.gz diff --git a/ghc-cereal.spec b/ghc-cereal.spec index 5d4dd70..81d4dd9 100644 --- a/ghc-cereal.spec +++ b/ghc-cereal.spec @@ -9,11 +9,8 @@ Either type. Similar to binary in performance, but uses a \ strict ByteString instead of a lazy ByteString, thus \ restricting it to operating on finite inputs. -# debuginfo is not useful for ghc -%global debug_package %{nil} - Name: ghc-%{pkg_name} -Version: 0.3.0.0 +Version: 0.3.3.0 Release: 1%{?dist} Summary: %{common_summary} @@ -21,18 +18,15 @@ Group: System Environment/Libraries License: BSD URL: http://hackage.haskell.org/package/%{pkg_name} Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz -# fedora ghc archs: -ExclusiveArch: %{ix86} x86_64 ppc alpha -BuildRequires: ghc, ghc-doc, ghc-prof -BuildRequires: ghc-rpm-macros >= 0.7.0 +# ghc_excluded_archs is defined in redhat-rpm-config +ExcludeArch: %{ghc_excluded_archs} +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-bytestring-prof %description %{common_description} -%if %{with shared} -This package provides the shared library. -%endif %prep @@ -47,10 +41,14 @@ This package provides the shared library. %ghc_lib_install -%{?ghc_lib_package} +%ghc_lib_package %changelog +* Mon Jun 20 2011 Jens Petersen - 0.3.3.0-1 +- update to 0.3.3.0 +- update to cabal2spec-0.23 + * Sun Sep 05 2010 Ben Boeckel - 0.3.0.0-1 - Update to 0.3.0.0 diff --git a/sources b/sources index b5be81a..d6d734e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -872e09f731afa0060ec3ecca1a3319dc cereal-0.3.0.0.tar.gz +70d24b61194880df3ec798ad89a21a7b cereal-0.3.3.0.tar.gz