Accepting request 434020 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/434020 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-fast-logger?expand=0&rev=8
This commit is contained in:
commit
b1728d59ce
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d45640acb40bf9b6f81cbe63e3587b6e59d9ec24a15401e52bdc7969b6f2cfd1
|
|
||||||
size 9039
|
|
3
fast-logger-2.4.7.tar.gz
Normal file
3
fast-logger-2.4.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:201b07d898da91472aa86662399feb093a7379bc04315f8e84db52fbf3464a38
|
||||||
|
size 9321
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 1 17:18:08 UTC 2016 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.4.7 with cabal2obs.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 10 17:23:22 UTC 2016 - psimons@suse.com
|
Sun Jul 10 17:23:22 UTC 2016 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -19,15 +19,14 @@
|
|||||||
%global pkg_name fast-logger
|
%global pkg_name fast-logger
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 2.4.6
|
Version: 2.4.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A fast logging system
|
Summary: A fast logging system
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: System/Libraries
|
Group: Development/Languages/Other
|
||||||
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-array-devel
|
BuildRequires: ghc-array-devel
|
||||||
BuildRequires: ghc-auto-update-devel
|
BuildRequires: ghc-auto-update-devel
|
||||||
BuildRequires: ghc-bytestring-builder-devel
|
BuildRequires: ghc-bytestring-builder-devel
|
||||||
@ -43,7 +42,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ghc-hspec-devel
|
BuildRequires: ghc-hspec-devel
|
||||||
%endif
|
%endif
|
||||||
# End cabal-rpm deps
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A fast logging system.
|
A fast logging system.
|
||||||
@ -62,20 +60,14 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pkg_name}-%{version}
|
%setup -q -n %{pkg_name}-%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{with tests}
|
%cabal_test
|
||||||
%{cabal} test
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%ghc_pkg_recache
|
%ghc_pkg_recache
|
||||||
|
Loading…
Reference in New Issue
Block a user