Accepting request 422672 from devel:languages:haskell:lts:6

fix group

OBS-URL: https://build.opensuse.org/request/show/422672
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-mustache?expand=0&rev=2
This commit is contained in:
Peter Simons 2016-08-26 08:50:37 +00:00 committed by Git OBS Bridge
parent 0768a104a8
commit f7c2042f0b

View File

@ -23,10 +23,9 @@ Version: 1.0.2
Release: 0 Release: 0
Summary: A mustache template parser library Summary: A mustache template parser library
License: BSD-3-Clause License: BSD-3-Clause
Group: System/Libraries Group: Development/Languages/Other
Url: https://hackage.haskell.org/package/%{pkg_name} Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
# Begin cabal-rpm deps:
BuildRequires: chrpath BuildRequires: chrpath
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-aeson-devel BuildRequires: ghc-aeson-devel
@ -51,7 +50,6 @@ BuildRequires: ghc-hspec-devel
BuildRequires: ghc-process-devel BuildRequires: ghc-process-devel
BuildRequires: ghc-temporary-devel BuildRequires: ghc-temporary-devel
%endif %endif
# End cabal-rpm deps
%description %description
Allows parsing and rendering template files with mustache markup. See the Allows parsing and rendering template files with mustache markup. See the
@ -75,22 +73,15 @@ This package provides the Haskell %{pkg_name} library development files.
%prep %prep
%setup -q -n %{pkg_name}-%{version} %setup -q -n %{pkg_name}-%{version}
%build %build
%ghc_lib_build %ghc_lib_build
%install %install
%ghc_lib_install %ghc_lib_install
%ghc_fix_dynamic_rpath haskell-mustache %ghc_fix_dynamic_rpath haskell-mustache
%check %check
%if %{with tests} %cabal_test
%{cabal} test
%endif
%post devel %post devel
%ghc_pkg_recache %ghc_pkg_recache