osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-hslua-module-system revision:15, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hslua-module-system?expand=0&rev=23
This commit is contained in:
parent
6744c91159
commit
37c298cd2e
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 1 08:48:28 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update hslua-module-system to version 1.0.0.
|
||||||
|
## 1.0.0
|
||||||
|
|
||||||
|
Release pending.
|
||||||
|
|
||||||
|
- Use hslua 2.0.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-hslua-module-system
|
# spec file for package ghc-hslua-module-system
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,34 +19,34 @@
|
|||||||
%global pkg_name hslua-module-system
|
%global pkg_name hslua-module-system
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.2.2.1
|
Version: 1.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Lua module wrapper around Haskell's System module
|
Summary: Lua module wrapper around Haskell's System module
|
||||||
License: MIT
|
License: MIT
|
||||||
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
|
||||||
BuildRequires: ghc-containers-devel
|
|
||||||
BuildRequires: ghc-directory-devel
|
BuildRequires: ghc-directory-devel
|
||||||
BuildRequires: ghc-exceptions-devel
|
BuildRequires: ghc-exceptions-devel
|
||||||
BuildRequires: ghc-hslua-devel
|
BuildRequires: ghc-hslua-core-devel
|
||||||
|
BuildRequires: ghc-hslua-marshalling-devel
|
||||||
|
BuildRequires: ghc-hslua-packaging-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
BuildRequires: ghc-temporary-devel
|
BuildRequires: ghc-temporary-devel
|
||||||
|
BuildRequires: ghc-text-devel
|
||||||
ExcludeArch: %{ix86}
|
ExcludeArch: %{ix86}
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ghc-tasty-devel
|
BuildRequires: ghc-tasty-devel
|
||||||
BuildRequires: ghc-tasty-hunit-devel
|
BuildRequires: ghc-tasty-hunit-devel
|
||||||
BuildRequires: ghc-tasty-lua-devel
|
BuildRequires: ghc-tasty-lua-devel
|
||||||
BuildRequires: ghc-text-devel
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Provides access to system information and functionality to Lua scripts via
|
Provides access to system information and functionality to Lua scripts via
|
||||||
Haskell's `System` module.
|
Haskell's `System` module.
|
||||||
|
|
||||||
Intended usage for this package is to preload it by adding the loader function
|
This package is part of HsLua, a Haskell framework built around the embeddable
|
||||||
to `package.preload`. Note that the Lua `package` library must have already
|
scripting language <https://lua.org Lua>.
|
||||||
been loaded before the loader can be added.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Haskell %{pkg_name} library development files
|
Summary: Haskell %{pkg_name} library development files
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c1ed0f31e57b13aa3ec20ae12ec62aacab21c8a250daf99ea57769e5e9d56242
|
|
||||||
size 6962
|
|
3
hslua-module-system-1.0.0.tar.gz
Normal file
3
hslua-module-system-1.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:38516315524dda323a56af928d03748b308b1069632b2827c337c40a80106ce3
|
||||||
|
size 8461
|
Loading…
Reference in New Issue
Block a user