Accepting request 185248 from devel:languages:haskell:platform
Update to Haskell Platform 2013.2.0.0 OBS-URL: https://build.opensuse.org/request/show/185248 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-async?expand=0&rev=4
This commit is contained in:
parent
153601fcf7
commit
c7de016388
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:70d681084aca826c84d722320fc5d67ac6294802afbb13f8b5e8eac2bbc972e5
|
|
||||||
size 8345
|
|
3
async-2.0.1.4.tar.gz
Normal file
3
async-2.0.1.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:41ddfe012d98f3ef101651fb529753bca5bb4c804f03f9cfafc5d0cbe50224c2
|
||||||
|
size 8349
|
@ -1,7 +1,14 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 2 15:37:31 UTC 2013 - peter.trommler@ohm-hochschule.de
|
Mon May 6 11:19:22 UTC 2013 - peter.trommler@ohm-hochschule.de
|
||||||
|
|
||||||
- expand macro in name tag to help source validator
|
- update to 2.0.1.4 from upstream
|
||||||
|
* fix in test suite
|
||||||
|
- version required for Haskell Platform 2013.2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 6 10:53:30 UTC 2013 - peter.trommler@ohm-hochschule.de
|
||||||
|
|
||||||
|
- more transparent packaging (fewer macros)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 17 14:16:42 UTC 2012 - peter.trommler@ohm-hochschule.de
|
Sat Nov 17 14:16:42 UTC 2012 - peter.trommler@ohm-hochschule.de
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%global common_description This Haskell package provides a higher-level interface over threads, in which an Async a is a concurrent thread that will eventually deliver a value of type a. The package provides ways to create Async computations, wait for their results, and cancel them.
|
%global common_description This Haskell package provides a higher-level interface over threads, in which an Async a is a concurrent thread that will eventually deliver a value of type a. The package provides ways to create Async computations, wait for their results, and cancel them.
|
||||||
|
|
||||||
Name: ghc-async
|
Name: ghc-async
|
||||||
Version: 2.0.1.3
|
Version: 2.0.1.4
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: %{common_summary}
|
Summary: %{common_summary}
|
||||||
|
|
||||||
@ -34,13 +34,25 @@ URL: http://hackage.haskell.org/package/%{pkg_name}
|
|||||||
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
ExclusiveArch: %{ghc_arches} %{ix86} x86_64
|
ExclusiveArch: %{ghc_arches} %{ix86} x86_64
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
|
BuildRequires: ghc-rpm-macros
|
||||||
BuildRequires: ghc-stm-devel
|
BuildRequires: ghc-stm-devel
|
||||||
# END cabal2spec
|
# END cabal2spec
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{common_description}
|
%{common_description}
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Haskell %{pkg_name} library development files
|
||||||
|
Group: Development/Languages/Other
|
||||||
|
Requires: ghc-compiler
|
||||||
|
Requires(post): ghc-compiler
|
||||||
|
Requires(postun): ghc-compiler
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
%{common_description}
|
||||||
|
This package contains the development files.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pkg_name}-%{version}
|
%setup -q -n %{pkg_name}-%{version}
|
||||||
@ -53,17 +65,18 @@ BuildRequires: ghc-stm-devel
|
|||||||
%install
|
%install
|
||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
|
||||||
|
%post devel
|
||||||
|
%ghc_pkg_recache
|
||||||
|
|
||||||
# devel subpackage
|
%postun devel
|
||||||
%ghc_devel_package
|
%ghc_pkg_recache
|
||||||
|
|
||||||
%ghc_devel_description
|
%files -f %{name}.files
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc LICENSE
|
||||||
|
|
||||||
|
%files devel -f %{name}-devel.files
|
||||||
%ghc_devel_post_postun
|
%defattr(-,root,root,-)
|
||||||
|
|
||||||
|
|
||||||
%ghc_files LICENSE
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user