Accepting request 124050 from home:ptrommler:pandoc

pandoc: Haskell Platform 2012.2.0.0 update

OBS-URL: https://build.opensuse.org/request/show/124050
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-temporary?expand=0&rev=2
This commit is contained in:
Peter Trommler 2012-06-07 09:57:47 +00:00 committed by Git OBS Bridge
parent 3f589e88c5
commit dc18228048
2 changed files with 31 additions and 12 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 7 08:05:09 UTC 2012 - peter.trommler@ohm-hochschule.de
- cabal2spec 0.25.5 spec file template
-------------------------------------------------------------------
Mon Mar 12 14:57:29 UTC 2012 - peter.trommler@ohm-hochschule.de

View File

@ -1,33 +1,48 @@
# cabal2spec-0.25.2
#
# spec file for ghc-temporary
#
# 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
%global pkg_name temporary
%global common_summary Haskell %{pkg_name} library
%global common_summary Haskell temporary file and directory support library
%global common_description A %{pkg_name} library for Haskell.
%global common_description The functions for creating temporary files and directories in the base library are quite limited. The unixutils package contains some good ones, but they are not portable to Windows. This library just repackages the Cabal implementations of its own temporary file and folder functions so that you can use them without linking against Cabal or depending on it being installed.
Name: ghc-%{pkg_name}
Version: 1.1.2.3
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-directory-devel
BuildRequires: ghc-filepath-devel
%if %{defined sles_version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%endif
# END cabal2spec
%description
%{common_description}
@ -45,6 +60,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%ghc_lib_install
# devel subpackage
%ghc_devel_package
%ghc_devel_description
@ -53,9 +69,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%ghc_devel_post_postun
%ghc_files
%ghc_files LICENSE
%changelog
* Mon Mar 12 2012 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org>
- spec file template generated by cabal2spec-0.25.2