diff --git a/ghc-blaze-html.changes b/ghc-blaze-html.changes index 4c40ae4..3ba7f5f 100644 --- a/ghc-blaze-html.changes +++ b/ghc-blaze-html.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 5 16:55:36 UTC 2012 - peter.trommler@ohm-hochschule.de + +- cabal2spec 0.25.5 template for spec file +- required for ghc-rpm-macros 0.90 + ------------------------------------------------------------------- Fri Mar 16 13:58:23 UTC 2012 - peter.trommler@ohm-hochschule.de diff --git a/ghc-blaze-html.spec b/ghc-blaze-html.spec index 9edc253..a85c8f3 100644 --- a/ghc-blaze-html.spec +++ b/ghc-blaze-html.spec @@ -1,4 +1,22 @@ -# cabal2spec-0.25.2 +# +# spec file for ghc-blaze-html +# + +# Copyright (c) 2012 Peter Trommler peter.trommler@ohm-hochschule.de +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +# cabal2spec-0.25 # https://fedoraproject.org/wiki/Packaging:Haskell # https://fedoraproject.org/wiki/PackagingDrafts/Haskell @@ -10,24 +28,23 @@ Name: ghc-%{pkg_name} Version: 0.4.3.1 -Release: 0 +Release: 1 Summary: %{common_summary} Group: System/Libraries License: BSD-3-Clause +BuildRoot: %{_tmppath}/%{name}-%{version}-build # BEGIN cabal2spec URL: http://hackage.haskell.org/package/%{pkg_name} Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz ExclusiveArch: %{ix86} x86_64 %{ghc_arches} BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} -# END cabal2spec -BuildRequires: ghc-base-devel ghc-blaze-builder-devel ghc-bytestring-devel +BuildRequires: ghc-blaze-builder-devel +#BuildRequires: ghc-blaze-markup-devel // required by 0.5.0.0 +BuildRequires: ghc-bytestring-devel BuildRequires: ghc-text-devel - -%if %{defined sles_version} -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%endif +# END cabal2spec %description %{common_description} @@ -45,6 +62,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %ghc_lib_install +# devel subpackage %ghc_devel_package %ghc_devel_description @@ -53,9 +71,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %ghc_devel_post_postun -%ghc_files +%ghc_files LICENSE %changelog -* Fri Mar 2 2012 Fedora Haskell SIG -- spec file template generated by cabal2spec-0.25.2