- 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
This commit is contained in:
parent
4ab47d74b0
commit
14ccd359ea
@ -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
|
Sat Nov 17 14:58:26 UTC 2012 - peter.trommler@ohm-hochschule.de
|
||||||
|
|
||||||
|
@ -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.
|
%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
|
Version: 0.5.4.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: %{common_summary}
|
Summary: %{common_summary}
|
||||||
|
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
License: BSD-3-Clause
|
License: BSD-2-Clause
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
# BEGIN cabal2spec
|
# BEGIN cabal2spec
|
||||||
URL: http://hackage.haskell.org/package/%{pkg_name}
|
URL: http://hackage.haskell.org/package/%{pkg_name}
|
||||||
|
Loading…
Reference in New Issue
Block a user