update to 1.2.0.0 with cabal-rpm

This commit is contained in:
Jens Petersen 2012-11-07 19:01:12 +09:00
parent 5619dc7efb
commit 3cbabb9e16
3 changed files with 20 additions and 10 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/MissingH-1.1.0.3.tar.gz
/MissingH-1.1.1.0.tar.gz
/MissingH-1.2.0.0.tar.gz

View File

@ -1,4 +1,3 @@
# cabal2spec-0.25.2
# https://fedoraproject.org/wiki/Packaging:Haskell
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
@ -11,31 +10,38 @@ Haskell programmers. It is written in pure Haskell and thus \
should be extremely portable and easy to use.
Name: ghc-%{pkg_name}
Version: 1.1.1.0
Release: 5%{?dist}
Version: 1.2.0.0
Release: 1%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
# src/Data/Hash/MD5.lhs is BSD or GPL+
# src/Data/Hash/CRC32/Posix.hs is GPL+
# src/System/Time/ParseDate.hs is GPLv2 (newer parsedate is now BSD)
# all other src/ (and testsrc/) files are BSD
License: GPLv2+
# 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-HUnit-devel
BuildRequires: ghc-haskell98-devel
BuildRequires: ghc-array-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-directory-devel
BuildRequires: ghc-filepath-devel
BuildRequires: ghc-hslogger-devel
BuildRequires: ghc-mtl-devel
BuildRequires: ghc-network-devel
BuildRequires: ghc-old-locale-devel
BuildRequires: ghc-old-time-devel
BuildRequires: ghc-parsec-devel
BuildRequires: ghc-process-devel
BuildRequires: ghc-random-devel
BuildRequires: ghc-regex-compat-devel
BuildRequires: ghc-time-devel
BuildRequires: ghc-unix-devel
# End cabal-rpm deps
%description
%{common_description}
@ -66,6 +72,9 @@ BuildRequires: ghc-regex-compat-devel
%changelog
* Wed Nov 07 2012 Jens Petersen <petersen@redhat.com> - 1.2.0.0-1
- update to 1.2.0.0
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
d0bd290c5fe2f7d4cbdac1ab741be394 MissingH-1.1.1.0.tar.gz
1b932f4637fedcb3b451e5aa9179c304 MissingH-1.2.0.0.tar.gz