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.tar.gz
|
||||||
/edit-distance-0.2.1.1.tar.gz
|
/edit-distance-0.2.1.1.tar.gz
|
||||||
/edit-distance-0.2.1.2.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
|
%global pkg_name edit-distance
|
||||||
|
|
||||||
|
%bcond_with tests
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.2.1.2
|
Version: 0.2.2.1
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Levenshtein and restricted Damerau-Levenshtein edit distances
|
Summary: Levenshtein and restricted Damerau-Levenshtein edit distances
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -17,6 +19,11 @@ BuildRequires: ghc-rpm-macros
|
|||||||
BuildRequires: ghc-array-devel
|
BuildRequires: ghc-array-devel
|
||||||
BuildRequires: ghc-containers-devel
|
BuildRequires: ghc-containers-devel
|
||||||
BuildRequires: ghc-random-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
|
# End cabal-rpm deps
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -48,6 +55,12 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
|
||||||
|
|
||||||
|
%check
|
||||||
|
%if %{with tests}
|
||||||
|
%cabal test
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%ghc_pkg_recache
|
%ghc_pkg_recache
|
||||||
|
|
||||||
@ -61,10 +74,13 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
|
|
||||||
%files devel -f %{name}-devel.files
|
%files devel -f %{name}-devel.files
|
||||||
%doc README.textile
|
%doc README.md
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user