From e9b0ad52a890a0800afa3c7601e2bdf3103a873907ea102ccd5c246377fc82df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 19 Jul 2016 14:49:47 +0000 Subject: [PATCH] Accepting request 410286 from devel:languages:haskell:lts:6 See https://lists.opensuse.org/opensuse-haskell/2016-07/msg00000.html for details. OBS-URL: https://build.opensuse.org/request/show/410286 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-neat-interpolation?expand=0&rev=1 --- .gitattributes | 23 +++++++++ .gitignore | 1 + ghc-neat-interpolation.changes | 5 ++ ghc-neat-interpolation.spec | 90 +++++++++++++++++++++++++++++++++ neat-interpolation-0.3.2.tar.gz | 3 ++ 5 files changed, 122 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 ghc-neat-interpolation.changes create mode 100644 ghc-neat-interpolation.spec create mode 100644 neat-interpolation-0.3.2.tar.gz diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/ghc-neat-interpolation.changes b/ghc-neat-interpolation.changes new file mode 100644 index 0000000..637cf75 --- /dev/null +++ b/ghc-neat-interpolation.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Sun Jul 10 17:19:09 UTC 2016 - psimons@suse.com + +- Update to version 0.3.2 revision 0 with cabal2obs. + diff --git a/ghc-neat-interpolation.spec b/ghc-neat-interpolation.spec new file mode 100644 index 0000000..a216c1a --- /dev/null +++ b/ghc-neat-interpolation.spec @@ -0,0 +1,90 @@ +# +# spec file for package ghc-neat-interpolation +# +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# +# 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/ +# + + +%global pkg_name neat-interpolation +%bcond_with tests +Name: ghc-%{pkg_name} +Version: 0.3.2 +Release: 0 +Summary: A quasiquoter for neat and simple multiline text interpolation +License: MIT +Group: System/Libraries +Url: https://hackage.haskell.org/package/%{pkg_name} +Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz +BuildRequires: ghc-Cabal-devel +# Begin cabal-rpm deps: +BuildRequires: ghc-base-prelude-devel +BuildRequires: ghc-parsec-devel +BuildRequires: ghc-rpm-macros +BuildRequires: ghc-template-haskell-devel +BuildRequires: ghc-text-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if %{with tests} +BuildRequires: ghc-HTF-devel +%endif +# End cabal-rpm deps + +%description +A quasiquoter for producing Text values with support for a simple interpolation +of input values. It removes the excessive indentation from the input and +accurately manages the indentation of all lines of the interpolated variables. + +%package devel +Summary: Haskell %{pkg_name} library development files +Group: Development/Libraries/Other +Requires: %{name} = %{version}-%{release} +Requires: ghc-compiler = %{ghc_version} +Requires(post): ghc-compiler = %{ghc_version} +Requires(postun): ghc-compiler = %{ghc_version} + +%description devel +This package provides the Haskell %{pkg_name} library development +files. + +%prep +%setup -q -n %{pkg_name}-%{version} + + +%build +%ghc_lib_build + + +%install +%ghc_lib_install + + +%check +%if %{with tests} +%{cabal} test +%endif + + +%post devel +%ghc_pkg_recache + +%postun devel +%ghc_pkg_recache + +%files -f %{name}.files +%defattr(-,root,root,-) +%doc LICENSE + +%files devel -f %{name}-devel.files +%defattr(-,root,root,-) + +%changelog diff --git a/neat-interpolation-0.3.2.tar.gz b/neat-interpolation-0.3.2.tar.gz new file mode 100644 index 0000000..727caec --- /dev/null +++ b/neat-interpolation-0.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:875e77c4a624c2fef750a68d0296decd4dd9f3afd174e8831427cdab03ef5e0a +size 4246