From 87adc2afb7c181e196e9cbfa738a1ba33eb24fd0778d0f0218969cc9ffdd33cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 16 Jul 2016 23:18:12 +0000 Subject: [PATCH] Accepting request 409489 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/409489 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-cookie?expand=0&rev=13 --- ghc-cookie.changes | 2 +- ghc-cookie.spec | 42 ++++++++++++++++++++++++++++-------------- 2 files changed, 29 insertions(+), 15 deletions(-) diff --git a/ghc-cookie.changes b/ghc-cookie.changes index d50db3d..f0bcca7 100644 --- a/ghc-cookie.changes +++ b/ghc-cookie.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Sun Jul 10 15:39:57 UTC 2016 - mimi.vx@gmail.com -- update to 0.4.2.1 +- update to version 0.4.2.1 revision 0 * Clarified MIT license ------------------------------------------------------------------- diff --git a/ghc-cookie.spec b/ghc-cookie.spec index c9e59b9..182cd23 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -17,54 +17,68 @@ %global pkg_name cookie - -Name: ghc-cookie +%bcond_with tests +Name: ghc-%{pkg_name} Version: 0.4.2.1 Release: 0 Summary: HTTP cookie parsing and rendering License: MIT Group: System/Libraries - -Url: http://hackage.haskell.org/package/%{pkg_name} -Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build - +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 -BuildRequires: ghc-rpm-macros # Begin cabal-rpm deps: BuildRequires: ghc-blaze-builder-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-data-default-class-devel -BuildRequires: ghc-data-default-devel +BuildRequires: ghc-deepseq-devel BuildRequires: ghc-old-locale-devel +BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel BuildRequires: ghc-time-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if %{with tests} +BuildRequires: ghc-HUnit-devel +BuildRequires: ghc-QuickCheck-devel +BuildRequires: ghc-tasty-devel +BuildRequires: ghc-tasty-hunit-devel +BuildRequires: ghc-tasty-quickcheck-devel +%endif # End cabal-rpm deps %description -Haskell HTTP cookie parsing and rendering. - +Hackage documentation generation is not reliable. For up to date documentation, +please see: . %package devel Summary: Haskell %{pkg_name} library development files Group: Development/Libraries/Other -Provides: %{name}-static = %{version}-%{release} 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 @@ -77,6 +91,6 @@ This package provides the Haskell %{pkg_name} library development files. %files devel -f %{name}-devel.files %defattr(-,root,root,-) -%doc README.md ChangeLog.md +%doc ChangeLog.md README.md %changelog