forked from pool/ghc-Glob
Accepting request 412671 from devel:languages:haskell:lts:6
- Update to version 0.7.10 revision 0 with cabal2obs. OBS-URL: https://build.opensuse.org/request/show/412671 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-Glob?expand=0&rev=8
This commit is contained in:
parent
9691d90946
commit
ebe32e9f1b
3
Glob-0.7.10.tar.gz
Normal file
3
Glob-0.7.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:db8f67725566df72379cdbbdb2f7aaf6500163b94924229b4b0aa9bbaa9804a7
|
||||||
|
size 24053
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a6c48b6a94971c00f8d1360c417275b1e0c089017db523df3f54729622567dbd
|
|
||||||
size 24191
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 22 06:08:21 UTC 2016 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.7.10 revision 0 with cabal2obs.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 10 17:16:38 UTC 2016 - psimons@suse.com
|
Sun Jul 10 17:16:38 UTC 2016 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name Glob
|
%global pkg_name Glob
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.7.9
|
Version: 0.7.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Globbing library
|
Summary: Globbing library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -27,7 +27,6 @@ Group: System/Libraries
|
|||||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
# Begin cabal-rpm deps:
|
|
||||||
BuildRequires: ghc-containers-devel
|
BuildRequires: ghc-containers-devel
|
||||||
BuildRequires: ghc-directory-devel
|
BuildRequires: ghc-directory-devel
|
||||||
BuildRequires: ghc-dlist-devel
|
BuildRequires: ghc-dlist-devel
|
||||||
@ -44,7 +43,6 @@ BuildRequires: ghc-test-framework-devel
|
|||||||
BuildRequires: ghc-test-framework-hunit-devel
|
BuildRequires: ghc-test-framework-hunit-devel
|
||||||
BuildRequires: ghc-test-framework-quickcheck2-devel
|
BuildRequires: ghc-test-framework-quickcheck2-devel
|
||||||
%endif
|
%endif
|
||||||
# End cabal-rpm deps
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A library for globbing: matching patterns against file paths.
|
A library for globbing: matching patterns against file paths.
|
||||||
@ -73,9 +71,7 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{with tests}
|
%cabal_test
|
||||||
%{cabal} test
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
|
Loading…
Reference in New Issue
Block a user