forked from pool/pandoc-cli
osc copypac from project:devel:languages:haskell:ghc-9.4.x package:pandoc-cli revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/pandoc-cli?expand=0&rev=1
This commit is contained in:
commit
224f011d0a
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
pandoc-cli-0.1.tar.gz
Normal file
3
pandoc-cli-0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5d6ac5fecfcbc0c2a69c696dc543e60bcf9685fc3db3ae5d9929abe6c28cb05
|
||||
size 10520
|
5
pandoc-cli.changes
Normal file
5
pandoc-cli.changes
Normal file
@ -0,0 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 18 21:22:59 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Add pandoc-cli at version 0.1.
|
||||
|
57
pandoc-cli.spec
Normal file
57
pandoc-cli.spec
Normal file
@ -0,0 +1,57 @@
|
||||
#
|
||||
# spec file for package pandoc-cli
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# 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 https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: pandoc-cli
|
||||
Version: 0.1
|
||||
Release: 0
|
||||
Summary: Conversion between documentation formats
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://hackage.haskell.org/package/%{name}
|
||||
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-hslua-cli-devel
|
||||
BuildRequires: ghc-pandoc-devel
|
||||
BuildRequires: ghc-pandoc-lua-engine-devel
|
||||
BuildRequires: ghc-pandoc-server-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-safe-devel
|
||||
BuildRequires: ghc-text-devel
|
||||
BuildRequires: ghc-wai-extra-devel
|
||||
BuildRequires: ghc-warp-devel
|
||||
Provides: pandoc = 3.0.1
|
||||
Obsoletes: pandoc < 3
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
%description
|
||||
Pandoc-cli provides a command-line executable that uses the pandoc library to
|
||||
convert between markup formats.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%ghc_bin_build
|
||||
|
||||
%install
|
||||
%ghc_bin_install
|
||||
|
||||
%files
|
||||
%license COPYING.md
|
||||
%{_bindir}/pandoc
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user