Accepting request 304891 from devel:languages:haskell:lts

- update to 0.5.3 
* no upstream changelog

OBS-URL: https://build.opensuse.org/request/show/304891
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-data-default?expand=0&rev=6
This commit is contained in:
Peter Trommler 2015-05-04 18:52:46 +00:00 committed by Git OBS Bridge
parent 1230a4da16
commit d28612359a
4 changed files with 31 additions and 19 deletions

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Apr 17 08:47:12 UTC 2015 - mimi.vx@gmail.com
- update to 0.5.3
* no upstream changelog
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 25 14:25:35 UTC 2013 - peter.trommler@ohm-hochschule.de Fri Jan 25 14:25:35 UTC 2013 - peter.trommler@ohm-hochschule.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package ghc-data-default # spec file for package ghc-data-default
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# 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
@ -18,37 +18,43 @@
%global pkg_name data-default %global pkg_name data-default
Name: ghc-data-default Name: ghc-%{pkg_name}
Version: 0.5.0 Version: 0.5.3
Release: 0 Release: 0
Summary: Haskell types with default values Summary: A class for types with a default value
License: BSD-3-Clause License: BSD-3-Clause
Group: System/Libraries Group: System/Libraries
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps: # Begin cabal-rpm deps:
BuildRequires: ghc-containers-devel BuildRequires: ghc-data-default-class-devel
BuildRequires: ghc-dlist-devel BuildRequires: ghc-data-default-instances-base-devel
BuildRequires: ghc-old-locale-devel BuildRequires: ghc-data-default-instances-containers-devel
BuildRequires: ghc-data-default-instances-dlist-devel
BuildRequires: ghc-data-default-instances-old-locale-devel
# End cabal-rpm deps # End cabal-rpm deps
%description %description
A Haskell class for types with a default value A class for types with a default value.
%package devel %package devel
Summary: Haskell %{pkg_name} library development files Summary: Haskell %{pkg_name} library development files
Group: Development/Libraries/Other Group: Development/Libraries/Other
Requires: ghc-compiler Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler Requires(postun): ghc-compiler = %{ghc_version}
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
%description devel %description devel
A Haskell class for types with a default value This package provides the Haskell %{pkg_name} library development files.
%prep %prep
%setup -q -n %{pkg_name}-%{version} %setup -q -n %{pkg_name}-%{version}
@ -65,10 +71,10 @@ A Haskell class for types with a default value
%ghc_pkg_recache %ghc_pkg_recache
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root) %defattr(-,root,root,-)
%doc LICENSE %doc LICENSE
%files devel -f %{name}-devel.files %files devel -f %{name}-devel.files
%defattr(-,root,root) %defattr(-,root,root,-)
%changelog %changelog