update to 0.2.3

- added ghc_arches_with_ghci for template-haskell
This commit is contained in:
Jens Petersen 2012-11-06 19:04:37 +09:00
parent 36e1512f64
commit a0ec08101c
3 changed files with 14 additions and 10 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/cabal-file-th-0.2.2.tar.gz
/cabal-file-th-0.2.3.tar.gz

View File

@ -1,4 +1,3 @@
# cabal2spec-0.25.4
# https://fedoraproject.org/wiki/Packaging:Haskell
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
@ -9,21 +8,21 @@
%global common_description %{common_summary}
Name: ghc-%{pkg_name}
Version: 0.2.2
Release: 3%{?dist}
Version: 0.2.3
Release: 1%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
License: BSD
# BEGIN cabal2spec
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
ExclusiveArch: %{ghc_arches}
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
# END cabal2spec
BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-directory-devel
BuildRequires: ghc-template-haskell-devel
ExclusiveArch: %{ghc_arches_with_ghci}
# End cabal-rpm deps
%description
%{common_description}
@ -41,7 +40,6 @@ BuildRequires: ghc-template-haskell-devel
%ghc_lib_install
# devel subpackage
%ghc_devel_package
%ghc_devel_description
@ -55,6 +53,11 @@ BuildRequires: ghc-template-haskell-devel
%changelog
* Tue Nov 06 2012 Jens Petersen <petersen@redhat.com> - 0.2.3-1
- update to 0.2.3
- added ghc_arches_with_ghci for template-haskell
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
96e79ac5ed4b581622b1b7a963d722dd cabal-file-th-0.2.2.tar.gz
cef723c1fe4b641de91a9f4fe2a52cb3 cabal-file-th-0.2.3.tar.gz