From 14ccd359ea32051f7e757dc6389a58222d5ab29adea9ca83e31a785a0a171642 Mon Sep 17 00:00:00 2001 From: Peter Trommler Date: Thu, 27 Dec 2012 11:30:55 +0000 Subject: [PATCH] - fix license tag (intentionally empty 3rd clause) - expand macro in name tag (help factory-auto) OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-zlib?expand=0&rev=6 --- ghc-zlib.changes | 6 ++++++ ghc-zlib.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ghc-zlib.changes b/ghc-zlib.changes index 7321e24..dfc5574 100644 --- a/ghc-zlib.changes +++ b/ghc-zlib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 27 12:28:22 UTC 2012 - peter.trommler@ohm-hochschule.de + +- fix license tag (intentionally empty 3rd clause) +- expand macro in name tag (help factory-auto) + ------------------------------------------------------------------- Sat Nov 17 14:58:26 UTC 2012 - peter.trommler@ohm-hochschule.de diff --git a/ghc-zlib.spec b/ghc-zlib.spec index 74645ed..5d8870d 100644 --- a/ghc-zlib.spec +++ b/ghc-zlib.spec @@ -22,13 +22,13 @@ %global common_description This package provides a pure interface for compressing and decompressing streams of data represented as lazy ByteStrings. It uses the zlib C library so it has high performance. It supports the "zlib", "gzip" and "raw" compression formats. -Name: ghc-%{pkg_name} +Name: ghc-zlib Version: 0.5.4.0 Release: 1 Summary: %{common_summary} Group: System/Libraries -License: BSD-3-Clause +License: BSD-2-Clause BuildRoot: %{_tmppath}/%{name}-%{version}-build # BEGIN cabal2spec URL: http://hackage.haskell.org/package/%{pkg_name}