Accepting request 259834 from devel:languages:haskell:platform

Haskell Platform 2014.2.0.0 update

OBS-URL: https://build.opensuse.org/request/show/259834
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-case-insensitive?expand=0&rev=5
This commit is contained in:
Peter Trommler 2014-11-06 19:15:31 +00:00 committed by Git OBS Bridge
parent 55b8fae950
commit 535afea413
4 changed files with 40 additions and 29 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b58f62516779580a41cdc67a979c509125adf139b8f50d415495f58d4b42e8fa
size 4806

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7b255fe63155d53ab84b248ab5ba9306fd4bec47a6198e3275cf9cb41c4d263b
size 5188

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Sep 9 20:24:56 UTC 2014 - peter.trommler@ohm-hochschule.de
- update to 1.1.0.3
* no changelog
* for Haskell Platform 2014.2.0.0
-------------------------------------------------------------------
Tue Sep 2 08:52:04 UTC 2014 - peter.trommler@ohm-hochschule.de
- regenerate spec file
-------------------------------------------------------------------
Sat Aug 23 00:08:45 UTC 2014 - peter.trommler@ohm-hochschule.de

View File

@ -1,8 +1,7 @@
#
# spec file for package ghc-case-insensitive
#
# Copyright (c) 2012 Peter Trommler <peter.trommler@ohm-hochschule.de>
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,56 +15,55 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%global pkg_name case-insensitive
%global common_summary Haskell case insensitive string comparison library
%global common_description The Haskell module Data.CaseInsensitive provides the CI type constructor which can be parameterised by a string-like type like: String, ByteString, Text, etc. Comparisons of values of the resulting type will be insensitive to cases.
Name: ghc-case-insensitive
Version: 1.0.0.1
Version: 1.1.0.3
Release: 0
Summary: %{common_summary}
Group: System/Libraries
Summary: Case insensitive string comparison
License: BSD-3-Clause
# BEGIN cabal2spec
URL: http://hackage.haskell.org/package/%{pkg_name}
Group: System/Libraries
Url: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
ExclusiveArch: %{ix86} x86_64 %{ghc_arches}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
# END cabal2spec
# Begin cabal-rpm deps:
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-hashable-devel
Buildrequires: ghc-text-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ghc-text-devel
# End cabal-rpm deps
%description
%{common_description}
The module @Data.CaseInsensitive@ provides the 'CI' type constructor which can
be parameterised by a string-like type like: 'String', 'ByteString', 'Text',
etc.. Comparisons of values of the resulting type will be insensitive to cases.
%package devel
Summary: Haskell %{pkg_name} library development files
Group: Development/Languages/Other
Requires: ghc-compiler
Requires(post): ghc-compiler
Requires(postun): ghc-compiler
Group: Development/Libraries/Other
Provides: %{name}-static = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
Requires: %{name} = %{version}-%{release}
%description devel
%{common_description}
This package contains the development files.
This package provides the Haskell %{pkg_name} library development
files.
%prep
%setup -q -n %{pkg_name}-%{version}
%build
%ghc_lib_build
%install
%ghc_lib_install
@ -81,5 +79,6 @@ This package contains the development files.
%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
%doc README.markdown
%changelog