update to 0.3.3.0 and cabal2spec-0.23
This commit is contained in:
parent
067aaa6241
commit
751cbc55d9
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/cereal-0.3.0.0.tar.gz
|
/cereal-0.3.0.0.tar.gz
|
||||||
|
/cereal-0.3.3.0.tar.gz
|
||||||
|
@ -9,11 +9,8 @@ Either type. Similar to binary in performance, but uses a \
|
|||||||
strict ByteString instead of a lazy ByteString, thus \
|
strict ByteString instead of a lazy ByteString, thus \
|
||||||
restricting it to operating on finite inputs.
|
restricting it to operating on finite inputs.
|
||||||
|
|
||||||
# debuginfo is not useful for ghc
|
|
||||||
%global debug_package %{nil}
|
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.3.0.0
|
Version: 0.3.3.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: %{common_summary}
|
Summary: %{common_summary}
|
||||||
|
|
||||||
@ -21,18 +18,15 @@ Group: System Environment/Libraries
|
|||||||
License: BSD
|
License: BSD
|
||||||
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
|
||||||
# fedora ghc archs:
|
# ghc_excluded_archs is defined in redhat-rpm-config
|
||||||
ExclusiveArch: %{ix86} x86_64 ppc alpha
|
ExcludeArch: %{ghc_excluded_archs}
|
||||||
BuildRequires: ghc, ghc-doc, ghc-prof
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-rpm-macros >= 0.7.0
|
BuildRequires: ghc-rpm-macros
|
||||||
BuildRequires: hscolour
|
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
|
%description
|
||||||
%{common_description}
|
%{common_description}
|
||||||
%if %{with shared}
|
|
||||||
This package provides the shared library.
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -47,10 +41,14 @@ This package provides the shared library.
|
|||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
|
||||||
|
|
||||||
%{?ghc_lib_package}
|
%ghc_lib_package
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 20 2011 Jens Petersen <petersen@redhat.com> - 0.3.3.0-1
|
||||||
|
- update to 0.3.3.0
|
||||||
|
- update to cabal2spec-0.23
|
||||||
|
|
||||||
* Sun Sep 05 2010 Ben Boeckel <mathstuf@gmail.com> - 0.3.0.0-1
|
* Sun Sep 05 2010 Ben Boeckel <mathstuf@gmail.com> - 0.3.0.0-1
|
||||||
- Update to 0.3.0.0
|
- Update to 0.3.0.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user