a06a1bd
# cabal2spec-0.25.4
a06a1bd
# https://fedoraproject.org/wiki/Packaging:Haskell
a06a1bd
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
a06a1bd
a06a1bd
%global pkg_name base-unicode-symbols
a06a1bd
a06a1bd
%global common_summary Unicode alternatives to common Haskell operators and functions
a06a1bd
a06a1bd
%global common_description This package defines new symbols for a number of functions, operators and types\
a06a1bd
in the base package. All symbols are documented with their actual definition\
a06a1bd
and information regarding their Unicode code point. They should be completely\
a06a1bd
interchangeable with their definitions.\
a06a1bd
\
a06a1bd
For more Unicode goodness you can enable the UnicodeSyntax language extension.\
a06a1bd
This extension enables Unicode characters to be used to stand for certain ASCII\
a06a1bd
character sequences, i.e. → instead of ->, ∀ instead of forall and many others.
a06a1bd
a06a1bd
Name:           ghc-%{pkg_name}
a06a1bd
Version:        0.2.2.3
a06a1bd
Release:        1%{?dist}
a06a1bd
Summary:        %{common_summary}
a06a1bd
a06a1bd
Group:          System Environment/Libraries
a06a1bd
License:        BSD
a06a1bd
# BEGIN cabal2spec
a06a1bd
URL:            http://hackage.haskell.org/package/%{pkg_name}
a06a1bd
Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
a06a1bd
ExclusiveArch:  %{ghc_arches}
a06a1bd
BuildRequires:  ghc-Cabal-devel
a06a1bd
BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
a06a1bd
# END cabal2spec
a06a1bd
a06a1bd
%description
a06a1bd
%{common_description}
a06a1bd
a06a1bd
a06a1bd
%prep
a06a1bd
%setup -q -n %{pkg_name}-%{version}
a06a1bd
a06a1bd
a06a1bd
%build
a06a1bd
%ghc_lib_build
a06a1bd
a06a1bd
a06a1bd
%install
a06a1bd
%ghc_lib_install
a06a1bd
a06a1bd
a06a1bd
# devel subpackage
a06a1bd
%ghc_devel_package
a06a1bd
a06a1bd
%ghc_devel_description
a06a1bd
a06a1bd
a06a1bd
%ghc_devel_post_postun
a06a1bd
a06a1bd
a06a1bd
%ghc_files
a06a1bd
%doc README.markdown
a06a1bd
a06a1bd
%changelog
a06a1bd
* Thu Jan 26 2012 Jens Petersen <petersen@redhat.com> - 0.2.2.3-1
a06a1bd
- BSD license
a06a1bd
a06a1bd
* Thu Jan 26 2012 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org>
a06a1bd
- spec file template generated by cabal2spec-0.25.4