forked from pool/ghc-data-default
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:
parent
1230a4da16
commit
d28612359a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ad884231906e064b9c74f511b542d7ee5032fbe055e95023c1a10999ae468f3
|
||||
size 2005
|
3
data-default-0.5.3.tar.gz
Normal file
3
data-default-0.5.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec5470f41bf6dc60d65953fc8788823ffff85fd59564a8bf9ea3c69928a83034
|
||||
size 1623
|
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,37 +18,43 @@
|
||||
|
||||
%global pkg_name data-default
|
||||
|
||||
Name: ghc-data-default
|
||||
Version: 0.5.0
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.5.3
|
||||
Release: 0
|
||||
Summary: Haskell types with default values
|
||||
Summary: A class for types with a default value
|
||||
License: BSD-3-Clause
|
||||
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
|
||||
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-rpm-macros
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-dlist-devel
|
||||
BuildRequires: ghc-old-locale-devel
|
||||
BuildRequires: ghc-data-default-class-devel
|
||||
BuildRequires: ghc-data-default-instances-base-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
|
||||
|
||||
%description
|
||||
A Haskell class for types with a default value
|
||||
A class for types with a default value.
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: Haskell %{pkg_name} library development files
|
||||
Group: Development/Libraries/Other
|
||||
Requires: ghc-compiler
|
||||
Requires(post): ghc-compiler
|
||||
Requires(postun): ghc-compiler
|
||||
Requires: ghc-compiler = %{ghc_version}
|
||||
Requires(post): ghc-compiler = %{ghc_version}
|
||||
Requires(postun): ghc-compiler = %{ghc_version}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
A Haskell class for types with a default value
|
||||
This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
|
||||
@ -65,10 +71,10 @@ A Haskell class for types with a default value
|
||||
%ghc_pkg_recache
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root)
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%defattr(-,root,root)
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user