Scott Bahling 2013-11-01 17:56:29 +00:00 committed by Git OBS Bridge
parent 90bf5f437f
commit 4292cf61df
4 changed files with 30 additions and 26 deletions

View File

@ -1,7 +1,7 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 21 14:48:19 UTC 2013 - sbahling@suse.com Sun Sep 29 19:48:14 UTC 2013 - sbahling@suse.com
- spec file: Add %defattr(-,root,root,-) to %files devel section - update to 1.12.1
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 14 13:22:09 UTC 2013 - peter.trommler@ohm-hochschule.de Tue May 14 13:22:09 UTC 2013 - peter.trommler@ohm-hochschule.de

View File

@ -19,10 +19,10 @@
%global pkg_name pandoc-types %global pkg_name pandoc-types
Name: ghc-pandoc-types Name: ghc-pandoc-types
Version: 1.10 Version: 1.12.1
Release: 0 Release: 0
Summary: Types for representing a structured document Summary: Types for representing a structured document
License: GPL-2.0 License: GPL-1.0+
Group: System/Libraries Group: System/Libraries
Url: http://hackage.haskell.org/package/%{pkg_name} Url: http://hackage.haskell.org/package/%{pkg_name}
@ -32,38 +32,42 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps: # Begin cabal-rpm deps:
BuildRequires: ghc-aeson-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-containers-devel BuildRequires: ghc-containers-devel
BuildRequires: ghc-syb-devel BuildRequires: ghc-syb-devel
# End cabal-rpm deps # End cabal-rpm deps
%description %description
This package contains definitions for the 'Pandoc' data 'Text.Pandoc.Definition' defines the 'Pandoc' data structure, which is used by
structure, which is used by pandoc to represent pandoc to represent structured documents. This module used to live in the
structured documents. These definitions used to live pandoc package, but starting with pandoc 1.7, it has been split off, so that
in the pandoc package, but starting with pandoc 1.7, they other packages can use it without drawing in all of pandoc's dependencies, and
have been split off, so that other packages can use them pandoc itself can depend on packages (like citeproc-hs) that use them.
without drawing in all of pandoc's dependencies, and
pandoc itself can depend on packages (like citeproc-hs) 'Text.Pandoc.Builder' provides functions for building up 'Pandoc' structures
that use them. programmatically.
'Text.Pandoc.Generic' provides generic functions for manipulating Pandoc
documents.
'Text.Pandoc.Walk' provides faster, nongeneric functions for manipulating
Pandoc documents.
'Text.Pandoc.JSON' provides functions for serializing and deserializing a
'Pandoc' structure to and from JSON.
#' Help EMACS syntax highlighting
%package devel %package devel
Summary: Haskell %{pkg_name} library development files Summary: Haskell %{pkg_name} library development files
Group: Development/Libraries/Other Group: Development/Libraries/Other
%{?ghc_devel_requires} Provides: %{name}-static = %{version}-%{release}
Requires: %{name} = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
%description devel %description devel
This package contains definitions for the 'Pandoc' data This package provides the Haskell %{pkg_name} library development files.
structure, which is used by pandoc to represent
structured documents. These definitions used to live
in the pandoc package, but starting with pandoc 1.7, they
have been split off, so that other packages can use them
without drawing in all of pandoc's dependencies, and
pandoc itself can depend on packages (like citeproc-hs)
that use them.
#' Help EMACS syntax highlighting
%prep %prep
%setup -q -n %{pkg_name}-%{version} %setup -q -n %{pkg_name}-%{version}

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e65b983aece74d57db53c6f611f92b9df9dd876e5f022f3a8612c092d6db78f5
size 13830

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:726df226da9cc55b986380d64bb362b66238f41fdef4c56b027d97a7fc3a163f
size 18304