update to 0.2.2.1
This commit is contained in:
parent
d8342fbea3
commit
e41776d9de
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/edit-distance-0.2.1.tar.gz
|
||||
/edit-distance-0.2.1.1.tar.gz
|
||||
/edit-distance-0.2.1.2.tar.gz
|
||||
/edit-distance-0.2.2.1.tar.gz
|
||||
|
@ -2,9 +2,11 @@
|
||||
|
||||
%global pkg_name edit-distance
|
||||
|
||||
%bcond_with tests
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.2.1.2
|
||||
Release: 7%{?dist}
|
||||
Version: 0.2.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Levenshtein and restricted Damerau-Levenshtein edit distances
|
||||
|
||||
License: BSD
|
||||
@ -17,6 +19,11 @@ BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-array-devel
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-random-devel
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
BuildRequires: ghc-test-framework-devel
|
||||
BuildRequires: ghc-test-framework-quickcheck2-devel
|
||||
%endif
|
||||
# End cabal-rpm deps
|
||||
|
||||
%description
|
||||
@ -48,6 +55,12 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
%ghc_lib_install
|
||||
|
||||
|
||||
%check
|
||||
%if %{with tests}
|
||||
%cabal test
|
||||
%endif
|
||||
|
||||
|
||||
%post devel
|
||||
%ghc_pkg_recache
|
||||
|
||||
@ -61,10 +74,13 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%doc README.textile
|
||||
%doc README.md
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Aug 08 2015 Ben Boeckel <mathstuf@gmail.com> - 0.2.2.1-1
|
||||
- update to 0.2.2.1
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1.2-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user