From 21b0af19e145a518e8c98923d9fe2e77fa88c7bdd3ad8a7b7a2d4695ca08abed Mon Sep 17 00:00:00 2001 From: Peter Trommler Date: Thu, 1 Aug 2013 12:20:40 +0000 Subject: [PATCH] - merge .changes file OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-async?expand=0&rev=5 --- ghc-async.changes | 5 +++++ ghc-async.spec | 14 ++++++-------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/ghc-async.changes b/ghc-async.changes index 7ac1775..6935801 100644 --- a/ghc-async.changes +++ b/ghc-async.changes @@ -10,6 +10,11 @@ Mon May 6 10:53:30 UTC 2013 - peter.trommler@ohm-hochschule.de - more transparent packaging (fewer macros) +------------------------------------------------------------------- +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 diff --git a/ghc-async.spec b/ghc-async.spec index e588171..83bda75 100644 --- a/ghc-async.spec +++ b/ghc-async.spec @@ -1,6 +1,7 @@ # # spec file for package ghc-async # +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 Peter Trommler, peter.trommler@ohm-hochschule.de # # All modifications and additions to the file contributed by third parties @@ -15,6 +16,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %global pkg_name async %global common_summary Haskell library to run IO operations asynchronously @@ -23,14 +25,14 @@ Name: ghc-async Version: 2.0.1.4 -Release: 1 +Release: 0 Summary: %{common_summary} - -Group: System/Libraries License: BSD-3-Clause +Group: System/Libraries + BuildRoot: %{_tmppath}/%{name}-%{version}-build # BEGIN cabal2spec -URL: http://hackage.haskell.org/package/%{pkg_name} +Url: http://hackage.haskell.org/package/%{pkg_name} Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz ExclusiveArch: %{ghc_arches} %{ix86} x86_64 BuildRequires: ghc-Cabal-devel @@ -53,15 +55,12 @@ Requires: %{name} = %{version}-%{release} %{common_description} This package contains the development files. - %prep %setup -q -n %{pkg_name}-%{version} - %build %ghc_lib_build - %install %ghc_lib_install @@ -78,5 +77,4 @@ This package contains the development files. %files devel -f %{name}-devel.files %defattr(-,root,root,-) - %changelog