- expand macro in name tag to help source validator
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-async?expand=0&rev=2
This commit is contained in:
parent
f2fd1afeb0
commit
02381e5ad2
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 2 15:37:31 UTC 2013 - peter.trommler@ohm-hochschule.de
|
||||||
|
|
||||||
|
- expand macro in name tag to help source validator
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
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
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-async
|
# spec file for package ghc-async
|
||||||
#
|
#
|
||||||
|
|
||||||
# Copyright (c) 2012 Peter Trommler, peter.trommler@ohm-hochschule.de
|
# Copyright (c) 2012 Peter Trommler, peter.trommler@ohm-hochschule.de
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -22,7 +21,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-%{pkg_name}
|
Name: ghc-async
|
||||||
Version: 2.0.1.3
|
Version: 2.0.1.3
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: %{common_summary}
|
Summary: %{common_summary}
|
||||||
|
Loading…
Reference in New Issue
Block a user