Accepting request 499716 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/499716 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-old-locale?expand=0&rev=3
This commit is contained in:
commit
df9ff88b6d
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 18 09:52:19 UTC 2017 - psimons@suse.com
|
||||
|
||||
- Update to version 1.0.0.7 revision 2 with cabal2obs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 10 17:31:20 UTC 2016 - psimons@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-old-locale
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -22,10 +22,10 @@ Version: 1.0.0.7
|
||||
Release: 0
|
||||
Summary: Locale library
|
||||
License: BSD-3-Clause
|
||||
Group: System/Libraries
|
||||
Group: Development/Languages/Other
|
||||
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
|
||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -49,15 +49,12 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
cp -p %{SOURCE1} %{pkg_name}.cabal
|
||||
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
||||
|
||||
%install
|
||||
%ghc_lib_install
|
||||
|
||||
|
||||
%post devel
|
||||
%ghc_pkg_recache
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: old-locale
|
||||
version: 1.0.0.7
|
||||
x-revision: 1
|
||||
x-revision: 2
|
||||
-- NOTE: Don't forget to update ./changelog.md
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
@ -32,5 +32,5 @@ Library
|
||||
exposed-modules:
|
||||
System.Locale
|
||||
|
||||
build-depends: base >= 4.2 && < 4.10
|
||||
build-depends: base >= 4.2 && < 5
|
||||
ghc-options: -Wall
|
Loading…
Reference in New Issue
Block a user