Accepting request 124042 from home:ptrommler:pandoc
pandoc: Haskell Platform 2012.2.0.0 update OBS-URL: https://build.opensuse.org/request/show/124042 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-blaze-html?expand=0&rev=3
This commit is contained in:
parent
39aa0b2c77
commit
5931d263ec
@ -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
|
Fri Mar 16 13:58:23 UTC 2012 - peter.trommler@ohm-hochschule.de
|
||||||
|
|
||||||
|
@ -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/Packaging:Haskell
|
||||||
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
|
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
|
||||||
|
|
||||||
@ -10,24 +28,23 @@
|
|||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.4.3.1
|
Version: 0.4.3.1
|
||||||
Release: 0
|
Release: 1
|
||||||
Summary: %{common_summary}
|
Summary: %{common_summary}
|
||||||
|
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
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}
|
||||||
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
ExclusiveArch: %{ix86} x86_64 %{ghc_arches}
|
ExclusiveArch: %{ix86} x86_64 %{ghc_arches}
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
|
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
|
||||||
# END cabal2spec
|
BuildRequires: ghc-blaze-builder-devel
|
||||||
BuildRequires: ghc-base-devel ghc-blaze-builder-devel ghc-bytestring-devel
|
#BuildRequires: ghc-blaze-markup-devel // required by 0.5.0.0
|
||||||
|
BuildRequires: ghc-bytestring-devel
|
||||||
BuildRequires: ghc-text-devel
|
BuildRequires: ghc-text-devel
|
||||||
|
# END cabal2spec
|
||||||
%if %{defined sles_version}
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{common_description}
|
%{common_description}
|
||||||
@ -45,6 +62,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
|
||||||
|
|
||||||
|
# devel subpackage
|
||||||
%ghc_devel_package
|
%ghc_devel_package
|
||||||
|
|
||||||
%ghc_devel_description
|
%ghc_devel_description
|
||||||
@ -53,9 +71,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%ghc_devel_post_postun
|
%ghc_devel_post_postun
|
||||||
|
|
||||||
|
|
||||||
%ghc_files
|
%ghc_files LICENSE
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Mar 2 2012 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org>
|
|
||||||
- spec file template generated by cabal2spec-0.25.2
|
|
||||||
|
Loading…
Reference in New Issue
Block a user