osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-Glob revision:7, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-Glob?expand=0&rev=54
This commit is contained in:
2020-08-04 11:07:02 +00:00
committed by Git OBS Bridge
parent 2f9ba9e703
commit c7eef1dae0
5 changed files with 13 additions and 100 deletions

View File

@@ -19,13 +19,12 @@
%global pkg_name Glob
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.10.0
Version: 0.10.1
Release: 0
Summary: Globbing library
License: BSD-3-Clause
URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-directory-devel
@@ -57,7 +56,6 @@ This package provides the Haskell %{pkg_name} library development files.
%prep
%setup -q -n %{pkg_name}-%{version}
cp -p %{SOURCE1} %{pkg_name}.cabal
chmod -x *.txt # https://github.com/Deewiant/glob/issues/31
%build