update to 0.2.1.1
This commit is contained in:
parent
59ab0c5a26
commit
ba4b909e1f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/edit-distance-0.2.1.tar.gz
|
||||
/edit-distance-0.2.1.1.tar.gz
|
||||
|
@ -1,4 +1,3 @@
|
||||
# cabal2spec-0.25
|
||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
|
||||
|
||||
@ -10,22 +9,21 @@
|
||||
including Levenshtein and restricted Damerau-Levenshtein algorithms.
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.2.1
|
||||
Release: 2%{?dist}
|
||||
Summary: Haskell %{pkg_name}
|
||||
Version: 0.2.1.1
|
||||
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-array-devel
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-random-devel
|
||||
# End cabal-rpm deps
|
||||
|
||||
%description
|
||||
%{common_description}
|
||||
@ -43,7 +41,6 @@ BuildRequires: ghc-random-devel
|
||||
%ghc_lib_install
|
||||
|
||||
|
||||
# devel subpackage
|
||||
%ghc_devel_package
|
||||
|
||||
%ghc_devel_description
|
||||
@ -56,6 +53,9 @@ BuildRequires: ghc-random-devel
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 07 2012 Jens Petersen <petersen@redhat.com> - 0.2.1.1-1
|
||||
- update to 0.2.1.1
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user