Update to cabal2spec-0.22.5
Update to 0.8.5.3
This commit is contained in:
parent
13376a40ae
commit
e7d7993305
@ -1,3 +1,7 @@
|
|||||||
|
# For Haskell Packaging Guidelines see:
|
||||||
|
# - https://fedoraproject.org/wiki/Packaging:Haskell
|
||||||
|
# - https://fedoraproject.org/wiki/PackagingDrafts/Haskell
|
||||||
|
|
||||||
%global pkg_name attoparsec
|
%global pkg_name attoparsec
|
||||||
|
|
||||||
%global common_summary Fast combinator parsing for bytestrings
|
%global common_summary Fast combinator parsing for bytestrings
|
||||||
@ -6,12 +10,9 @@
|
|||||||
dealing efficiently with network protocols and complicated \
|
dealing efficiently with network protocols and complicated \
|
||||||
text/binary file formats.
|
text/binary file formats.
|
||||||
|
|
||||||
# debuginfo is not useful for ghc
|
|
||||||
%global debug_package %{nil}
|
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.8.5.0
|
Version: 0.8.5.3
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: %{common_summary}
|
Summary: %{common_summary}
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -21,14 +22,12 @@ Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{versio
|
|||||||
# fedora ghc archs:
|
# fedora ghc archs:
|
||||||
ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9
|
ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9
|
||||||
BuildRequires: ghc, ghc-doc, ghc-prof
|
BuildRequires: ghc, ghc-doc, ghc-prof
|
||||||
|
# macros for building haskell packages
|
||||||
BuildRequires: ghc-rpm-macros >= 0.7.3
|
BuildRequires: ghc-rpm-macros >= 0.7.3
|
||||||
BuildRequires: hscolour
|
BuildRequires: hscolour
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{common_description}
|
%{common_description}
|
||||||
%if %{with shared}
|
|
||||||
This package provides the shared library.
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -43,10 +42,16 @@ This package provides the shared library.
|
|||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
|
||||||
|
|
||||||
%{?ghc_lib_package}
|
# define the devel and prof subpkgs, devel post[un] scripts, and filelists:
|
||||||
|
# ghc-%pkg_name{,devel,prof}.files
|
||||||
|
%ghc_lib_package
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 10 2011 Ben Boeckel <mathstuf@gmail.com> - 0.8.5.3-1
|
||||||
|
- Update to cabal2spec-0.22.5
|
||||||
|
- Update to 0.8.5.3
|
||||||
|
|
||||||
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 0.8.5.0-3
|
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 0.8.5.0-3
|
||||||
- Enable build on sparcv9
|
- Enable build on sparcv9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user